committed wrong version

This commit is contained in:
Kenneth Christiansen 2000-10-26 20:55:10 +00:00
parent 1eb46f6220
commit fc0ee93f44

View file

@ -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;