summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorKenneth Christiansen <kenneth@src.gnome.org>2000-10-26 20:55:10 +0000
committerKenneth Christiansen <kenneth@src.gnome.org>2000-10-26 20:55:10 +0000
commitfc0ee93f44790ee8845eba473a6ed7ac00b45e39 (patch)
tree85f9ec80c3f74b7521c7402e3d3f7b108ac40a8e /autogen.sh
parent1eb46f62204b761843e3466ca0ad08eef03d8e00 (diff)
downloadnautilus-fc0ee93f44790ee8845eba473a6ed7ac00b45e39.tar.gz
committed wrong version
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index b73822b63..44e06b636 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -75,7 +75,7 @@ aclocal $ACLOCAL_FLAGS
automake -a $am_opt
-if [ -r po/Makefile.i18npatch ];
+if [ -r po/Makefile.i18npatch ]; then
if grep GENPOT po/Makefile.in.in >/dev/null;
then echo "no need for patching file \`Makefile.in.in'";
else patch po/Makefile.in.in < po/Makefile.i18npatch;