[Initng-svn] r2952 - initng

svn at initng.thinktux.net svn at initng.thinktux.net
Mon Feb 6 17:50:12 CET 2006


Author: deac
Date: Mon Feb  6 17:50:11 2006
New Revision: 2952

Modified:
   initng/configure.in
Log:
configure.in: depend-plugin removed

Modified: initng/configure.in
==============================================================================
--- initng/configure.in	(original)
+++ initng/configure.in	Mon Feb  6 17:50:11 2006
@@ -197,10 +197,6 @@
     AC_HELP_STRING([--with-daemon-clean],[Build with daemon-clean plugin @<:@default=no@:>@]),
     [with_daemon_clean=$withval], [with_daemon_clean=no])
 
-AC_ARG_WITH(depend, 
-    AC_HELP_STRING([--with-depend],[Build with depend plugin @<:@default=yes@:>@]),
-    [with_depend=$withval], [with_depend=yes])
-
 AC_ARG_WITH(dllaunch, 
     AC_HELP_STRING([--with-dllaunch],[Build with dllaunch plugin @<:@default=no@:>@]),
     [with_dllaunch=$withval], [with_dllaunch=no])
@@ -350,7 +346,6 @@
 AM_CONDITIONAL(BUILD_CRON, test "$with_cron" = "yes")
 AM_CONDITIONAL(BUILD_CRITICAL, test "$with_critical" = "yes")
 AM_CONDITIONAL(BUILD_DAEMON_CLEAN, test "$with_daemon_clean" = "yes")
-AM_CONDITIONAL(BUILD_DEPEND, test "$with_depend" = "yes")
 AM_CONDITIONAL(BUILD_DLLAUNCH, test "$with_dllaunch" = "yes")
 AM_CONDITIONAL(BUILD_DPARSER, test "$with_dparser" = "yes")
 AM_CONDITIONAL(BUILD_ENVPARSER, test "$with_envparser" = "yes")
@@ -404,7 +399,6 @@
 	  plugins/chdir/Makefile \
 	  plugins/pause/Makefile \
 	  plugins/chroot/Makefile \
-	  plugins/depend/Makefile \
 	  plugins/simple_launcher/Makefile \
 	  plugins/renice/Makefile \
 	  plugins/stdout/Makefile \
@@ -465,7 +459,6 @@
 echo Build cron plugin...................... : $with_cron
 echo Build critical plugin.................. : $with_critical
 echo Build daemon_clean plugin.............. : $with_daemon_clean
-echo Build depend plugin.................... : $with_depend
 echo Build dllaunch plugin.................. : $with_dllaunch
 echo Build dparser plugin................... : $with_dparser
 echo Build envparser plugin................. : $with_envparser


More information about the Initng-svn mailing list