From 748961b440a3979f4646b4c380495cbfbb4056c5 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Mon, 10 Mar 2003 21:01:26 +0000 Subject: [PATCH] Fix so that compilation works with a tarball made with "make dist-all". Sam, can you check that my fix is OK ? --- m4/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/Makefile.am b/m4/Makefile.am index bfef46a845..bee1e7565a 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -1 +1 @@ -EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 +EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 oldgettext.m4 -- 2.39.2