]> Savannah Git Hosting - gnulib.git/commitdiff
remove GNULIB_TEST defines from installed lpx-config.h
authorBruce Korb <bkorb@gnu.org>
Fri, 31 Dec 2010 01:26:03 +0000 (17:26 -0800)
committerBruce Korb <bkorb@gnu.org>
Fri, 31 Dec 2010 01:26:03 +0000 (17:26 -0800)
ChangeLog
libposix/lib/mk-lpx-config-h.sh

index afac8d8d3397984739c83dc1317d1db32b3ebc9c..89fddfb6ad118319bd62b31169d1013a099cbe0d 100644 (file)
--- 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>
 
index ad3805f9776565995a9d53119641d4459c9bd9f3..81c52e4c8bd5add0d4a57edc89101ee602d493c2 100755 (executable)
@@ -41,6 +41,7 @@ EOF
        /^\/\*.*\*\/$/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/