diff options
| author | Ken Raeburn <raeburn@mit.edu> | 1996-03-13 04:55:41 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 1996-03-13 04:55:41 +0000 |
| commit | ed2f0ed6032ff04539ec5dd281f4db4657e73f18 (patch) | |
| tree | 579172e141a8e59363b3a7e93233971d19fca8bd /src/ChangeLog | |
| parent | b3b70385ae118f37ff0bfb7f7898070bc563ee74 (diff) | |
| download | krb5-ed2f0ed6032ff04539ec5dd281f4db4657e73f18.tar.gz krb5-ed2f0ed6032ff04539ec5dd281f4db4657e73f18.tar.xz krb5-ed2f0ed6032ff04539ec5dd281f4db4657e73f18.zip | |
* aclocal.m4 (V5_MAKE_SHARED_LIB): If the cache variables for
selecting shared v. archive library support haven't been set,
complain, instead of generating a broken Makefile.
(WITH_CC): Default to value from cache, if available. If it
differs from name supplied on command line, complain. When not
using a value from the cache, verify that it's a working compiler
before proceeding. At end, use AC_PROG_CC to see if it's gcc
we're using.
(SubdirLibraryRule): Make DONE depend on Makefile.in, so it
doesn't keep getting regenerated in the case of no object files.
(CHECK_WAIT_TYPE): Make sure that union wait is acceptable to
WEXITSTATUS if that macro is defined.
Permit a single configure.in to build multiple makefiles, e.g., when a
subtree contains a program that must be considered a single package, and might
as well get configured that way. (The Cygnus tree handles xdm this way.)
Should be more efficient.
* aclocal.m4 (V5_SET_TOPDIR): Don't substitute BUILDTOP, SRCTOP.
(CONFIG_RULES): In makefile dependencies, use $(thisconfigdir).
(V5_AC_OUTPUT_MAKEFILE): If arguments are given, treat as
directories and build pre/Makefile/post in each. Set
thisconfigdir, SRCTOP, BUILDTOP separately in each directory.
Tweak Makefile dependencies appropriately.
Permit compilation on hpux, where stdarg.h exists, but the use of "..." in
new-style definitions does not work. (Needs changes to configure.in files.)
* aclocal.m4 (AC_HEADER_STDARG): New macro. Try compiling some
sources with variadic functions; set HAVE_STDARG_H or
HAVE_VARARGS_H, or bomb.
* acconfig.h (HAVE_STDARG_H, HAVE_VARARGS_H): Undef.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7616 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2cbf69186..c98e4dc95 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,30 @@ +Tue Mar 12 18:04:32 1996 Ken Raeburn <raeburn@cygnus.com> + + * aclocal.m4 (V5_MAKE_SHARED_LIB): If the cache variables for + selecting shared v. archive library support haven't been set, + complain, instead of generating a broken Makefile. + (WITH_CC): Default to value from cache, if available. If it + differs from name supplied on command line, complain. When not + using a value from the cache, verify that it's a working compiler + before proceeding. At end, use AC_PROG_CC to see if it's gcc + we're using. + (SubdirLibraryRule): Make DONE depend on Makefile.in, so it + doesn't keep getting regenerated in the case of no object files. + (CHECK_WAIT_TYPE): Make sure that union wait is acceptable to + WEXITSTATUS if that macro is defined. + + * aclocal.m4 (V5_SET_TOPDIR): Don't substitute BUILDTOP, SRCTOP. + (CONFIG_RULES): In makefile dependencies, use $(thisconfigdir). + (V5_AC_OUTPUT_MAKEFILE): If arguments are given, treat as + directories and build pre/Makefile/post in each. Set + thisconfigdir, SRCTOP, BUILDTOP separately in each directory. + Tweak Makefile dependencies appropriately. + + * aclocal.m4 (AC_HEADER_STDARG): New macro. Try compiling some + sources with variadic functions; set HAVE_STDARG_H or + HAVE_VARARGS_H, or bomb. + * acconfig.h (HAVE_STDARG_H, HAVE_VARARGS_H): Undef. + Wed Feb 28 00:00:55 1996 Theodore Y. Ts'o <tytso@dcl> * Makefile.in: Modify windows build procedure to include the |
