From e746d11c0a288693a40df5eb4a41d292ab5c9171 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 12 Feb 2004 12:06:10 +0000 Subject: run only once Original commit message from CVS: run only once --- autogen.sh | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 8f2d9c29..fa266415 100755 --- a/autogen.sh +++ b/autogen.sh @@ -72,17 +72,6 @@ fi tool_run "$autopoint" patch -p0 < common/gettext.patch -# autopoint -# older autopoint (< 0.12) has a tendency to complain about mkinstalldirs -if test -e 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" -patch -p0 < common/gettext.patch - tool_run "$aclocal" "-I m4 -I common/m4 $ACLOCAL_FLAGS" tool_run "$libtoolize" "--copy --force" tool_run "$autoheader" -- cgit