1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 13:30:26 +02:00

* configure.in: needs to have --disable-networking, not

--disable-net.
This commit is contained in:
Gary Houston 2000-01-14 23:14:33 +00:00
parent 72158b7406
commit dc91415623
4 changed files with 15 additions and 7 deletions

View file

@ -1,3 +1,8 @@
2000-01-14 Gary Houston <ghouston@arglist.com>
* configure.in: needs to have --disable-networking, not
--disable-net.
2000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* libltdl/acconfig.h: New file: Needed by autogen.sh.

11
NEWS
View file

@ -126,12 +126,13 @@ added the autogen.sh script, which will reconstruct them
appropriately.
** configure has new options to remove support for certain features:
** configure now has experimental options to remove support for certain
features:
--disable-arrays omit array and uniform array support
--disable-posix omit posix interfaces
--disable-net omit networking interfaces
--disable-regex omit regular expression interfaces
--disable-arrays omit array and uniform array support
--disable-posix omit posix interfaces
--disable-networking omit networking interfaces
--disable-regex omit regular expression interfaces
These are likely to become separate modules some day.

4
THANKS
View file

@ -6,8 +6,10 @@ Contributors since the last release:
Jim Blandy
Mikael Djurfeldt
Gary Houston
Thomas Tanner
Marius Vollmer
Bug reports and fixes:
For fixes or providing information which led to a fix:
Lauri Alanko
Mark Galassi

View file

@ -61,7 +61,7 @@ AC_ARG_ENABLE(posix,
enable_posix=yes)
AC_ARG_ENABLE(networking,
[ --disable-net omit networking interfaces],,
[ --disable-networking omit networking interfaces],,
enable_networking=yes)
AC_ARG_ENABLE(regex,