This commit is contained in:
committed by
Git OBS Bridge
parent
15e46e9b75
commit
881bdd39be
60
db.diff
60
db.diff
@@ -53,6 +53,66 @@
|
||||
if test "$db_cv_cxx" = "yes"; then
|
||||
AC_MSG_ERROR(
|
||||
[--with-uniquename is not compatible with --enable-cxx])
|
||||
--- db/dist/configure.ac
|
||||
+++ db/dist/configure.ac
|
||||
@@ -690,14 +690,14 @@ LTLIBOBJS=`echo "$LIB@&t@OBJS" |
|
||||
AC_SUBST(LTLIBOBJS)
|
||||
|
||||
# Initial output file list.
|
||||
-CREATE_LIST="Makefile
|
||||
- db_cxx.h:$srcdir/../dbinc/db_cxx.in
|
||||
- db_int.h:$srcdir/../dbinc/db_int.in
|
||||
+CREATE_LIST="Makefile \
|
||||
+ db_cxx.h:$srcdir/../dbinc/db_cxx.in \
|
||||
+ db_int.h:$srcdir/../dbinc/db_int.in \
|
||||
include.tcl:$srcdir/../test/include.tcl"
|
||||
|
||||
# MinGW needs win_db.h.
|
||||
if test "$db_cv_mingw" = "yes"; then
|
||||
-CREATE_LIST="$CREATE_LIST
|
||||
+CREATE_LIST="$CREATE_LIST \
|
||||
win_db.h:$srcdir/win_db.in"
|
||||
fi
|
||||
|
||||
@@ -705,10 +705,10 @@ fi
|
||||
# prototypes, and, if configured for unique names, a list of #defines
|
||||
# to do DB_VERSION_UNIQUE_NAME substitution.
|
||||
if test "$db_cv_uniquename" = "yes"; then
|
||||
- CREATE_LIST="$CREATE_LIST
|
||||
+ CREATE_LIST="$CREATE_LIST \
|
||||
db.h:$srcdir/../dbinc/db.in:$srcdir/../dbinc_auto/ext_def.in:$srcdir/../dbinc_auto/ext_prot.in"
|
||||
else
|
||||
- CREATE_LIST="$CREATE_LIST
|
||||
+ CREATE_LIST="$CREATE_LIST \
|
||||
db.h:$srcdir/../dbinc/db.in:$srcdir/../dbinc_auto/ext_prot.in"
|
||||
fi
|
||||
|
||||
@@ -716,7 +716,7 @@ fi
|
||||
# does the DB_VERSION_UNIQUE_NAME substitution), which is included by
|
||||
# the db_int.h file.
|
||||
if test "$db_cv_uniquename" = "yes"; then
|
||||
- CREATE_LIST="$CREATE_LIST
|
||||
+ CREATE_LIST="$CREATE_LIST \
|
||||
db_int_def.h:$srcdir/../dbinc_auto/int_def.in"
|
||||
db_int_def='#include "db_int_def.h"'
|
||||
fi
|
||||
@@ -726,12 +726,12 @@ fi
|
||||
# of #defines to do DB_VERSION_UNIQUE_NAME substitution.
|
||||
if test "$db_cv_compat185" = "yes"; then
|
||||
if test "$db_cv_uniquename" = "yes"; then
|
||||
- CREATE_LIST="$CREATE_LIST
|
||||
- db_185.h:$srcdir/../dbinc/db_185.in:$srcdir/../dbinc_auto/ext_185_def.in:$srcdir/../dbinc_auto/ext_185_prot.in
|
||||
+ CREATE_LIST="$CREATE_LIST \
|
||||
+ db_185.h:$srcdir/../dbinc/db_185.in:$srcdir/../dbinc_auto/ext_185_def.in:$srcdir/../dbinc_auto/ext_185_prot.in \
|
||||
db185_int.h:$srcdir/../db185/db185_int.in:$srcdir/../dbinc_auto/ext_185_def.in:$srcdir/../dbinc_auto/ext_185_prot.in"
|
||||
else
|
||||
- CREATE_LIST="$CREATE_LIST
|
||||
- db_185.h:$srcdir/../dbinc/db_185.in:$srcdir/../dbinc_auto/ext_185_prot.in
|
||||
+ CREATE_LIST="$CREATE_LIST \
|
||||
+ db_185.h:$srcdir/../dbinc/db_185.in:$srcdir/../dbinc_auto/ext_185_prot.in \
|
||||
db185_int.h:$srcdir/../db185/db185_int.in:$srcdir/../dbinc_auto/ext_185_prot.in"
|
||||
fi
|
||||
fi
|
||||
--- db/dist/s_config
|
||||
+++ db/dist/s_config
|
||||
@@ -8,7 +8,8 @@ trap 'rm -f aclocal.m4 ; exit 0' 0 1 2 3
|
||||
|
Reference in New Issue
Block a user