mirror of
https://github.com/boostorg/regex.git
synced 2025-07-23 00:57:19 +02:00
Fixes resulting from changed directory structure
[SVN r9987]
This commit is contained in:
5
configure
vendored
5
configure
vendored
@ -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
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user