From: Alexis de Lattre Date: Mon, 10 Mar 2003 21:01:26 +0000 (+0000) Subject: Fix so that compilation works with a tarball made with "make dist-all". X-Git-Tag: 0.5.3~233 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=748961b440a3979f4646b4c380495cbfbb4056c5;p=vlc Fix so that compilation works with a tarball made with "make dist-all". Sam, can you check that my fix is OK ? --- 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