[cgma-dev] r5796 - cgm/trunk

janehu at mcs.anl.gov janehu at mcs.anl.gov
Mon Oct 15 11:09:50 CDT 2012


Author: janehu
Date: 2012-10-15 11:09:50 -0500 (Mon, 15 Oct 2012)
New Revision: 5796

Modified:
   cgm/trunk/configure.ac
Log:
Fixed the build issue. Still need to do 'make install' first before 'make check'.

Modified: cgm/trunk/configure.ac
===================================================================
--- cgm/trunk/configure.ac	2012-10-15 15:54:33 UTC (rev 5795)
+++ cgm/trunk/configure.ac	2012-10-15 16:09:50 UTC (rev 5796)
@@ -42,8 +42,8 @@
 ################################################################################
 #                              Extract libtool config
 ################################################################################
-ITAPS_LIBTOOL_VAR( [CXX], [compiler_lib_search_path], [CGM_CXX_LINKFLAGS])
-ITAPS_LIBTOOL_VAR( [CXX], [postdeps], [CGM_CXX_LIBS])
+FATHOM_LIBTOOL_VAR( [CXX], [compiler_lib_search_path], [CGM_CXX_LINKFLAGS])
+FATHOM_LIBTOOL_VAR( [CXX], [postdeps], [CGM_CXX_LIBS])
 AC_SUBST(CGM_CXX_LINKFLAGS)
 AC_SUBST(CGM_CXX_LIBS)
 
@@ -608,6 +608,7 @@
            geom/facetbool/Makefile
            geom/OCC/Makefile
            geom/parallel/Makefile
+           test/TestConfig.h
            geom/virtual/Makefile 
            init/Makefile
            compat/Makefile



More information about the cgma-dev mailing list