INN commit: trunk (configure.ac)
INN Commit
rra at isc.org
Tue Apr 3 16:53:46 UTC 2012
Date: Tuesday, April 3, 2012 @ 09:53:46
Author: eagle
Revision: 9403
Fix a mangled comment in the configure libtool changes
Modified:
trunk/configure.ac
--------------+
configure.ac | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: configure.ac
===================================================================
--- configure.ac 2012-04-03 16:52:26 UTC (rev 9402)
+++ configure.ac 2012-04-03 16:53:46 UTC (rev 9403)
@@ -71,8 +71,10 @@
dnl Make sure $prefix is set so that we can use it internally.
test x"$prefix" = xNONE && prefix="$ac_default_prefix"
-dnl A few tests need to happen before any of the libtool tests. avoid error
-dnl messages. We therefore lift them up to the top of the file.
+dnl A few tests need to happen before any of the libtool tests. We
+dnl therefore lift them up to the top of the file. (This is probably no
+dnl longer needed now that we're running LT_INIT unconditionally, but
+dnl we'll leave it alone until we switch to Automake.)
AC_PROG_CC
AC_USE_SYSTEM_EXTENSIONS
AC_SEARCH_LIBS([strerror], [cposix])
More information about the inn-committers
mailing list