]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Define IN_LIBASPRINTF.
authorBruno Haible <bruno@clisp.org>
Thu, 29 Mar 2007 22:55:31 +0000 (22:55 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:45 +0000 (12:14 +0200)
gettext-runtime/libasprintf/ChangeLog
gettext-runtime/libasprintf/Makefile.am

index 319286f76a000d282b3e494c8bb05c39ddc834a8..5784f17b4db82b80da7c5f794885fc35c7139cf8 100644 (file)
@@ -1,5 +1,6 @@
 2007-03-29  Bruno Haible  <bruno@clisp.org>
 
+       * Makefile.am (DEFS): New variable.
        * vasprintf.c: Sync with gnulib.
        * asprintf.c: Likewise.
 
index f27f3f5faa8c423e688f09b8c25e45fc8652f3e9..e42430d84e4753c25e549ce2426549ff5b91f154 100644 (file)
@@ -1,5 +1,5 @@
 ## Makefile for the gettext-runtime/libasprintf subdirectory of GNU gettext
-## Copyright (C) 2002-2006 Free Software Foundation, Inc.
+## Copyright (C) 2002-2007 Free Software Foundation, Inc.
 ##
 ## This program is free software; you can redistribute it and/or modify it
 ## under the terms of the GNU Library General Public License as published
@@ -26,6 +26,8 @@ MOSTLYCLEANFILES =
 
 RM = rm -f
 
+DEFS = -DIN_LIBASPRINTF @DEFS@
+
 
 # Library include file.