1
0
forked from GitHub/gf-core

Get CPPFLAGS and LDFLAGS from configure

This commit is contained in:
bringert
2004-06-23 07:24:46 +00:00
parent 97112b53d3
commit 7906215075
3 changed files with 12 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ AC_INIT([GF],[2.0],[aarne@cs.chalmers.se],[GF])
AC_PREREQ(2.53)
AC_REVISION($Revision: 1.3 $)
AC_REVISION($Revision: 1.4 $)
AC_CONFIG_FILES([config.mk jgf])
@@ -33,6 +33,13 @@ dnl ***********************************************
AC_PROG_INSTALL
dnl ***********************************************
dnl Program flags
dnl ***********************************************
AC_SUBST(CPPFLAGS)
AC_SUBST(LDFLAGS)
dnl ***********************************************
dnl Output
dnl ***********************************************