Resets Alliance path correctly
This commit is contained in:
parent
30006eaa01
commit
1df930a60a
|
@ -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:08:09 fred Exp $
|
||||
dnl $Id: configure.in,v 1.2 2002/03/14 12:27:16 fred Exp $
|
||||
dnl
|
||||
dnl
|
||||
AC_INIT(src/genlib.c)
|
||||
|
@ -48,8 +48,8 @@ changequote([,])dnl
|
|||
|
||||
dnl Setting pathes as necessary, using externally set shell variables
|
||||
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)
|
||||
|
|
Loading…
Reference in New Issue