From e855fd594d04413c29504bdc6b8792be9fa79bd2 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Wed, 5 Apr 2000 17:39:20 +0000 Subject: [PATCH] generate bin/tests/headerdep_test.sh --- configure | 4 +++- configure.in | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 63f9b8e087..764bd1b9ef 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.109 +# From configure.in Revision: 1.110 @@ -3977,6 +3977,7 @@ trap 'rm -fr `echo "make/rules bin/tests/dst/Makefile bin/tests/mem/Makefile bin/tests/sockaddr/Makefile + bin/tests/headerdep_test.sh config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF diff --git a/configure.in b/configure.in index b81763eb66..4bacd5848c 100644 --- a/configure.in +++ b/configure.in @@ -13,7 +13,7 @@ dnl PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS dnl ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS dnl SOFTWARE. -AC_REVISION($Revision: 1.109 $) +AC_REVISION($Revision: 1.110 $) AC_PREREQ(2.13) @@ -802,4 +802,5 @@ AC_OUTPUT( bin/tests/dst/Makefile bin/tests/mem/Makefile bin/tests/sockaddr/Makefile + bin/tests/headerdep_test.sh )