From cc768c86c62aa5c6ea9dfe5c215bfe19dd991e3a Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 27 Sep 2001 14:58:14 -0400 Subject: ENH: pass prefix from configure into cmake --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 3d91d2a244..2f99346889 100755 --- a/configure +++ b/configure @@ -1182,7 +1182,7 @@ done ac_given_srcdir=$srcdir -trap 'rm -fr `echo "Makefile Source/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 -- cgit v1.2.1