[Guile-sdl-devel] patch to fix nonstandard configure behavior
Status: Beta
Brought to you by:
joels
From: root <ro...@re...> - 2001-07-01 22:33:29
|
probably you don't want to do this. if you do actually want to do this, warn people in the README; otherwise they will be surprised. thi ________________________________________________ diff -c configure.in\~ configure.in *** configure.in~ Mon Jun 4 17:04:01 2001 --- configure.in Sun Jul 1 15:19:46 2001 *************** *** 2,8 **** AC_INIT(sdl.c) AM_INIT_AUTOMAKE("guile-sdl", "0.0.1") ! AC_PREFIX_DEFAULT(/usr) CFLAGS="-Wall -pedantic -ansi" --- 2,8 ---- AC_INIT(sdl.c) AM_INIT_AUTOMAKE("guile-sdl", "0.0.1") ! dnl AC_PREFIX_DEFAULT(/usr) CFLAGS="-Wall -pedantic -ansi" Diff finished at Sun Jul 1 15:20:34 |