From b5b46599feb33d7f873faca6215f1717ddd209e6 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Thu, 2 May 2002 08:54:53 -0400 Subject: Revert to make it work again --- configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 7e64c1ec64..b3817bd490 100755 --- a/configure +++ b/configure @@ -1179,7 +1179,7 @@ done ac_given_srcdir=$srcdir -trap 'rm -fr `echo "Source/InitialConfigureFlags.cmake Source/bootstrap/Makefile Source/cmConfigure.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 +trap 'rm -fr `echo "Source/InitialConfigureFlags.cmake Makefile Source/Makefile Source/cmConfigure.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then @@ -1433,8 +1433,8 @@ rm -fr confdefs* $ac_clean_files test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 # build cmake -(cd Source/bootstrap; $RUNMAKE) +$RUNMAKE # run cmake -./Source/bootstrap/cmake $fullSrcDir +./Source/cmake $fullSrcDir # run cmake depends $RUNMAKE depend -- cgit v1.2.1