ALLIANCE compliance...
This commit is contained in:
parent
505dcaf828
commit
32dc719b96
|
@ -24,20 +24,13 @@ AC_PROG_MAKE_SET
|
||||||
dnl Checks for libraries.
|
dnl Checks for libraries.
|
||||||
AC_CHECK_LIB(m, sqrt)
|
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.
|
dnl Checks for typedefs, structures, and compiler characteristics.
|
||||||
AC_C_CONST
|
AC_C_CONST
|
||||||
|
|
||||||
dnl Checks for library functions.
|
dnl Checks for library functions.
|
||||||
|
|
||||||
|
AM_ALLIANCE
|
||||||
|
|
||||||
AC_OUTPUT([
|
AC_OUTPUT([
|
||||||
Makefile
|
Makefile
|
||||||
src/Makefile
|
src/Makefile
|
||||||
|
|
Loading…
Reference in New Issue