* aclocal.m4 (CHECK_STDARG): Remove; we're just using AC_HEADER_CHECK.
authorJohn Gilmore <gnu@toad.com>
Sun, 19 Mar 1995 20:51:13 +0000 (20:51 +0000)
committerJohn Gilmore <gnu@toad.com>
Sun, 19 Mar 1995 20:51:13 +0000 (20:51 +0000)
(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

src/ChangeLog
src/acconfig.h
src/aclocal.m4

index 3191ca39d13351a5f580f18e7bffed2052dad316..80e9048119396fba3fde2419ac51416d3da06674 100644 (file)
@@ -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.
index e9aa235a3e1f46146438035bdba5ad98068d6a08..fdcf46a7e1912569836f38720f48c57ac01aab44 100644 (file)
@@ -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
index 045d2f513f4baf8b297f26de6d129aed4036ed30..5d1e3ee7d9f070342d5b8f3b6b6915f651940de6 100644 (file)
@@ -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