[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openvas-cvs
Subject:    [Openvas-commits] r973 - trunk/openvas-libraries
From:       scm-commit () wald ! intevation ! org
Date:       2008-06-27 10:00:16
Message-ID: 20080627100016.510DE406EE () pyrosoma ! intevation ! org
[Download RAW message or body]

Author: jan
Date: 2008-06-27 12:00:16 +0200 (Fri, 27 Jun 2008)
New Revision: 973

Modified:
   trunk/openvas-libraries/ChangeLog
   trunk/openvas-libraries/libopenvas-config.in
Log:
* libopenvas-config.in: fix variable replacement problems.
Original problem report and initial patch supplied by
Ales Nosek.


Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog	2008-06-27 09:45:42 UTC (rev 972)
+++ trunk/openvas-libraries/ChangeLog	2008-06-27 10:00:16 UTC (rev 973)
@@ -1,3 +1,9 @@
+2008-06-27  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>
+
+	* libopenvas-config.in: fix variable replacement problems.
+	Original problem report and initial patch supplied by
+	Ales Nosek.
+
 2008-06-25  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>
 
 	Simplify handling of libopenvas-config: The two-step

Modified: trunk/openvas-libraries/libopenvas-config.in
===================================================================
--- trunk/openvas-libraries/libopenvas-config.in	2008-06-27 09:45:42 UTC (rev 972)
+++ trunk/openvas-libraries/libopenvas-config.in	2008-06-27 10:00:16 UTC (rev 973)
@@ -27,9 +27,13 @@
 # it under the terms of the GNU General Public License version 2,
 # as published by the Free Software Foundation
 
-PREFIX=@prefix@
-LIBDIR=$PREFIX/lib
-INCLUDEDIR=$PREFIX/include
+# these two are necessary to suffice the replacements
+# for libdir and includedir
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+
+LIBDIR=@libdir@
+INCLUDEDIR=@includedir@
 VERSION=@version@
 EXTRA="@EXTRA@ @llib@"
 EGDPATH="@egdpath@"

_______________________________________________
Openvas-commits mailing list
Openvas-commits@wald.intevation.org
http://lists.wald.intevation.org/mailman/listinfo/openvas-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic