summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2005-05-05 09:10:38 +0000
committerChristian Schaller <uraeus@gnome.org>2005-05-05 09:10:38 +0000
commitbe52c709a41533e162f882dbd147acfe993686cc (patch)
tree2f707a74544f41a962b888297fa7b41ddd4b00ea /autogen.sh
parent052756d706a0372b4897d5a2cdf3debb02cd6234 (diff)
make this module a bit more 0.9 friendly
Original commit message from CVS: make this module a bit more 0.9 friendly
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh12
1 files changed, 6 insertions, 6 deletions
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"