]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 1906] 4.2.7p160 - libtool: compile: cannot determine name of
authorDave Hart <hart@ntp.org>
Sun, 1 May 2011 21:15:54 +0000 (21:15 +0000)
committerDave Hart <hart@ntp.org>
Sun, 1 May 2011 21:15:54 +0000 (21:15 +0000)
  library object in ./libevent
Share a single sntp/libevent/build-aux directory between all three
  configure scripts.

bk: 4dbdcd8aBafntXAHTTQJPgzz-g6syA

ChangeLog
Makefile.am
build
configure.ac
flock-build
sntp/configure.ac
sntp/libevent/configure.in

index 3552487ef91aee30598b4c98e21eb007941f0527..62c467e85443a73777fa7b6d7612073cecb96583 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
 * [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.
index e90e7a46b71185ab28d3e5762475f3ccb090ec0a..664ae06574ad9a5789dfda4a9048288edae6b380 100644 (file)
@@ -113,7 +113,7 @@ libtool: $(LIBTOOL_DEPS)
 
 # 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
diff --git a/build b/build
index fb9095a83de1a3d8239ec1f74512d77dbb97c92a..8bb65e5b8dd1ff5c35fe064a91607ccc3c255465 100755 (executable)
--- a/build
+++ b/build
@@ -30,7 +30,7 @@ esac
 #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
 
@@ -38,7 +38,7 @@ 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
index 49fa71881293693809da670861610825463cbf44..5dadabcab3b59cde5da05d9b7010b25739c42d12 100644 (file)
@@ -10,7 +10,7 @@ AC_INIT(
     [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
 
index 69f7ffe807182be3e50beed2a6428b741bbf6d23..b537ac349175ab59b54e6ba72f8a233b59c7aa71 100755 (executable)
@@ -52,7 +52,7 @@ esac
 # * 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
 
index 316926b0e40d28adfc01de29d7b1134714b39ba7..18a0fda4ca8a5f35dfa6defd8961280db3d1c15d 100644 (file)
@@ -10,7 +10,7 @@ AC_INIT(
     [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 
index d8ccf4e987563b352271285429f6af82163722e7..226e9b6e3014f535b6c6581df99fd63795cd8448 100644 (file)
@@ -4,6 +4,7 @@ AC_PREREQ(2.59)
 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