From be52c709a41533e162f882dbd147acfe993686cc Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Thu, 5 May 2005 09:10:38 +0000 Subject: make this module a bit more 0.9 friendly Original commit message from CVS: make this module a bit more 0.9 friendly --- autogen.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 8977a618..098846fd 100755 --- a/autogen.sh +++ b/autogen.sh @@ -65,12 +65,12 @@ toplevel_check $srcfile # older autopoint (< 0.12) has a tendency to complain about mkinstalldirs if test -x mkinstalldirs; then rm mkinstalldirs; fi # first remove patch if necessary, then run autopoint, then reapply -if test -f po/Makefile.in.in; -then - patch -p0 -R < common/gettext.patch -fi -tool_run "$autopoint --force" -patch -p0 < common/gettext.patch +# if test -f po/Makefile.in.in; +# then +# patch -p0 -R < common/gettext.patch +# fi +# tool_run "$autopoint --force" +# patch -p0 < common/gettext.patch tool_run "$aclocal" "-I m4 -I common/m4 $ACLOCAL_FLAGS" tool_run "$libtoolize" "--copy --force" -- cgit