home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 4: GNU Archives
/
Linux Cubed Series 4 - GNU Archives.iso
/
gnu
/
glibc-1.09
/
glibc-1
/
glibc-1.09.1
/
sysdeps
/
mach
/
configure
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-07-18
|
232 b
|
9 lines
# If configure is passed `--with-mach=DIR', set `mach-srcdir' to DIR in
# config.make.
case z"$with_mach" in
z | zyes) ;; # Not specified, or specified with no value.
z*) config_vars="$config_vars
mach-srcdir = $with_mach" ;;
esac