]> jfr.im git - irc/UndernetIRC/gnuworld.git/commitdiff
rebuild configure/make system: boost no longer required for chanfix, output from...
authorDan-m00 <redacted>
Wed, 16 Apr 2008 15:25:46 +0000 (15:25 +0000)
committerDan-m00 <redacted>
Wed, 16 Apr 2008 15:25:46 +0000 (15:25 +0000)
14 files changed:
ChangeLog
configure
configure.ac
libltdl/acinclude.m4
mod.ccontrol/Makefile.in
mod.clientExample/Makefile.in
mod.cloner/Makefile.in
mod.cservice/Makefile.in
mod.gnutest/Makefile.in
mod.nickserv/Makefile.in
mod.openchanfix/Makefile.in
mod.scanner/Makefile.in
mod.snoop/Makefile.in
mod.stats/Makefile.in

index 9c2adf936b48277fc3de496ee72a0ae86d1da7a8..369aeb8f5bb79e39f6b95b9eb95b204ccbcadea7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
-// $Id: ChangeLog,v 1.156 2008/01/09 23:05:53 kewlio Exp $ //
+// $Id: ChangeLog,v 1.157 2008/04/16 15:25:46 danielaustin Exp $ //
+
+2008-04-16     Dan-m00 <daniel@undernet.org>
+               * configure.ac: Removed boost requirement for chanfix, altered
+                       output for for ./configure script and tidied up old
+                       leftover configure code.
+               * configure:
+               * libltdl/acinclude.m4:
+               * */Makefile.in: Rebuilt configure/make system
 
 2008-01-09     Dan-m00 <daniel@undernet.org>
                * mod.cservice/PURGECommand: check global and channel lists for
index fb2c7efb822848040fabca41c89e747b50783b0c..43e286f6c6a2166ca5fe755b0369e632c48a6353 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.ac Revision: 1.40 .
+# From configure.ac Revision: 1.41 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61.
 #
@@ -21437,16 +21437,11 @@ cat >>confdefs.h <<\_ACEOF
 _ACEOF
 
 
-
 CXXFLAGS="$tmpcxxflags"
 CPPFLAGS="$tmpcppflags"
 LIBS="$tmplibs"
 
 
-
-
-
-
 # Check whether --with-log4cplus was given.
 if test "${with_log4cplus+set}" = set; then
   withval=$with_log4cplus; check_log4cplus=$withval
@@ -21839,19 +21834,6 @@ if test $searchForMods = yes; then
         done
 fi
 
-if test $build_modopenchanfix = true; then
-       if test "x$threadLib" = "x"; then
-               { { echo "$as_me:$LINENO: error: mod.openchanfix requires THREAD support - which you lack." >&5
-echo "$as_me: error: mod.openchanfix requires THREAD support - which you lack." >&2;}
-   { (exit 1); exit 1; }; }
-       fi
-       if test "x$BOOST_THREAD_LIB" = "x"; then
-               { { echo "$as_me:$LINENO: error: mod.openchanfix requires Boost::Thread support - which you lack." >&5
-echo "$as_me: error: mod.openchanfix requires Boost::Thread support - which you lack." >&2;}
-   { (exit 1); exit 1; }; }
-       fi
-fi
-
  if test $build_modccontrol = true; then
   COND_MODCCONTROL_TRUE=
   COND_MODCCONTROL_FALSE='#'
@@ -23729,8 +23711,23 @@ echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
 fi
 
 
-echo
-echo Configuration has been finished, and everything seems to be all right.
-echo Now, you have the chance to modify include/gnuworld_config.h to set your
-echo preferred options...
-echo
+echo ""
+echo "##########################"
+echo "# GNUWorld Configuration #"
+echo "##########################"
+echo ""
+echo "Configuration of GNUWorld is complete - you're almost ready to run 'make'..."
+echo ""
+echo "Check the following files for modification before building:"
+echo "  include/gnuworld_config.h"
+
+if test $build_modcservice = true; then
+       echo "  mod.cservice/cservice_config.h"
+fi
+
+if test $build_modopenchanfix = true; then
+       echo "  mod.openchanfix/chanfix_config.h"
+fi
+
+echo ""
+
index b32d2f45134c3c994312ffb0126b97e5e00542a0..b522008a0c8ed4f92cfdd461b779c9584b176f4b 100755 (executable)
@@ -1,10 +1,10 @@
-dnl $Id: configure.ac,v 1.41 2007/10/31 14:56:36 kewlio Exp $
+dnl $Id: configure.ac,v 1.42 2008/04/16 15:25:49 danielaustin Exp $
 dnl ----------------------------------------------------------
 
 echo Configuring GNUWorld...
 echo
 
-AC_REVISION($Revision: 1.41 $)
+AC_REVISION($Revision: 1.42 $)
 AC_INIT
 AC_CONFIG_SRCDIR([src/main.cc])
 AM_INIT_AUTOMAKE(gnuworld,3.0)
@@ -225,10 +225,6 @@ AC_CHECK_LIB(pq, PQconnectdb)
 AC_CHECK_HEADER([libpq-fe.h])
 AC_DEFINE([HAVE_PGSQL],[],[Using PostGreSQL])
 
-dnl [pgsql_includedir="."],
-dnl AC_MSG_FAILURE([Unable to find libpq-fe.h, please install 
-dnl PostGreSQL]),[])
-
 dnl Everything seemed to work, pgsql located.
 dnl Restore the original CXXFLAGS and LIBS. The db library will
 dnl link against pgsql_lib (which is empty if using system default),
@@ -238,40 +234,6 @@ CXXFLAGS="$tmpcxxflags"
 CPPFLAGS="$tmpcppflags"
 LIBS="$tmplibs"
 
-dnl pgsql_lib="$pgsql_home/lib"
-dnl AC_ARG_WITH(pgsql-lib,
-dnl    AC_HELP_STRING([--with-pgsql-lib=PGSQLLIBDIR],
-dnl                    [Specify location to find libpq.so, default is \
-dnl /usr/local/lib/pgsql/lib]),
-dnl    [pgsql_lib=$withval]
-dnl )
-
-dnl pgsql_include="$pgsql_home/include"
-dnl AC_ARG_WITH(pgsql-include,
-dnl    AC_HELP_STRING([--with-pgsql-include=PGSQLINCLUDEDIR],
-dnl                    [Specify location to find libpq-fe.h, default is \
-dnl /usr/local/lib/pgsql/include]),
-dnl    [pgsql_include=$withval]
-dnl )
-
-dnl AC_MSG_CHECKING([for libpq.so in $pgsql_lib])
-dnl if [ test -f $pgsql_lib/libpq.so ]; then
-dnl    AC_MSG_RESULT([$pgsql_lib])
-dnl    AC_DEFINE([HAVE_PGSQL],[],[Using PostGreSQL])
-dnl    [LDFLAGS="$LDFLAGS -L${pgsql_lib}"]
-dnl else
-dnl    AC_MSG_FAILURE([unable to find libpq.so])
-dnl fi
-
-dnl AC_MSG_CHECKING([for libpq-fe.h])
-dnl if [ test -f $pgsql_include/libpq-fe.h ]; then
-dnl    AC_MSG_RESULT([$pgsql_include])
-dnl    AC_DEFINE([HAVE_PGSQL],[],[Using PostGreSQL])
-dnl    CXXFLAGS="${CXXFLAGS} -I${pgsql_include}"
-dnl else
-dnl    AC_MSG_FAILURE([unable to find libpq-fe.h])
-dnl fi
-
 dnl Enable log4cplus if required
 AC_ARG_WITH(log4cplus,
        AC_HELP_STRING([--with-log4cplus],
@@ -433,17 +395,6 @@ dnl        echo "mod_list: $mod_list"
         done
 fi
 
-dnl Check if openchanfix is selected.  mod.openchanfix requires threading
-dnl support - if we don't have it, tell the user so they can fix it.
-if [test $build_modopenchanfix = true]; then
-       if [test "x$threadLib" = "x"]; then
-               AC_MSG_ERROR(mod.openchanfix requires THREAD support - which you lack.)
-       fi
-       if [test "x$BOOST_THREAD_LIB" = "x"]; then
-               AC_MSG_ERROR(mod.openchanfix requires Boost::Thread support - which you lack.)
-       fi
-fi
-
 AM_CONDITIONAL(COND_MODCCONTROL,[test $build_modccontrol = true])
 AM_CONDITIONAL(COND_MODCHANFIX,[test $build_modchanfix = true])
 AM_CONDITIONAL(COND_MODCLIENTEXAMPLE,[test $build_modclientExample = true])
@@ -509,8 +460,23 @@ tools/checkgnuworld.sh])
 
 AC_OUTPUT
 
-echo
-echo Configuration has been finished, and everything seems to be all right.
-echo Now, you have the chance to modify include/gnuworld_config.h to set your
-echo preferred options...
-echo
+echo ""
+echo "##########################"
+echo "# GNUWorld Configuration #"
+echo "##########################"
+echo ""
+echo "Configuration of GNUWorld is complete - you're almost ready to run 'make'..."
+echo ""
+echo "Check the following files for modification before building:"
+echo "  include/gnuworld_config.h"
+
+if [test $build_modcservice = true]; then
+       echo "  mod.cservice/cservice_config.h"
+fi
+
+if [test $build_modopenchanfix = true]; then
+       echo "  mod.openchanfix/chanfix_config.h"
+fi
+
+echo ""
+
index de14d73ec974efdb9034ebb63e8c0332c7871e71..dc20e35b188e4200439d686c4463e888e8155740 100644 (file)
@@ -6524,6 +6524,9 @@ $as_executable_p $1[]dnl
 #  GNU Autoconf as AC_PROG_SED.  When it is available in   #
 #  a released version of Autoconf we should remove this    #
 #  macro and use it instead.                               #
+  freebsd*)
+    libltdl_cv_sys_dlopen_deplibs=yes
+    ;;
 ############################################################
 # LT_AC_PROG_SED
 # --------------
@@ -6712,9 +6715,6 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
     # If you are looking for one http://www.opendarwin.org/projects/dlcompat
     libltdl_cv_sys_dlopen_deplibs=yes
     ;;
-  freebsd*)
-    libltdl_cv_sys_dlopen_deplibs=yes
-    ;;
   freebsd* | dragonfly*)
     libltdl_cv_sys_dlopen_deplibs=yes
     ;;
index 748938f2baf04458e013bc1f546a02c17bf52ea9..16b9a1e3d6d4f524c1b5a1276c068d5f6b2fbc25 100644 (file)
@@ -14,7 +14,7 @@
 
 @SET_MAKE@
 
-# "$Id: Makefile.in,v 1.235 2007/10/31 14:56:38 kewlio Exp $"
+# "$Id: Makefile.in,v 1.236 2008/04/16 15:25:50 danielaustin Exp $"
 
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
index 5c1c4ea7f30206076f6deab6124020aeb4a586fa..43cfd03fefbf527be6cd6fea2f1af43c4f8a5db1 100644 (file)
@@ -14,7 +14,7 @@
 
 @SET_MAKE@
 
-# "$Id: Makefile.in,v 1.194 2007/10/31 14:56:39 kewlio Exp $"
+# "$Id: Makefile.in,v 1.195 2008/04/16 15:25:51 danielaustin Exp $"
 
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
index 5a790978a9f04e5582a438bcdb1291da50ae86fa..de3c91b866cd7e48555ff629f2b46ff28712326c 100644 (file)
@@ -14,7 +14,7 @@
 
 @SET_MAKE@
 
-# "$Id: Makefile.in,v 1.193 2007/10/31 14:56:43 kewlio Exp $"
+# "$Id: Makefile.in,v 1.194 2008/04/16 15:25:51 danielaustin Exp $"
 
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
index ad18cc40db82c7d324700d79e60d5aeaaa69e1a4..796459c850dcb3ca89908383c4a9c90ac1bc8cb2 100644 (file)
@@ -14,7 +14,7 @@
 
 @SET_MAKE@
 
-# "$Id: Makefile.in,v 1.247 2007/10/31 14:56:43 kewlio Exp $"
+# "$Id: Makefile.in,v 1.248 2008/04/16 15:25:52 danielaustin Exp $"
 
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
index 7625400a4b9364d1450ddaedbab54be6eedeeaeb..58daed32665d2f4b10e1cbd42d994e61399b87bd 100644 (file)
@@ -14,7 +14,7 @@
 
 @SET_MAKE@
 
-# "$Id: Makefile.in,v 1.196 2007/10/31 14:56:44 kewlio Exp $"
+# "$Id: Makefile.in,v 1.197 2008/04/16 15:25:53 danielaustin Exp $"
 
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
index 0c67e5f7b6c7bca59161de160aa17cff9a4c79bd..9de819079f2bc316d6e6565decaa66a4d5fbded8 100644 (file)
@@ -14,7 +14,7 @@
 
 @SET_MAKE@
 
-# "$Id: Makefile.in,v 1.105 2007/10/31 14:56:44 kewlio Exp $"
+# "$Id: Makefile.in,v 1.106 2008/04/16 15:25:53 danielaustin Exp $"
 
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
index 6bbf00ddd6a97d06b897a4b11958454d480ae129..c42cb630372c32e0dd872984644a0706a86b6b9a 100644 (file)
@@ -14,7 +14,7 @@
 
 @SET_MAKE@
 
-# "$Id: Makefile.in,v 1.15 2008/01/16 02:03:38 buzlip01 Exp $"
+# "$Id: Makefile.in,v 1.16 2008/04/16 15:25:54 danielaustin Exp $"
 
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
index 30db594fbc7e4c7a81978a89e95764a7cdc10eec..a98132cfda16afeec3ac995557929ef9ce90a543 100644 (file)
@@ -14,7 +14,7 @@
 
 @SET_MAKE@
 
-# "$Id: Makefile.in,v 1.99 2007/10/31 14:56:44 kewlio Exp $"
+# "$Id: Makefile.in,v 1.100 2008/04/16 15:25:54 danielaustin Exp $"
 
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
index dbf5f15e720faccbdce6c7bc153fbeee393cfc30..b3ae4c662a91c586288fc53f693f349fef6451c1 100644 (file)
@@ -14,7 +14,7 @@
 
 @SET_MAKE@
 
-# "$Id: Makefile.in,v 1.30 2007/10/31 14:56:44 kewlio Exp $"
+# "$Id: Makefile.in,v 1.31 2008/04/16 15:25:55 danielaustin Exp $"
 
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
index 9d6584c43ab1c3faed9682a3b50a5177f42f4ae9..c1662e1c3ed6abde79af78147a7039953ef4e24c 100644 (file)
@@ -14,7 +14,7 @@
 
 @SET_MAKE@
 
-# "$Id: Makefile.in,v 1.194 2007/10/31 14:56:45 kewlio Exp $"
+# "$Id: Makefile.in,v 1.195 2008/04/16 15:25:55 danielaustin Exp $"
 
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@