Pour utiliser avec --devel
This commit is contained in:
parent
f15a8d97cb
commit
beb7b1c92b
|
@ -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.7 2002/10/16 18:04:24 jpc Exp $
|
dnl $Id: configure.in,v 1.8 2003/01/29 09:59:35 jpc Exp $
|
||||||
dnl
|
dnl
|
||||||
dnl
|
dnl
|
||||||
AC_INIT(src/genlib.c)
|
AC_INIT(src/genlib.c)
|
||||||
|
@ -53,8 +53,8 @@ changequote([,])dnl
|
||||||
|
|
||||||
dnl Setting pathes as necessary, using externally set shell variables
|
dnl Setting pathes as necessary, using externally set shell variables
|
||||||
changequote(,)dnl
|
changequote(,)dnl
|
||||||
INCLUDES=-I${ALLIANCE_TOP}/include
|
INCLUDES="-I\$(prefix)/include -I${ALLIANCE_TOP}/include"
|
||||||
LDFLAGS=-L${ALLIANCE_TOP}/lib
|
LDFLAGS="-L\$(prefix)/lib -L${ALLIANCE_TOP}/lib"
|
||||||
changequote([,])dnl
|
changequote([,])dnl
|
||||||
|
|
||||||
AM_ALLIANCE
|
AM_ALLIANCE
|
||||||
|
|
Loading…
Reference in New Issue