changeset 14123:514ae5562fd2

remove GNULIB_TEST defines from installed lpx-config.h
author Bruce Korb <bkorb@gnu.org>
date Thu, 30 Dec 2010 17:26:03 -0800
parents 4b32051cadc5
children ff9ca89936a2
files ChangeLog libposix/lib/mk-lpx-config-h.sh
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@
 	config.h so that openat-die.c can omit calls to error().
 	* lib/openat-die.c: remove error module stuff when GNULIB_LIBPOSIX
 	is defined.
+	* libposix/lib/mk-lpx-config-h.sh (GNULIB_TEST): remove these defines
 
 2010-12-29  Eric Blake  <eblake@redhat.com>
 
--- a/libposix/lib/mk-lpx-config-h.sh
+++ b/libposix/lib/mk-lpx-config-h.sh
@@ -41,6 +41,7 @@
 	/^\/\*.*\*\/$/d
 	/^\/\*/,/\*\/$/d
 	/^$/d
+	/#define GNULIB_TEST/d
 	s/^\(# *define *\)\([A-Za-z]\)/\1LPX_\2/
 	/^#if/s/\(defined *\)\([A-Za-z]\)/\1LPX_\2/g
 	s/^\(# *ifn*def *\)\([A-Za-z]\)/\1LPX_\2/