changeset 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 2c8372d4fb2a
children 27354602734d
files acinclude.m4 setup-gettext
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/acinclude.m4	Sun Feb 09 04:52:00 2003 +0000
+++ b/acinclude.m4	Sun Feb 09 19:08:07 2003 +0000
@@ -389,7 +389,10 @@
   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
 
--- 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
 }