diff options
author | Christian Hammond <chipx86@chipx86.com> | 2003-02-09 19:08:07 +0000 |
---|---|---|
committer | Christian Hammond <chipx86@chipx86.com> | 2003-02-09 19:08:07 +0000 |
commit | 3ea297ff2a38863ab635b4f83116bfc422a9c31b (patch) | |
tree | 160d859adc8f29d66c75b2f1dedc6b35bd1cd23e | |
parent | b941cabe8fe3648a17dbc0d72fdbec056e092c9c (diff) | |
download | pidgin-3ea297ff2a38863ab635b4f83116bfc422a9c31b.tar.gz |
[gaim-migrate @ 4844]
Add a comment for the thing we add to acinclude.m4. This way, Paco-Paco
will stop randomly deleting it.
-rw-r--r-- | acinclude.m4 | 3 | ||||
-rwxr-xr-x | setup-gettext | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index f12ef56572..67f1d7b268 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -389,7 +389,10 @@ main () rm -f conf.gtktest ]) +dnl Added by setup-gettext. Do not remove this +dnl unless you know what you are doing. AC_DEFUN([AM_GNU_GETTEXT_VERSION], []) + # Configure paths for GLIB # Owen Taylor 1997-2001 diff --git a/setup-gettext b/setup-gettext index fd45c037f9..9b4efaa3ac 100755 --- a/setup-gettext +++ b/setup-gettext @@ -21,7 +21,7 @@ # MA 02111-1307 USA # -VERSION=0.1.3 +VERSION=0.1.4 VERBOSE=0 @@ -65,6 +65,8 @@ AM_GNU_GETTEXT_VERSION(0.10.40)/' < .tmp-configure.ac > configure.ac 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 } |