[cgma-dev] r2011 - cgm/trunk

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Tue Jul 15 09:20:32 CDT 2008


Author: kraftche
Date: 2008-07-15 09:20:32 -0500 (Tue, 15 Jul 2008)
New Revision: 2011

Modified:
   cgm/trunk/cgm.make.in
Log:
fix bugs in non-installed cgm.make: need absolute paths rather than relative paths or autoconf vars

Modified: cgm/trunk/cgm.make.in
===================================================================
--- cgm/trunk/cgm.make.in	2008-07-15 02:36:25 UTC (rev 2010)
+++ cgm/trunk/cgm.make.in	2008-07-15 14:20:32 UTC (rev 2011)
@@ -16,8 +16,8 @@
 CGM_EXT_LIBS    = 
 CGM_EXT_LDFLAGS = 
 CGM_EXT_LTFLAGS = 
-CGM_INCLUDEDIR  = .
-CGM_LIBDIR      = $(abs_buildidr)/.libs
+CGM_INCLUDEDIR  = @abs_srcdir@
+CGM_LIBDIR      = @abs_builddir@/.libs
 
 # Pre-processor flags
 CGM_DEFINES = @CANT_USE_STD@ @CANT_USE_STD_IO@ @TEMPLATE_DEFS_INCLUDED@




More information about the cgma-dev mailing list