ALLIANCE compliance...

This commit is contained in:
Hugo Clement 2002-03-20 10:31:28 +00:00
parent 505dcaf828
commit 32dc719b96
1 changed files with 2 additions and 9 deletions

View File

@ -24,20 +24,13 @@ AC_PROG_MAKE_SET
dnl Checks for libraries.
AC_CHECK_LIB(m, sqrt)
dnl Checks for alliance.
changequote(,)dnl
INCLUDES=-I${ALLIANCE_TOP}/include
LDFLAGS=-L${ALLIANCE_TOP}/lib
changequote([,])dnl
AC_SUBST(INCLUDES)
AC_SUBST(LDFLAGS)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
dnl Checks for library functions.
AM_ALLIANCE
AC_OUTPUT([
Makefile
src/Makefile