Adjusting compilation options
This commit is contained in:
parent
8685a3ab80
commit
d30221729f
|
@ -25,7 +25,7 @@ dnl Almost ten years since I wrote this stuff, I just can't
|
||||||
dnl believe it
|
dnl believe it
|
||||||
dnl Date : 01/02/2002
|
dnl Date : 01/02/2002
|
||||||
dnl Author : Frederic Petrot <Frederic.Petrot@lip6.fr>
|
dnl Author : Frederic Petrot <Frederic.Petrot@lip6.fr>
|
||||||
dnl $Id: configure.in,v 1.1 2002/03/08 14:17:47 fred Exp $
|
dnl $Id: configure.in,v 1.2 2002/03/14 12:35:04 fred Exp $
|
||||||
dnl
|
dnl
|
||||||
dnl
|
dnl
|
||||||
AC_INIT(src/parse_vti_p.c)
|
AC_INIT(src/parse_vti_p.c)
|
||||||
|
@ -38,8 +38,8 @@ AC_C_CONST
|
||||||
AC_PROG_RANLIB
|
AC_PROG_RANLIB
|
||||||
|
|
||||||
changequote(,)dnl
|
changequote(,)dnl
|
||||||
INCLUDES=-I${ALLIANCE_INCLUDE}
|
INCLUDES=-I${ALLIANCE_TOP}/include
|
||||||
LDFLAGS=-L${ALLIANCE_LIB}
|
LDFLAGS=-L${ALLIANCE_TOP}/lib
|
||||||
changequote([,])dnl
|
changequote([,])dnl
|
||||||
|
|
||||||
AC_SUBST(INCLUDES)
|
AC_SUBST(INCLUDES)
|
||||||
|
|
Loading…
Reference in New Issue