| 
      
      
      From: Sam S. <sd...@gn...> - 2005-06-07 14:16:51
      
     | 
| > * Bruno Haible <un...@hf...> [2005-06-07 11:53:33 +0000]:
>
> 	* utils/modprep.lisp (to-C-name): Don't insert an underscore after
> 	the prefix or before the suffix.
> 	* i18n/gettext.c (check_locale_category): Append an underscore to the
> 	prefix.
> 	* rawsock/rawsock.c (check_socket_domain, check_socket_type,
> 	check_socket_protocol): Likewise.
> 	* berkeley-db/bdb.c (dbe_encryption_check, check_lk_detect, db_get_action,
> 	db_put_action, dbc_get_action, dbc_put_flag, check_lockmode, logc_get_action,
> 	txn_check_sync, txn_timeout_check): Likewise.
> 	* syscalls/calls.c (check_syslog_severity, check_syslog_facility,
> 	check_priority_value, check_priority_which, sysconf_arg, confstr_arg,
> 	getrlimit_arg, mknod_type_check): Likewise.
> 	(check_chmod_mode): Use prefix S_I.
obsolete, please remove.
(so, now I _do_ read your patches and you do _not_ read mine.)
> --- NEW FILE: patch02 ---
> Not sure whether this has bad side effects.
>
> 2005-06-06  Bruno Haible  <br...@cl...>
>
> 	* makemake.in (MODULES): Don't use with_module_* variables any more.
>
> *** clisp-20050527/src/makemake.in.bak	2005-06-04 21:10:49.000000000 +0200
> --- clisp-20050527/src/makemake.in	2005-06-07 02:34:44.000000000 +0200
> ***************
> *** 1870,1876 ****
>   if [ $TOS = unix ] ; then
>     echol   "# clx/new-clx          faster X11 interface (replaces clx/mit-clx)"
>   fi
> ! echol "MODULES = ${MODULES} "`set | grep '^with_module_' | sed -e 's,^with_module_,,' -e 's,=.*$,,'`
>   echol
>   echol "# Command line options passed to the configure files of add-on modules"
>   echol "MODULE_CONFIGURE_FLAGS =${module_configure_flags}"
> --- 1880,1886 ----
>   if [ $TOS = unix ] ; then
>     echol   "# clx/new-clx          faster X11 interface (replaces clx/mit-clx)"
>   fi
> ! echol "MODULES = ${MODULES}"
>   echol
>   echol "# Command line options passed to the configure files of add-on modules"
>   echol "MODULE_CONFIGURE_FLAGS =${module_configure_flags}"
you mean I could do
$ export with_module_zlib=1
and have clisp always configured with zlib?!
with the variable name not indicative that it is for CLISP?!
and you went to long diatribes when I suggested that the choice of the
linking set at run time may be controlled by environment?!
(talk about consistency...)
-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
<http://www.iris.org.il> <http://pmw.org.il/> <http://www.dhimmi.com/>
<http://www.jihadwatch.org/> <http://ffii.org/> <http://www.memri.org/>
The only intuitive interface is the nipple.  The rest has to be learned.
 |