]> git.alsa-project.org Git - alsa-utils.git/commitdiff
fix handling of po/Makefile.in
authorClemens Ladisch <clemens@ladisch.de>
Fri, 19 Aug 2005 07:54:52 +0000 (07:54 +0000)
committerClemens Ladisch <clemens@ladisch.de>
Fri, 19 Aug 2005 07:54:52 +0000 (07:54 +0000)
gettextize 0.14.1 adds po/Makefile.in to the first line of AC_OUPUT.
The duplicate in the next line then upsets autoheader.

This patch removes the potentially duplicate "po/Makefile.in" so that
it's safe for gettextize to add it again.

configure.in

index 4339d0521c87d2a127a4165cb53e5ea9ec1058ce..cfb788d4d42b2e73ae5a5824a0b2d9b6d33da00e 100644 (file)
@@ -84,7 +84,7 @@ AC_PROG_GCC_TRADITIONAL
 SAVE_UTIL_VERSION
 
 AC_OUTPUT(Makefile alsactl/Makefile alsamixer/Makefile amidi/Makefile amixer/Makefile \
-         m4/Makefile po/Makefile.in \
+         m4/Makefile \
          alsaconf/alsaconf alsaconf/Makefile \
          alsaconf/po/Makefile \
          aplay/Makefile include/Makefile iecset/Makefile utils/Makefile \