diff --git a/alliance/src/genlib/configure.in b/alliance/src/genlib/configure.in index f40de931..a4eb85b9 100644 --- a/alliance/src/genlib/configure.in +++ b/alliance/src/genlib/configure.in @@ -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 -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 AC_INIT(src/genlib.c) @@ -53,8 +53,8 @@ changequote([,])dnl dnl Setting pathes as necessary, using externally set shell variables changequote(,)dnl -INCLUDES=-I${ALLIANCE_TOP}/include -LDFLAGS=-L${ALLIANCE_TOP}/lib +INCLUDES="-I\$(prefix)/include -I${ALLIANCE_TOP}/include" +LDFLAGS="-L\$(prefix)/lib -L${ALLIANCE_TOP}/lib" changequote([,])dnl AM_ALLIANCE