Fixes resulting from changed directory structure

[SVN r9987]
This commit is contained in:
John Maddock
2001-04-27 11:06:28 +00:00
parent 33a84ba374
commit a719c77f63
3 changed files with 7 additions and 4 deletions

5
configure vendored
View File

@ -3773,7 +3773,7 @@ done
ac_given_srcdir=$srcdir ac_given_srcdir=$srcdir
trap 'rm -fr `echo "lib/makefile example/jgrep/makefile example/timer/makefile test/regress/makefile makefile ../../boost/regex/detail/regex_options.hpp:jm_opt.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 trap 'rm -fr `echo "build/makefile example/jgrep/makefile example/timer/makefile test/regress/makefile makefile ../../boost/regex/detail/regex_options.hpp:jm_opt.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF EOF
cat >> $CONFIG_STATUS <<EOF cat >> $CONFIG_STATUS <<EOF
@ -3852,7 +3852,7 @@ EOF
cat >> $CONFIG_STATUS <<EOF cat >> $CONFIG_STATUS <<EOF
CONFIG_FILES=\${CONFIG_FILES-"lib/makefile example/jgrep/makefile example/timer/makefile test/regress/makefile makefile"} CONFIG_FILES=\${CONFIG_FILES-"build/makefile example/jgrep/makefile example/timer/makefile test/regress/makefile makefile"}
EOF EOF
cat >> $CONFIG_STATUS <<\EOF cat >> $CONFIG_STATUS <<\EOF
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
@ -4063,5 +4063,6 @@ rm -f jm_opt.out

View File

@ -1657,7 +1657,7 @@ AC_DEFINE(BOOST_RE_AUTO_CONF)
AC_MSG_RESULT(***) AC_MSG_RESULT(***)
AC_MSG_RESULT($0: setting up headers...) AC_MSG_RESULT($0: setting up headers...)
AC_MSG_RESULT(***) AC_MSG_RESULT(***)
AC_OUTPUT(lib/makefile example/jgrep/makefile example/timer/makefile test/regress/makefile makefile) AC_OUTPUT(build/makefile example/jgrep/makefile example/timer/makefile test/regress/makefile makefile)
AC_MSG_RESULT(***) AC_MSG_RESULT(***)
AC_MSG_RESULT($0: regex++ package tuned for use with \"${CXX}\" compiler.) AC_MSG_RESULT($0: regex++ package tuned for use with \"${CXX}\" compiler.)
AC_MSG_RESULT($0: To restore original settings - copy jm_opt.in to ../../boost/regex/detail/regex_options.hpp) AC_MSG_RESULT($0: To restore original settings - copy jm_opt.in to ../../boost/regex/detail/regex_options.hpp)
@ -1696,5 +1696,6 @@ rm -f jm_opt.out

View File

@ -4,7 +4,7 @@ ALL_DEP=@ac_all_dep@
base: ./build/libboost_regex.a base: ./build/libboost_regex.a
./build/libboost_regex.a: $(ALL_DEP) ./build/libboost_regex.a: $(ALL_DEP)
sh dmi.sh lib sh dmi.sh build
jgrep : base jgrep : base
@ -26,3 +26,4 @@ all : base jgrep test timer