[Autosec-devel] sonar/libltdl configure,1.1,1.2
Brought to you by:
red0x
From: <re...@us...> - 2003-12-06 22:17:06
|
Update of /cvsroot/autosec/sonar/libltdl In directory sc8-pr-cvs1:/tmp/cvs-serv21441/libltdl Modified Files: configure Log Message: Stupid configure script dies with extra CFLAGS and such, so I patched it Index: configure =================================================================== RCS file: /cvsroot/autosec/sonar/libltdl/configure,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** configure 14 Oct 2003 23:32:09 -0000 1.1 --- configure 6 Dec 2003 22:17:02 -0000 1.2 *************** *** 198,201 **** --- 198,202 ---- exec_prefix=NONE host=NONE + host_alias=NONE no_create= nonopt=NONE *************** *** 369,373 **** -host=* | --host=* | --hos=* | --ho=*) host="$ac_optarg" ;; ! -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) --- 370,375 ---- -host=* | --host=* | --hos=* | --ho=*) host="$ac_optarg" ;; ! -host_alias=* | --host_alias=* ) ! host_alias="$ac_optarg" ;; -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) *************** *** 557,561 **** -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } ;; ! *) if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then --- 559,564 ---- -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } ;; ! CC* | CFLAGS* | CXXFLAGS*) ! ;; *) if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then |