[Wisp-cvs] wisp configure.in,1.71,1.72
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2002-09-18 21:14:00
|
Update of /cvsroot/wisp/wisp In directory usw-pr-cvs1:/tmp/cvs-serv1097 Modified Files: configure.in Log Message: Cleanup. Index: configure.in =================================================================== RCS file: /cvsroot/wisp/wisp/configure.in,v retrieving revision 1.71 retrieving revision 1.72 diff -u -d -r1.71 -r1.72 --- configure.in 18 Sep 2002 21:01:33 -0000 1.71 +++ configure.in 18 Sep 2002 21:13:27 -0000 1.72 @@ -58,14 +58,10 @@ test "$NASM" = /usr/bin/nasm && NASM=nasm # æsthetics test "$PERL" = /usr/bin/perl && PERL=perl - -dnl Byte order. -AC_C_BIGENDIAN - +dnl The dot-usr thingie. AC_DEFUN(dotusr, [LDFLAGS="$LDFLAGS -L$1/lib" PATH="$1/bin:$PATH" CC="$CC -I$1/include"]) -dnl The dot-usr thingie. if test -n "$DOTUSR"; then dotusr([$DOTUSR]) fi |