Minor FreeBSD fixes put in place

Marc G. Fournier <scrappy@hub.org>

Commit: 15d61bb43968123a78b7f2ae2b4ce689fbdaa83e
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1998-10-31T03:58:55Z
Releases: 7.1.1
Minor FreeBSD fixes put in place

From: SHIOZAKI Takehiko <takehi-s@ascii.co.jp>

I tried snapshot(Oct30) and made some patches.
# I think that it is confused to manage both Makefile.shlib and
# makefiles/Makefile.*, don't you?

* configure
        Now FreeBSD 2.X is not supported..., so I added its entry.
        If ELF_SYSTEM is set, gmake treat it defined even though
        it is "false".  So nothing should be set to use "ifdef".
        BSD_SHLIB etc. may have same problems.

* Makefile.shlib
        As you said, FreeBSD entry is much like BSD's.
        I only added ELF_SYSTEM code.

* makefiles/Makefile.freebsd
        Ifdef/else/endif can not be indented with TABs.

Files

PathChange+/−
src/configure modified +1 −1
src/configure.in modified +1 −1
src/Makefile.shlib modified +17 −4
src/makefiles/Makefile.freebsd modified +5 −5