From: Bruce Korb Date: Fri, 31 Dec 2010 01:26:03 +0000 (-0800) Subject: remove GNULIB_TEST defines from installed lpx-config.h X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=6b41e18cf82fac8f2453df726114fe1504e05dd3;p=gnulib.git remove GNULIB_TEST defines from installed lpx-config.h --- diff --git a/ChangeLog b/ChangeLog index afac8d8d33..89fddfb6ad 100644 --- 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 diff --git a/libposix/lib/mk-lpx-config-h.sh b/libposix/lib/mk-lpx-config-h.sh index ad3805f977..81c52e4c8b 100755 --- a/libposix/lib/mk-lpx-config-h.sh +++ b/libposix/lib/mk-lpx-config-h.sh @@ -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/