Adjusting compilation options

This commit is contained in:
Frederic Petrot 2002-03-14 12:35:04 +00:00
parent 8685a3ab80
commit d30221729f
1 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ dnl Almost ten years since I wrote this stuff, I just can't
dnl believe it
dnl Date : 01/02/2002
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
AC_INIT(src/parse_vti_p.c)
@ -38,8 +38,8 @@ AC_C_CONST
AC_PROG_RANLIB
changequote(,)dnl
INCLUDES=-I${ALLIANCE_INCLUDE}
LDFLAGS=-L${ALLIANCE_LIB}
INCLUDES=-I${ALLIANCE_TOP}/include
LDFLAGS=-L${ALLIANCE_TOP}/lib
changequote([,])dnl
AC_SUBST(INCLUDES)