From: Bruno Haible Date: Thu, 29 Mar 2007 22:55:31 +0000 (+0000) Subject: Define IN_LIBASPRINTF. X-Git-Tag: v0.17~430 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d88e9ad5e69ced1eb90fd7ab2a684436c12f052e;p=thirdparty%2Fgettext.git Define IN_LIBASPRINTF. --- diff --git a/gettext-runtime/libasprintf/ChangeLog b/gettext-runtime/libasprintf/ChangeLog index 319286f76..5784f17b4 100644 --- a/gettext-runtime/libasprintf/ChangeLog +++ b/gettext-runtime/libasprintf/ChangeLog @@ -1,5 +1,6 @@ 2007-03-29 Bruno Haible + * Makefile.am (DEFS): New variable. * vasprintf.c: Sync with gnulib. * asprintf.c: Likewise. diff --git a/gettext-runtime/libasprintf/Makefile.am b/gettext-runtime/libasprintf/Makefile.am index f27f3f5fa..e42430d84 100644 --- a/gettext-runtime/libasprintf/Makefile.am +++ b/gettext-runtime/libasprintf/Makefile.am @@ -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.