* autogen.sh: Pass --foreign to automake so that it won't
complain missing ChangeLog
* configure.in: Fix variable name to print client only build
warning correctly.
Index: autogen.sh
===================================================================
RCS file: /cvs/subversion/autogen.sh,v
retrieving revision 1.35
diff -u -r1.35 autogen.sh
--- autogen.sh 2001/02/24 00:25:23 1.35
+++ autogen.sh 2001/02/24 06:57:03
@@ -73,7 +73,7 @@
# Produce all the `Makefile.in's, verbosely, and create neat missing things
# like `libtool', `install-sh', etc.
-automake --add-missing --verbose
+automake --add-missing --verbose --foreign
# If there's a config.cache file, we may need to delete it.
# If we have an existing configure script, save a copy for comparison.
Index: configure.in
===================================================================
RCS file: /cvs/subversion/configure.in,v
retrieving revision 1.65
diff -u -r1.65 configure.in
--- configure.in 2001/02/20 09:30:12 1.65
+++ configure.in 2001/02/24 06:57:03
@@ -17,7 +17,7 @@
dnl Required to init all of the `automake' macros, and to run typical macros
AM_INIT_AUTOMAKE(subversion, 0.1, no-define)
-dnl AC_CONFIG_HEADER causes `autoheader' to produce svn_config.h.in for us.
+dnl AC_CONFIG_HEADER causes `autoheader' to produce svn_private_config.h.in for us.
dnl (We can add custom defines by creating ./acconfig.h if we wish.)
dnl Because we're using automake, we must use AM_ instead of AC_. AM_ creates
dnl rules to regenerate the header file whenever config files change.
@@ -253,7 +253,7 @@
dnl Print warning messages about what we did and didn't configure at the
dnl end, where people will actually see them.
-case "$svn_cv_lib_berkeley_db" in
+case "$svn_lib_berkeley_db" in
"no" )
echo 1>&2
AC_MSG_WARN([we have configured for a client-only build
--
Yoshiki Hayashi
Received on Sat Oct 21 14:36:23 2006