From: Francesco M. <fr...@us...> - 2005-11-20 12:12:18
|
Update of /cvsroot/wxlua/wxLua In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8844 Modified Files: configure Log Message: fixing unix builds Index: configure =================================================================== RCS file: /cvsroot/wxlua/wxLua/configure,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** configure 20 Nov 2005 11:35:17 -0000 1.1 --- configure 20 Nov 2005 12:11:48 -0000 1.2 *************** *** 6385,6389 **** fi ! ac_config_files="$ac_config_files Makefile modules/Makefile apps/Makefile" cat >confcache <<\_ACEOF --- 6385,6389 ---- fi ! ac_config_files="$ac_config_files Makefile modules/Makefile apps/Makefile util/Makefile" cat >confcache <<\_ACEOF *************** *** 6941,6944 **** --- 6941,6945 ---- "modules/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/Makefile" ;; "apps/Makefile" ) CONFIG_FILES="$CONFIG_FILES apps/Makefile" ;; + "util/Makefile" ) CONFIG_FILES="$CONFIG_FILES util/Makefile" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} |