Commit Graph

13 Commits

Author SHA1 Message Date
Kurt Zeilenga
2a537d1463 More sh portability changes 1999-04-21 06:09:19 +00:00
Kurt Zeilenga
835eff719a Fix magic for 4.2BSD systems. 1999-04-21 05:47:01 +00:00
Hallvard Furuseth
a2708937b3 Do not pipe to awk, use temporary file instead 1999-04-06 00:55:08 +00:00
Hallvard Furuseth
0960e34bf2 Add $CC_MKDEP to override $CC and the -c option 1999-04-06 00:52:56 +00:00
Kurt Zeilenga
12c3efb878 Replace -M with $CC_MKDEP_FLAGS in comment 1999-03-26 19:19:12 +00:00
Kurt Zeilenga
52884a2caa Add copyright notice (to generate log message). 1999-03-18 02:13:09 +00:00
Hallvard Furuseth
dd78d8f2d6 Add $CC_MKDEP_FLAGS to override -M 1999-02-20 07:53:29 +00:00
Kurt Zeilenga
f3fb0c74a6 Fix mkdep to split lines with multiple dependencies. 1999-01-26 20:27:25 +00:00
Kurt Zeilenga
334768c1bb Update build environment to fix VPATH support.
make depend, make tests, and make install all work when build directory
  is not the $srcdir.
Also modified library handling such that -lpthread more likely to be last.
WARNING: new orderring requires use of LDFLAGS to set global loader options
  such as -L/usr/local/lib.  If you put this in LIBS, some libraries
  may not be found a link time.
Likely broke Kerberos/LDAPD support.  Don't have those in my testbed.
1999-01-10 02:25:41 +00:00
Kurt Zeilenga
1eba97fc91 Use environment $CC is available, otherwise cc. New makefiles
actually use -c option.
1998-11-22 19:18:58 +00:00
Kurt Zeilenga
6f92e197dc Add libtool support based upon patch by Bart Hartgers <Hartgers@kfm1.phys.tue.nl>
Updated to use libtool 1.2 (with FreeBSD3.0 a.out v. elf detection).
  Updated autoconf to 1.12 with sed patch (don't use stock 1.12).
  aclocal.m4 is built using automake's aclocal, v1.3.
  Updated mkdep to support libtool .lo files.
Updated automake provided macros for TERMIOS, STRTOD, MKTIME, PTRDIFF_T
Autoconf now checks to ensure C compiler supports ANSI C prototypes.
Updated make files templates.
1998-11-22 04:22:28 +00:00
Kurt Zeilenga
758e1774c0 Pass $(CC) to mkdep 1998-11-20 16:22:50 +00:00
Kurt Zeilenga
42e0d83cb3 Initial revision 1998-08-09 00:43:13 +00:00