+2005-03-05 Bruno Haible <bruno@clisp.org>
+
+ * gettextize.in: Don't recommend to add AM_GNU_GETTEXT([external])
+ when it is already present.
+ Suggested by Alexandre Duret-Lutz <adl@src.lip6.fr>.
+
2005-03-05 Bruno Haible <bruno@clisp.org>
Remove old sh, tcl, perl interfaces.
cd ..
else
echo "Not copying intl/ directory."
- please="$please
+ # Tell the user what to put into configure.ac, if it is not already there.
+ if grep '^AM_GNU_GETTEXT([[]\?external[]]\?[ ]*[,)]' "$srcdir/$configure_in" > /dev/null; then
+ :
+ else
+ please="$please
Please use AM_GNU_GETTEXT([external]) in order to cause autoconfiguration
to look for an external libintl.
"
+ fi
fi
# Copy files to po/ subdirectory.