+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.
#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
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
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