zsh-workers
 help / color / mirror / code / Atom feed
* Re: 3.1.6-test-1: configure --enable-static no longer means --disable-dynamic?
  1999-07-14  8:18 3.1.6-test-1: configure --enable-static no longer means --disable-dynamic? Bart Schaefer
@ 1999-07-14  8:13 ` Peter Stephenson
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Stephenson @ 1999-07-14  8:13 UTC (permalink / raw)
  To: zsh-workers

"Bart Schaefer" wrote:
> I was sure this worked at one time, but maybe it worked only because using
> --enable-dynamic was not the default.  In any event, either --enable-static
> should work, or the configure help should report --disable-dynamic rather
> than --enable-dynamic as an option, or both.

I don't remember an --enable-static, but configure accepts any --enable
options without complaint whether they are used or not, so provided you
didn't also give --enable-dynamic it would have had the desired effect
before the change -- but so would --enable-moon-made-of-green-cheese.

--- configure.in.dyn	Tue Jul 13 11:12:35 1999
+++ configure.in	Wed Jul 14 10:07:48 1999
@@ -100,7 +100,7 @@
 dnl Do you want large file support, if available?
 undefine([lfs])dnl
 AC_ARG_ENABLE(lfs,
-[  --enable-lfs               turn on support for large files],
+[  --disable-lfs              turn off support for large files],
 [lfs="$enableval"], [lfs=yes])
 
 dnl Pathnames for global zsh scripts
@@ -183,7 +183,7 @@
 dnl Do you want dynamically loaded binary modules.
 undefine([dynamic])dnl
 AC_ARG_ENABLE(dynamic,
-[  --enable-dynamic           allow dynamically loaded binary modules],
+[  --disable-dynamic          turn off dynamically loaded binary modules],
 [dynamic="$enableval"], [dynamic=yes])
 
 dnl Do you want to compile as K&R C.

-- 
Peter Stephenson <pws@ibmth.df.unipi.it>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy


^ permalink raw reply	[flat|nested] 2+ messages in thread

* 3.1.6-test-1: configure --enable-static no longer means --disable-dynamic?
@ 1999-07-14  8:18 Bart Schaefer
  1999-07-14  8:13 ` Peter Stephenson
  0 siblings, 1 reply; 2+ messages in thread
From: Bart Schaefer @ 1999-07-14  8:18 UTC (permalink / raw)
  To: zsh-workers

I was sure this worked at one time, but maybe it worked only because using
--enable-dynamic was not the default.  In any event, either --enable-static
should work, or the configure help should report --disable-dynamic rather
than --enable-dynamic as an option, or both.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-07-14  8:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-07-14  8:18 3.1.6-test-1: configure --enable-static no longer means --disable-dynamic? Bart Schaefer
1999-07-14  8:13 ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).