mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
52cd19d8a9
Read ChangeLog for the large list of bugfixes/changes/new features.
19 lines
462 B
Plaintext
19 lines
462 B
Plaintext
*** /tmp/configure.in Sat Feb 7 21:20:29 1998
|
|
--- configure.in Sat Feb 7 21:24:48 1998
|
|
***************
|
|
*** 19,31 ****
|
|
REGEXLIB='' # -lregex
|
|
LIBREGEX='' # libregex.a
|
|
|
|
- dnl use directory structure of cached as default (hack)
|
|
- if test "$libexecdir" = '${exec_prefix}/libexec'; then
|
|
- libexecdir='${bindir}'
|
|
- localstatedir='${prefix}'
|
|
-
|
|
- fi
|
|
-
|
|
dnl use .exe suffix for executables on cygwin32 platform
|
|
case "$host_os" in
|
|
cygwin32)
|
|
--- 19,24 ----
|