From 83b58028a66e9879ee7f35094bf623d644fbe73b Mon Sep 17 00:00:00 2001 From: Clemens Ladisch Date: Fri, 19 Aug 2005 07:54:52 +0000 Subject: [PATCH] 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. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.47.1