diff options
author | Kenneth Christiansen <kenneth@src.gnome.org> | 2000-10-26 20:46:35 +0000 |
---|---|---|
committer | Kenneth Christiansen <kenneth@src.gnome.org> | 2000-10-26 20:46:35 +0000 |
commit | 1eb46f62204b761843e3466ca0ad08eef03d8e00 (patch) | |
tree | b159c4e94757e0f2d0ef720cdf985cefef104117 /autogen.sh | |
parent | 8cb30f6bf443db323563cf7e90759009346def16 (diff) | |
download | nautilus-1eb46f62204b761843e3466ca0ad08eef03d8e00.tar.gz |
small change - talked to Darin
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh index 52acad6d8..b73822b63 100755 --- a/autogen.sh +++ b/autogen.sh @@ -74,6 +74,14 @@ aclocal $ACLOCAL_FLAGS (autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader automake -a $am_opt + +if [ -r po/Makefile.i18npatch ]; + 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; + fi; +fi + autoconf cd $ORIGDIR |