From: Clemens Ladisch Date: Fri, 19 Aug 2005 07:54:52 +0000 (+0000) Subject: fix handling of po/Makefile.in X-Git-Tag: v1.0.10rc1~4 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=83b58028a66e9879ee7f35094bf623d644fbe73b;p=alsa-utils.git fix handling of po/Makefile.in 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. --- diff --git a/configure.in b/configure.in index 4339d05..cfb788d 100644 --- a/configure.in +++ b/configure.in @@ -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 \