Mercurial > pidgin.yaz
diff setup-gettext @ 4563:d6491dc2b7b2
[gaim-migrate @ 4844]
Add a comment for the thing we add to acinclude.m4. This way, Paco-Paco
will stop randomly deleting it.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sun, 09 Feb 2003 19:08:07 +0000 |
parents | cd42bf49e2bb |
children | c92584ee753d |
line wrap: on
line diff
--- a/setup-gettext Sun Feb 09 04:52:00 2003 +0000 +++ b/setup-gettext Sun Feb 09 19:08:07 2003 +0000 @@ -21,7 +21,7 @@ # MA 02111-1307 USA # -VERSION=0.1.3 +VERSION=0.1.4 VERBOSE=0 @@ -65,6 +65,8 @@ rm .tmp-autogen.sh } + echo 'dnl Added by setup-gettext. Do not remove this' >> acinclude.m4 + echo 'dnl unless you know what you are doing.' >> acinclude.m4 echo 'AC_DEFUN([AM_GNU_GETTEXT_VERSION], [])' >> acinclude.m4 }