[cgma-dev] r1752 - in cgm/trunk: . test
kraftche at mcs.anl.gov
kraftche at mcs.anl.gov
Wed Apr 9 10:50:36 CDT 2008
Author: kraftche
Date: 2008-04-09 10:50:36 -0500 (Wed, 09 Apr 2008)
New Revision: 1752
Modified:
cgm/trunk/configure.in
cgm/trunk/test/Makefile.am
Log:
fix automake warning
Modified: cgm/trunk/configure.in
===================================================================
--- cgm/trunk/configure.in 2008-04-08 19:11:39 UTC (rev 1751)
+++ cgm/trunk/configure.in 2008-04-09 15:50:36 UTC (rev 1752)
@@ -318,6 +318,7 @@
################################################################################
# Output Files
################################################################################
+AC_SUBST(AM_CPPFLAGS)
AC_MSG_RESULT([CXXFLAGS = $CXXFLAGS])
AC_OUTPUT_COMMANDS( [if test -f util/CubitUtilConfigure.h; then true; else echo "#define CUBIT_UTIL_EXPORT" > util/CubitUtilConfigure.h; fi],
[if test -f geom/CubitGeomConfigure.h; then true; else echo "#define CUBIT_GEOM_EXPORT" > geom/CubitGeomConfigure.h; fi] )
Modified: cgm/trunk/test/Makefile.am
===================================================================
--- cgm/trunk/test/Makefile.am 2008-04-08 19:11:39 UTC (rev 1751)
+++ cgm/trunk/test/Makefile.am 2008-04-09 15:50:36 UTC (rev 1752)
@@ -19,7 +19,7 @@
TESTS += modify makept
endif
-CPPFLAGS += -DSRCDIR=@srcdir@
+AM_CPPFLAGS += -DSRCDIR=@srcdir@
check_PROGRAMS = $(TESTS)
webcut_SOURCES = webcut.cpp
More information about the cgma-dev
mailing list