diff options
| author | John Gilmore <gnu@toad.com> | 1995-03-19 20:51:13 +0000 |
|---|---|---|
| committer | John Gilmore <gnu@toad.com> | 1995-03-19 20:51:13 +0000 |
| commit | a08093e27132a0a23b0e7ebdcb7da4aec0854b79 (patch) | |
| tree | 8646a189d23fb0c8b2e43d0f9997d7df39f0ed21 /src | |
| parent | fdc5e98784ddd2f9d098cab27ac3e2d8bed7a15d (diff) | |
| download | krb5-a08093e27132a0a23b0e7ebdcb7da4aec0854b79.tar.gz krb5-a08093e27132a0a23b0e7ebdcb7da4aec0854b79.tar.xz krb5-a08093e27132a0a23b0e7ebdcb7da4aec0854b79.zip | |
* aclocal.m4 (CHECK_STDARG): Remove; we're just using AC_HEADER_CHECK.
(V5_AC_OUTPUT_MAKEFILE): Reorder the Makefile output so that it can be
run through `sed' for the Macintosh.
* acconfig.h: Remove STDARG_PROTOTYPES.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5174 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 | ||||
| -rw-r--r-- | src/acconfig.h | 3 | ||||
| -rw-r--r-- | src/aclocal.m4 | 13 |
3 files changed, 13 insertions, 10 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3191ca39d..80e904811 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +Sun Mar 19 12:45:08 1995 John Gilmore (gnu at toad.com) + + * aclocal.m4 (CHECK_STDARG): Remove; we're just using AC_HEADER_CHECK. + (V5_AC_OUTPUT_MAKEFILE): Reorder the Makefile output so that it can be + run through `sed' for the Macintosh. + * acconfig.h: Remove STDARG_PROTOTYPES. + Thu Mar 16 15:15:00 1995 Keith Vetter <keithv@fusion.com> * Makefile.in: added PC stuff so it builds the whole world. diff --git a/src/acconfig.h b/src/acconfig.h index e9aa235a3..fdcf46a7e 100644 --- a/src/acconfig.h +++ b/src/acconfig.h @@ -22,9 +22,6 @@ #undef POSIX_SIGTYPE #undef POSIX_TERMIOS #undef POSIX_TYPES -#ifndef STDARG_PROTOTYPES -#undef STDARG_PROTOTYPES -#endif /* STDARG_PROTOTYPES -- avoid collision with com_err.h */ #undef USE_DIRENT_H #undef USE_STRING_H #undef WAIT_USES_INT diff --git a/src/aclocal.m4 b/src/aclocal.m4 index 045d2f513..5d1e3ee7d 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -186,12 +186,6 @@ if test $krb5_cv_func_sigprocmask_use = yes; then fi ])dnl dnl -dnl check for <stdarg.h> -- CHECK_STDARG -dnl (name used for consistency with krb5/config.h) -dnl -define(CHECK_STDARG,[ -AC_HEADER_CHECK(stdarg.h,AC_DEFINE(STDARG_PROTOTYPES))])dnl -dnl define(AC_PROG_ARCHIVE, [AC_PROGRAM_CHECK(ARCHIVE, ar, ar qv, false)])dnl define(AC_PROG_ARCHIVE_ADD, [AC_PROGRAM_CHECK(ARADD, ar, ar cruv, false)])dnl dnl @@ -522,7 +516,12 @@ dnl dnl V5_OUTPUT_MAKEFILE dnl define(V5_AC_OUTPUT_MAKEFILE, -[AC_OUTPUT(pre.out:[$]ac_prepend Makefile.out:Makefile.in post.out:[$]ac_postpend,[EXTRA_RULES], cat pre.out Makefile.out post.out > Makefile; rm pre.out Makefile.out post.out)])dnl +[AC_OUTPUT(pre.out:[$]ac_prepend Makefile.out:Makefile.in post.out:[$]ac_postpend, +cat pre.out Makefile.out post.out > Makefile +[EXTRA_RULES] +# sed -f $CONF_FRAGDIR/mac-mf.sed < Makefile > MakeFile +rm pre.out Makefile.out post.out, +CONF_FRAGDIR=$srcdir/${ac_config_fragdir} )])dnl dnl dnl CHECK_UTMP: check utmp structure and functions dnl |
