[Openvas-commits] r207 - trunk/openvas-plugins

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu May 24 00:26:28 CEST 2007


Author: jan
Date: 2007-05-24 00:26:27 +0200 (Thu, 24 May 2007)
New Revision: 207

Added:
   trunk/openvas-plugins/ChangeLog
Modified:
   trunk/openvas-plugins/VERSION
   trunk/openvas-plugins/configure.in
Log:
* configure.in: Replace use of nessus-libraries by
  openvas-libraries. This includes name change of the
  respective variable for the respective config script.

* VERSION: Set back to 0.9.0. OpenVAS wasn't that far yet.

* ChangeLog: New. Started ChangeLog file.


Added: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog	2007-05-23 22:02:46 UTC (rev 206)
+++ trunk/openvas-plugins/ChangeLog	2007-05-23 22:26:27 UTC (rev 207)
@@ -0,0 +1,9 @@
+2007-05-23  Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
+
+	* configure.in: Replace use of nessus-libraries by
+	openvas-libraries. This includes name change of the
+	respective variable for the respective config script.
+
+	* VERSION: Set back to 0.9.0. OpenVAS wasn't that far yet.
+
+	* ChangeLog: New. Started ChangeLog file.

Modified: trunk/openvas-plugins/VERSION
===================================================================
--- trunk/openvas-plugins/VERSION	2007-05-23 22:02:46 UTC (rev 206)
+++ trunk/openvas-plugins/VERSION	2007-05-23 22:26:27 UTC (rev 207)
@@ -1 +1 @@
-1.0.0.beta1-CVS
+0.9.0.SVN

Modified: trunk/openvas-plugins/configure.in
===================================================================
--- trunk/openvas-plugins/configure.in	2007-05-23 22:02:46 UTC (rev 206)
+++ trunk/openvas-plugins/configure.in	2007-05-23 22:26:27 UTC (rev 207)
@@ -52,14 +52,13 @@
 dnl this library is deprecated because of portability
 AC_CHECK_LIB(util, openpty, LIBUTIL="-lutil")
 
-AC_PATH_PROG(NESSUSCONFIG, nessus-config,,$XPATH)
+AC_PATH_PROG(LIBOPENVASCONFIG, libopenvas-config,,$XPATH)
 AC_PATH_PROG(OPENVASDCONFIG, openvasd-config,,$XPATH)
 
-test "x$NESSUSCONFIG" = x && AC_ERROR(""
+test "x$LIBOPENVASCONFIG" = x && AC_ERROR(""
 ""
-"*** nessus-libraries is not installed ! You need to install it before you"
-"compile openvas-plugins."
-"Get it at ftp://ftp.nessus.org/pub/nessus/")
+"*** openvas-libraries is not installed ! You need to install it before you"
+"compile openvas-plugins.")
 
 test "x$OPENVASDCONFIG" = x && AC_ERROR(""
 ""
@@ -68,8 +67,8 @@
 "Get it at www.openvas.org")
 
 
-CFLAGS="$CFLAGS `$OPENVASDCONFIG --cflags` `$NESSUSCONFIG --cflags`"
-LIBS="$LIBS `$NESSUSCONFIG --libs`"
+CFLAGS="$CFLAGS `$OPENVASDCONFIG --cflags` `$LIBOPENVASCONFIG --cflags`"
+LIBS="$LIBS `$LIBOPENVASCONFIG --libs`"
 
 
 test "x$prefix" = xNONE && prefix=/usr/local



More information about the Openvas-commits mailing list