mirror of
https://github.com/boostorg/regex.git
synced 2025-07-17 06:12:10 +02:00
reworked regex directory structure to match boost requirements.
[SVN r9752]
This commit is contained in:
18
configure
vendored
18
configure
vendored
@ -3390,7 +3390,7 @@ done
|
||||
ac_all_o=""
|
||||
ac_rules=""
|
||||
ac_all_cpp=""
|
||||
cat ./lib/makefile.org > ./lib/makefile.in
|
||||
cat ./build/makefile.org > ./build/makefile.in
|
||||
for file in src/*.cpp src/*.c
|
||||
do
|
||||
if test "$file" != 'src/*.cpp' && test "$file" != 'src/*.c'; then
|
||||
@ -3398,15 +3398,15 @@ do
|
||||
ac_all_cpp="$ac_all_cpp $file"
|
||||
root=`echo "$file" | sed 's/src\/\(.*\)\..*/\1/g'`
|
||||
ac_all_o="$ac_all_o $root$ac_obj_ext"
|
||||
echo >> ./lib/makefile.in
|
||||
echo >> ./lib/makefile.in
|
||||
echo "$root$ac_obj_ext"': $(ALL_H) '"../$file" >> ./lib/makefile.in
|
||||
echo ' $(CPP) $(CPP_PROJ)'" ../$file" >> ./lib/makefile.in
|
||||
echo ' $(AR) -rc lib$(LIBNAME).a'" $root$ac_obj_ext" >> ./lib/makefile.in
|
||||
echo >> ./build/makefile.in
|
||||
echo >> ./build/makefile.in
|
||||
echo "$root$ac_obj_ext"': $(ALL_H) '"../$file" >> ./build/makefile.in
|
||||
echo ' $(CPP) $(CPP_PROJ)'" ../$file" >> ./build/makefile.in
|
||||
echo ' $(AR) -rc lib$(LIBNAME).a'" $root$ac_obj_ext" >> ./build/makefile.in
|
||||
fi
|
||||
done
|
||||
|
||||
echo "$ac_rules" >> ./lib/makefile.in
|
||||
echo "$ac_rules" >> ./build/makefile.in
|
||||
|
||||
|
||||
|
||||
@ -3773,7 +3773,7 @@ done
|
||||
|
||||
ac_given_srcdir=$srcdir
|
||||
|
||||
trap 'rm -fr `echo "lib/makefile demo/jgrep/makefile demo/timer/makefile demo/regress/makefile makefile ../../boost/re_detail/regex_options.hpp:jm_opt.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
|
||||
trap 'rm -fr `echo "lib/makefile example/jgrep/makefile example/timer/makefile test/regress/makefile makefile ../../boost/re_detail/regex_options.hpp:jm_opt.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
|
||||
EOF
|
||||
cat >> $CONFIG_STATUS <<EOF
|
||||
|
||||
@ -3852,7 +3852,7 @@ EOF
|
||||
|
||||
cat >> $CONFIG_STATUS <<EOF
|
||||
|
||||
CONFIG_FILES=\${CONFIG_FILES-"lib/makefile demo/jgrep/makefile demo/timer/makefile demo/regress/makefile makefile"}
|
||||
CONFIG_FILES=\${CONFIG_FILES-"lib/makefile example/jgrep/makefile example/timer/makefile test/regress/makefile makefile"}
|
||||
EOF
|
||||
cat >> $CONFIG_STATUS <<\EOF
|
||||
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
|
||||
|
Reference in New Issue
Block a user