* [Bug 1904] 4.2.7p160 Windows build broken (POSIX_SHELL).
+* [Bug 1906] 4.2.7p160 - libtool: compile: cannot determine name of
+ library object in ./libevent
+* Share a single sntp/libevent/build-aux directory between all three
+ configure scripts.
(4.2.7p160) 2011/05/01 Released by Harlan Stenn <stenn@ntp.org>
* from 4.2.6p4-RC1: Upgrade to libopts 35.0.10 from AutoGen 5.11.9pre8.
* [Bug 1901] Simulator does not set progname.
# HMS: The following seems to be a work-in-progress...
-CVO=`$(srcdir)/sntp/build-aux/config.guess`
+CVO=`$(srcdir)/sntp/libevent/build-aux/config.guess`
.buildcvo:
echo "$(CVO)" > .buildcvo
#set -e
#set -x
-if [ ! -r sntp/build-aux/config.guess ] ; then
+if [ ! -r sntp/libevent/build-aux/config.guess ] ; then
echo "Error: bootstrap required." 1>&2 && exit 1
fi
# in the build-aux directory if there's not another config.guess earlier
# on the path, so we invoke it using env to append to the PATH.
-CVO=`env PATH="$PATH:./sntp/build-aux" scripts/cvo.sh @cvo@`
+CVO=`env PATH="$PATH:./sntp/libevent/build-aux" scripts/cvo.sh @cvo@`
case "$CVO" in
*-*-*-*) echo "scripts/cvo.sh returned <$CVO>, which makes no sense to me."
exit 1
[http://www.ntp.org./]dnl
)
AC_CONFIG_MACRO_DIR([sntp/m4])
-AC_CONFIG_AUX_DIR([sntp/build-aux])
+AC_CONFIG_AUX_DIR([sntp/libevent/build-aux])
AC_PRESERVE_HELP_ORDER
# * pogo sparc-sun-solaris2.10
# * rackety freebsd-6.1
-if [ ! -r sntp/build-aux/config.guess ] ; then
+if [ ! -r sntp/libevent/build-aux/config.guess ] ; then
echo "Error: bootstrap required." 1>&2 && exit 1
fi
[http://www.ntp.org./]dnl
)
AC_CONFIG_MACRO_DIR([m4])
-AC_CONFIG_AUX_DIR([build-aux])
+AC_CONFIG_AUX_DIR([libevent/build-aux])
# Bump sntp_configure_cache_version for each change to configure.ac or
# .m4 files which invalidates cached values from previous configure
AC_INIT(event.c)
AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE(libevent,2.1.0-alpha-dev)
dnl AM_SILENT_RULES req. automake 1.11. [no] defaults V=1