+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * aclocal.m4 (CONFIG_RULES): Substitute files for @lib_frag@ and
+ @libobj_frag@ markers.
+ (V5_SET_TOPDIR): Don't define krb5_append_frags.
+ (KRB5_BUILD_LIBRARY, KRB5_BUILD_LIBRARY_WITH_DEPS,
+ KRB5_BUILD_LIBOBJS): Don't redefine krb5_append_frags.
+ (_V5_AC_OUTPUT_MAKEFILE): Don't use krb5_append_frags.
+ (_K5_GEN_MAKEFILE): Don't process second argument specifying
+ makefile fragments.
+
+ * configure.in: Use V5_AC_OUTPUT_MAKEFILE instead of
+ K5_GEN_MAKEFILE and K5_AC_OUTPUT.
+
2002-12-23 Tom Yu <tlyu@mit.edu>
* aclocal.m4 (WITH_KRB4): Substitute some variables for generated
AC_PREREQ(2.52)
-AC_COPYRIGHT([Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+AC_COPYRIGHT([Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
Massachusetts Institute of Technology.
])
dnl
ac_config_fragdir=$ac_reltopdir/config
krb5_pre_in=$ac_config_fragdir/pre.in
krb5_post_in=$ac_config_fragdir/post.in
-define([krb5_append_frags],[$krb5_post_in])
echo "Looking for $srcdir/$ac_config_fragdir"
if test -d "$srcdir/$ac_config_fragdir"; then
AC_CONFIG_AUX_DIR($ac_config_fragdir)
CONFIG_RELTOPDIR=$ac_reltopdir
AC_SUBST(CONFIG_RELTOPDIR)
AC_SUBST(subdirs)
+lib_frag=$srcdir/$ac_config_fragdir/lib.in
+AC_SUBST_FILE(lib_frag)
+libobj_frag=$srcdir/$ac_config_fragdir/libobj.in
+AC_SUBST_FILE(libobj_frag)
])dnl
dnl This is somewhat gross and should go away when the build system
dnl The ac_foreach generates the list of fragments to include
dnl or "" if $2 is empty
AC_DEFUN(_K5_GEN_MAKEFILE,[dnl
-AC_CONFIG_FILES([$1/Makefile:$krb5_pre_in:$1/Makefile.in]AC_FOREACH([FRAG], [$2], :$ac_config_fragdir/[FRAG].in)[:$krb5_post_in])
+AC_CONFIG_FILES([$1/Makefile:$krb5_pre_in:$1/Makefile.in:$krb5_post_in])
])
dnl
dnl K5_GEN_FILE( <ac_output arguments> )
define(_V5_AC_OUTPUT_MAKEFILE,
[ifelse($2, , ,AC_CONFIG_FILES($2))
AC_FOREACH([DIR], [$1],dnl
- [AC_CONFIG_FILES(DIR[/Makefile:$krb5_pre_in:]DIR[/Makefile.in:]krb5_append_frags)])
+ [AC_CONFIG_FILES(DIR[/Makefile:$krb5_pre_in:]DIR[/Makefile.in:$krb5_post_in])])
K5_AC_OUTPUT])dnl
dnl
dnl
AC_REQUIRE([AC_PROG_LN_S])dnl
AC_REQUIRE([AC_PROG_RANLIB])dnl
AC_CHECK_PROG(AR, ar, ar, false)
-# add frag for building libraries
-define([krb5_append_frags],[$ac_config_fragdir/lib.in:]krb5_append_frags)
# null out SHLIB_EXPFLAGS because we lack any dependencies
SHLIB_EXPFLAGS=
AC_SUBST(LIBLIST)
AC_REQUIRE([AC_PROG_LN_S])dnl
AC_REQUIRE([AC_PROG_RANLIB])dnl
AC_CHECK_PROG(AR, ar, ar, false)
-# add frag for building libraries
-define([krb5_append_frags],[$ac_config_fragdir/lib.in:]krb5_append_frags)
AC_SUBST(LIBLIST)
AC_SUBST(LIBLINKS)
AC_SUBST(LDCOMBINE)
AC_DEFUN(KRB5_BUILD_LIBOBJS,
[AC_REQUIRE([KRB5_LIB_AUX])dnl
-# add frag for building library objects
-define([krb5_append_frags],[$ac_config_fragdir/libobj.in:]krb5_append_frags)
AC_SUBST(OBJLISTS)
AC_SUBST(STOBJEXT)
AC_SUBST(SHOBJEXT)
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * configure.in: Use V5_AC_OUTPUT_MAKEFILE instead of
+ K5_GEN_MAKEFILE and K5_AC_OUTPUT.
+
2002-08-23 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Change $(S)=>/ and $(U)=>.. globally.
KRB5_GETPEERNAME_ARGS
KRB5_BUILD_PROGRAM
AC_CONFIG_SUBDIRS(bsd gssftp telnet)
-K5_GEN_MAKEFILE(.)
-K5_GEN_MAKEFILE(sample)
-K5_GEN_MAKEFILE(sample/sclient)
-K5_GEN_MAKEFILE(sample/sserver)
-K5_GEN_MAKEFILE(simple)
-K5_GEN_MAKEFILE(simple/client)
-K5_GEN_MAKEFILE(simple/server)
-K5_GEN_MAKEFILE(gss-sample)
-K5_GEN_MAKEFILE(user_user)
-K5_AC_OUTPUT
+V5_AC_OUTPUT_MAKEFILE(. sample sample/sclient sample/sserver simple simple/client simple/server gss-sample user_user)
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * configure.in: Use V5_AC_OUTPUT_MAKEFILE instead of
+ K5_GEN_MAKEFILE and K5_AC_OUTPUT.
+
2002-12-06 Ezra Peisach <epeisach@bu.edu>
* configure.in: Quote the argument to AC_CHECK_HEADER. Autoconf
dnl
dnl
KRB5_BUILD_PROGRAM
-K5_GEN_MAKEFILE(.)
-K5_GEN_MAKEFILE(ftp)
-K5_GEN_MAKEFILE(ftpd)
-K5_AC_OUTPUT
+V5_AC_OUTPUT_MAKEFILE(. ftp ftpd)
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * configure.in: Use V5_AC_OUTPUT_MAKEFILE instead of
+ K5_GEN_MAKEFILE and K5_AC_OUTPUT.
+
2002-08-23 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Change $(S)=>/ and $(U)=>.. globally.
;;
esac
AC_SUBST(KSU_LIBS)
-K5_GEN_MAKEFILE(.)
-K5_GEN_MAKEFILE(klist)
-K5_GEN_MAKEFILE(kinit)
-K5_GEN_MAKEFILE(kvno)
-K5_GEN_MAKEFILE(kdestroy)
-K5_GEN_MAKEFILE(kpasswd)
-K5_GEN_MAKEFILE(ksu)
-K5_AC_OUTPUT
+V5_AC_OUTPUT_MAKEFILE(. klist kinit kvno kdestroy kpasswd ksu)
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * lib.in (LN_S, AR, LIBLIST, LIBLINKS, LIBINSTLIST, STLIBEXT,
+ SHLIBVEXT, SHLIBSEXT, SHLIBEXT, PFLIBEXT, LDCOMBINE,
+ LDCOMBINE_TAIL, SHLIB_EXPFLAGS): Move these autoconf-substituted
+ variables...
+ * libobj.in (OBJLISTS, SHLIBOBJS, PFLIBOBJS, LDCOMBINE, SONAME,
+ PICFLAGS, PROFFLAGS): ...and these...
+ * pre.in: ...to here.
+
2002-12-23 Tom Yu <tlyu@mit.edu>
* pre.in: Add variables for krb524 and krb4 generated headers for
# form dir1:dir2 ...
# RELDIR path to this directory relative to $(TOPLIBD)
-## Parameters to be set by configure:
-##
-
-LN_S=@LN_S@
-AR=@AR@
-
-# Set to "lib$(LIB)$(STEXT) lib$(LIB)$(SHEXT) lib$(LIB)$(PFEXT)" or
-# some subset thereof by configure; determines which types of libs get
-# built.
-LIBLIST=@LIBLIST@
-
-# Set by configure; list of library symlinks to make to $(TOPLIBD)
-LIBLINKS=@LIBLINKS@
-
-# Set by configure; list of install targets
-LIBINSTLIST=@LIBINSTLIST@
-
-# Some of these should really move to pre.in, since programs will need
-# it too. (e.g. stuff that has dependencies on the libraries)
-
-# usually .a
-STLIBEXT=@STLIBEXT@
-
-# usually .so.$(LIBMAJOR).$(LIBMINOR)
-SHLIBVEXT=@SHLIBVEXT@
-
-# usually .so.$(LIBMAJOR) (to allow for major-version compat)
-SHLIBSEXT=@SHLIBSEXT@
-
-# usually .so
-SHLIBEXT=@SHLIBEXT@
-
-# usually _p.a
-PFLIBEXT=@PFLIBEXT@
-
-# "cc -G", "ld -Bshareable", etc.
-LDCOMBINE=@LDCOMBINE@
-
-# Misc args to tack on the tail of LDCOMBINE
-LDCOMBINE_TAIL=@LDCOMBINE_TAIL@
-
-# flags for explicit libraries depending on this one,
-# e.g. "-R$(SHLIB_RPATH) $(SHLIB_SHLIB_DIRFLAGS) $(SHLIB_EXPLIBS)"
-SHLIB_EXPFLAGS=@SHLIB_EXPFLAGS@
-
# STOBJLISTS=dir1/OBJS.ST dir2/OBJS.ST etc...
SHOBJLISTS=$(STOBJLISTS:.ST=.SH)
PFOBJLISTS=$(STOBJLISTS:.ST=.PF)
# STLIBOBJS list of .o objects; this must not contain variable
# references.
-# Set to "OBJS.ST OBJS.SH OBJS.PF" or some subset thereof by
-# configure; determines which types of object files get built.
-OBJLISTS=@OBJLISTS@
-
-# Note that $(LIBSRCS) *cannot* contain any variable references, or
-# the suffix substitution will break on some platforms!
-SHLIBOBJS=$(STLIBOBJS:.o=@SHOBJEXT@)
-PFLIBOBJS=$(STLIBOBJS:.o=@PFOBJEXT@)
-
-# "$(CC) -G", "$(LD) -Bshareable", etc.
-LDCOMBINE=@LDCOMBINE@
-
-# "-h $@", "-h lib$(LIBNAME).$(LIBMAJOR)", etc.
-SONAME=@SONAME@
-
-#
-# rules to make various types of object files
-#
-PICFLAGS=@PICFLAGS@
-PROFFLAGS=@PROFFLAGS@
.SUFFIXES: .c .so .po
.c.so:
$(CC) $(DEFS) $(DEFINES) $(PICFLAGS) $(LOCALINCLUDES) $(CPPFLAGS) $(CFLAGS) -c $< -o $*.so.o && \
.ct.c:
$(MAKE_COMMANDS) $<
+## Parameters to be set by configure for use in lib.in:
+##
+
+LN_S=@LN_S@
+AR=@AR@
+
+# Set to "lib$(LIB)$(STEXT) lib$(LIB)$(SHEXT) lib$(LIB)$(PFEXT)" or
+# some subset thereof by configure; determines which types of libs get
+# built.
+LIBLIST=@LIBLIST@
+
+# Set by configure; list of library symlinks to make to $(TOPLIBD)
+LIBLINKS=@LIBLINKS@
+
+# Set by configure; list of install targets
+LIBINSTLIST=@LIBINSTLIST@
+
+# Some of these should really move to pre.in, since programs will need
+# it too. (e.g. stuff that has dependencies on the libraries)
+
+# usually .a
+STLIBEXT=@STLIBEXT@
+
+# usually .so.$(LIBMAJOR).$(LIBMINOR)
+SHLIBVEXT=@SHLIBVEXT@
+
+# usually .so.$(LIBMAJOR) (to allow for major-version compat)
+SHLIBSEXT=@SHLIBSEXT@
+
+# usually .so
+SHLIBEXT=@SHLIBEXT@
+
+# usually _p.a
+PFLIBEXT=@PFLIBEXT@
+
+# "cc -G", "ld -Bshareable", etc.
+LDCOMBINE=@LDCOMBINE@
+
+# Misc args to tack on the tail of LDCOMBINE
+LDCOMBINE_TAIL=@LDCOMBINE_TAIL@
+
+# flags for explicit libraries depending on this one,
+# e.g. "-R$(SHLIB_RPATH) $(SHLIB_SHLIB_DIRFLAGS) $(SHLIB_EXPLIBS)"
+SHLIB_EXPFLAGS=@SHLIB_EXPFLAGS@
+
+## Parameters to be set by configure for use in libobj.in:
+
+# Set to "OBJS.ST OBJS.SH OBJS.PF" or some subset thereof by
+# configure; determines which types of object files get built.
+OBJLISTS=@OBJLISTS@
+
+# Note that $(LIBSRCS) *cannot* contain any variable references, or
+# the suffix substitution will break on some platforms!
+SHLIBOBJS=$(STLIBOBJS:.o=@SHOBJEXT@)
+PFLIBOBJS=$(STLIBOBJS:.o=@PFOBJEXT@)
+
+# "$(CC) -G", "$(LD) -Bshareable", etc.
+LDCOMBINE=@LDCOMBINE@
+
+# "-h $@", "-h lib$(LIBNAME).$(LIBMAJOR)", etc.
+SONAME=@SONAME@
+
+#
+# rules to make various types of object files
+#
+PICFLAGS=@PICFLAGS@
+PROFFLAGS=@PROFFLAGS@
+
+
+
##
## end of pre.in
############################################################
fi
AC_CONFIG_SUBDIRS(kdc kadmin slave clients appl tests)
AC_CONFIG_FILES(krb5-config, [chmod +x krb5-config])
-K5_GEN_MAKEFILE(.)
-K5_GEN_MAKEFILE(util)
-K5_GEN_MAKEFILE(util/send-pr)
-K5_GEN_MAKEFILE(lib)
-K5_GEN_MAKEFILE(config-files)
-K5_GEN_MAKEFILE(gen-manpages)
-K5_AC_OUTPUT
+V5_AC_OUTPUT_MAKEFILE(. util util/send-pr lib config-files gen-manpages)
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * configure.in: Use V5_AC_OUTPUT_MAKEFILE instead of
+ K5_GEN_MAKEFILE and K5_AC_OUTPUT.
+
2003-01-09 Ken Raeburn <raeburn@mit.edu>
* fake-addrinfo.h (getaddrinfo) [_AIX]: Always overwrite sa_family
AC_DEFINE(KRB5_KRB4_COMPAT,1,[Define if Kerberos V4 backwards compatibility should be supported])
fi
dnl
-K5_GEN_MAKEFILE(.)
-K5_GEN_MAKEFILE(krb5)
-K5_GEN_MAKEFILE(kerberosIV)
-K5_AC_OUTPUT
+V5_AC_OUTPUT_MAKEFILE(. krb5 kerberosIV)
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * configure.in: Use V5_AC_OUTPUT_MAKEFILE instead of
+ K5_GEN_MAKEFILE and K5_AC_OUTPUT.
+
2003-01-07 Ken Raeburn <raeburn@mit.edu>
* Makefile.ov, config.mk/*: Deleted.
dnl
KRB5_BUILD_PROGRAM
dnl
-K5_GEN_MAKEFILE(.)
-K5_GEN_MAKEFILE(cli)
-K5_GEN_MAKEFILE(dbutil)
-K5_GEN_MAKEFILE(passwd)
-K5_GEN_MAKEFILE(passwd/unit-test)
-K5_GEN_MAKEFILE(ktutil)
-K5_GEN_MAKEFILE(server)
-K5_GEN_MAKEFILE(v4server)
-K5_GEN_MAKEFILE(v4server/unit-test)
-K5_GEN_MAKEFILE(v5passwdd)
-K5_GEN_MAKEFILE(testing)
-K5_GEN_MAKEFILE(testing/scripts)
K5_GEN_FILE(testing/scripts/env-setup.sh:testing/scripts/env-setup.shin)
-K5_GEN_MAKEFILE(testing/util)
-K5_AC_OUTPUT
-
+V5_AC_OUTPUT_MAKEFILE(. cli dbutil passwd passwd/unit-test ktutil server v4server v4server/unit-test v5passwdd testing testing/scripts testing/util)
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for lib_frag and libobj_frag.
+
2002-12-06 Tom Yu <tlyu@mit.edu>
* sendmsg.c (krb524_sendto_kdc): Update calls to locate_server()
$(RM) krb524test krb524d k524init test.o krb524d.o k524init.o
$(RM) $(BUILDTOP)/include/krb524.h $(BUILDTOP)/include/krb524_err.h
+
+# @libobj_frag@
+# @lib_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * configure.in: Use V5_AC_OUTPUT_MAKEFILE instead of
+ K5_GEN_MAKEFILE and K5_AC_OUTPUT.
+
+ * Makefile.in: Add AC_SUBST_FILE marker for lib_frag and libobj_frag.
+
2002-12-23 Ezra Peisach <epeisach@bu.edu>
* pbkdf2.c, t_encrypt.c, t_hmac.c, t_nfold.c: Cleanup unused
$(MAKE) -$(MFLAGS) check
cd ..
+
+# @lib_frag@
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for libobj_frag.
+
2002-08-29 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Revert $(S)=>/ change, for Windows support.
depend:: $(SRCS)
clean-unix:: clean-libobjs
+
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
-- here meaning use temporary DES3 etype that
includes 32-bit length codings],
[AC_DEFINE(ATHENA_DES3_KLUDGE)],)
-K5_GEN_MAKEFILE(., lib libobj)
-K5_GEN_MAKEFILE(crc32, libobj)
-K5_GEN_MAKEFILE(des, libobj)
-K5_GEN_MAKEFILE(dk, libobj)
-K5_GEN_MAKEFILE(enc_provider, libobj)
-K5_GEN_MAKEFILE(hash_provider, libobj)
-K5_GEN_MAKEFILE(keyhash_provider, libobj)
-K5_GEN_MAKEFILE(md4, libobj)
-K5_GEN_MAKEFILE(md5, libobj)
-K5_GEN_MAKEFILE(old, libobj)
-K5_GEN_MAKEFILE(raw, libobj)
-K5_GEN_MAKEFILE(sha1, libobj)
-K5_GEN_MAKEFILE(arcfour, libobj)
-K5_GEN_MAKEFILE(yarrow, libobj)
-K5_AC_OUTPUT
+V5_AC_OUTPUT_MAKEFILE(. crc32 des dk enc_provider hash_provider keyhash_provider md4 md5 old raw sha1 arcfour yarrow)
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for libobj_frag.
+
2002-12-23 Ezra Peisach <epeisach@bu.edu>
* t_crc.c: Declare local functions static.
t_crc: t_crc.o crc32.o
$(CC_LINK) -o $@ t_crc.o crc32.o
+
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for libobj_frag.
+
2002-12-23 Ezra Peisach <epeisach@bu.edu>
* t_verify.c: Signed vs. unsigned cleanups. Remove unsused variables.
t_verify.$(OBJEXT) t_afss2k.$(OBJEXT) t_afss2k$(EXEEXT)
clean-unix:: clean-libobjs
+
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for libobj_frag.
+
2002-08-29 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Revert $(S)=>/ change, for Windows support.
depend:: $(SRCS)
clean-unix:: clean-libobjs
+
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for libobj_frag.
+
2002-08-29 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Revert $(S)=>/ change, for Windows support.
depend:: $(SRCS)
clean-unix:: clean-libobjs
+
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for libobj_frag.
+
2002-08-29 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Revert $(S)=>/ change, for Windows support.
depend:: $(SRCS)
clean-unix:: clean-libobjs
+
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for libobj_frag.
+
2002-12-23 Ezra Peisach <epeisach@bu.edu>
* t_cksum.c: Cleanup (potential) variable used before set warning.
$(RM) t_cksum5 t_cksum5.o
clean-unix:: clean-libobjs
+
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for libobj_frag.
+
2002-08-29 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Revert $(S)=>/ change, for Windows support.
$(RM) $(OUTPRE)t_mddriver$(EXEEXT) $(OUTPRE)t_mddriver.$(OBJEXT) t_mddriver.c
clean-unix:: clean-libobjs
+
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for libobj_frag.
+
2002-08-29 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Revert $(S)=>/ change, for Windows support.
$(RM) $(OUTPRE)t_mddriver$(EXEEXT) $(OUTPRE)t_mddriver.$(OBJEXT)
clean-unix:: clean-libobjs
+
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for libobj_frag.
+
2002-08-29 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Revert $(S)=>/ change, for Windows support.
depend:: $(SRCS)
clean-unix:: clean-libobjs
+
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for libobj_frag.
+
2002-08-29 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Revert $(S)=>/ change, for Windows support.
depend:: $(SRCS)
clean-unix:: clean-libobjs
+
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for libobj_frag.
+
2002-12-23 Ezra Peisach <epeisach@bu.edu>
* t_shs3.c: Signed/unsigned cleanup. Provide function prototypes.
t_shs3: t_shs3.o shs.o
$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o t_shs3 t_shs3.o shs.o
+
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for libobj_frag.
+
2002-08-29 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Revert $(S)=>/ change, for Windows support.
depend:: $(SRCS)
clean-unix:: clean-libobjs
+
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for lib_frag and libobj_frag.
+
2002-10-10 Sam Hartman <hartmans@mit.edu>
* read_passwd.c : Implement in terms of krb5_prompter_posix
clean-unix:: clean-liblinks clean-libs clean-libobjs
install-unix:: install-libs
+
+# @lib_frag@
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * configure.in: Use V5_AC_OUTPUT_MAKEFILE instead of
+ K5_GEN_MAKEFILE and K5_AC_OUTPUT.
+
+ * Makefile.in: Add AC_SUBST_FILE marker for lib_frag and libobj_frag.
+
2003-01-07 Ken Raeburn <raeburn@mit.edu>
* Makefile.original: Deleted.
$(BUILDTOP)/include/gssapi/gssapi.h generic/gssapi.h: all-recurse
+
+# @lib_frag@
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
AC_CHECK_SIZEOF(long)
KRB5_BUILD_LIBOBJS
KRB5_BUILD_LIBRARY_WITH_DEPS
-K5_GEN_MAKEFILE(., lib libobj)
-K5_GEN_MAKEFILE(generic, libobj)
-K5_GEN_MAKEFILE(krb5, libobj)
-K5_AC_OUTPUT
+V5_AC_OUTPUT_MAKEFILE(. generic krb5)
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for libobj_frag.
+
2003-01-07 Ken Raeburn <raeburn@mit.edu>
* Makefile.original: Deleted.
done
depend:: $(ETSRCS)
+
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for libobj_frag.
+
2003-01-07 Sam Hartman <hartmans@mit.edu>
* init_sec_context.c (make_gss_checksum): New function to
includes::
install::
+
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * configure.in: Use V5_AC_OUTPUT_MAKEFILE instead of
+ K5_GEN_MAKEFILE and K5_AC_OUTPUT.
+
+ * Makefile.in: Add AC_SUBST_FILE marker for libobj_frag.
+
2003-01-07 Ken Raeburn <raeburn@mit.edu>
* Makefile.ov: Deleted.
clean-mac::
clean-windows::
+
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for lib_frag and libobj_frag.
+
2002-10-08 Tom Yu <tlyu@mit.edu>
* Makefile.in (LIBMINOR): Bump.
clean-unix:: clean-liblinks clean-libs clean-libobjs
install:: install-libs
+
+# @lib_frag@
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
KRB5_BUILD_LIBRARY_WITH_DEPS
KRB5_BUILD_PROGRAM
dnl
-K5_GEN_MAKEFILE(., libobj)
-K5_GEN_MAKEFILE(clnt, lib libobj)
-K5_GEN_MAKEFILE(srv, lib libobj)
-K5_GEN_MAKEFILE(unit-test)
-K5_AC_OUTPUT
-
+V5_AC_OUTPUT_MAKEFILE(. clnt srv unit-test)
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for lib_frag and libobj_frag.
+
2003-01-05 Sam Hartman <hartmans@mit.edu>
* server_dict.c: Remove declaration of errno
clean-unix:: clean-liblinks clean-libs clean-libobjs
install:: install-libs
+
+# @lib_frag@
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for lib_frag and libobj_frag.
+
2002-12-23 Ezra Peisach <epeisach@bu.edu>
* setup_mkey.c (krb5_db_setup_mkey_name): Use size_t instead of
clean::
$(RM) t_kdb t_kdb.o
+
+# @lib_frag@
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for lib_frag and libobj_frag.
+
2003-01-05 Sam Hartman <hartmans@mit.edu>
* tf_util.c: Remove declaration of errno
install-unix:: install-libs
+
+# @lib_frag@
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * configure.in: Use V5_AC_OUTPUT_MAKEFILE instead of
+ K5_GEN_MAKEFILE and K5_AC_OUTPUT.
+
+ * Makefile.in: Add AC_SUBST_FILE marker for lib_frag and libobj_frag.
+
2002-08-29 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Revert $(S)=>/ change, for Windows support.
@echo Making clean locally
install-unix:: install-libs
+
+# @lib_frag@
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for libobj_frag.
+
2002-12-23 Ezra Peisach <epeisach@bu.edu>
* asn1_k_decode.c (asn1_decode_sam_challenge_2_body): Add
all-unix:: all-libobjs
clean-unix:: clean-libobjs
+
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for libobj_frag.
+
2003-01-07 Ken Raeburn <raeburn@mit.edu>
* cc_file.c (krb5_cc_file_ops, krb5_fcc_ops): Now const.
$(RM) t_cc t_cc.o
+
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
KRB5_BUILD_PROGRAM
KRB5_RUN_FLAGS
dnl
-K5_GEN_MAKEFILE(., lib libobj)
-K5_GEN_MAKEFILE(error_tables, libobj)
-K5_GEN_MAKEFILE(asn.1, libobj)
-K5_GEN_MAKEFILE(ccache, libobj)
-K5_GEN_MAKEFILE(keytab, libobj)
-K5_GEN_MAKEFILE(krb, libobj)
-K5_GEN_MAKEFILE(rcache, libobj)
-K5_GEN_MAKEFILE(os, libobj)
-K5_GEN_MAKEFILE(posix, libobj)
-K5_AC_OUTPUT
+V5_AC_OUTPUT_MAKEFILE(. error_tables asn.1 ccache keytab krb rcache os posix)
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for libobj_frag.
+
2002-11-14 Tom Yu <tlyu@mit.edu>
* Makefile.in: Remove references to adm_err.et. It's not used,
clean-unix:: clean-libobjs
$(RM) $(HDRS) $(ETSRCS)
+
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for libobj_frag.
+
2002-10-31 Ken Raeburn <raeburn@mit.edu>
* kt_file.c (krb5_ktf_ops, krb5_ktf_writable_ops): Now const.
@echo Making clean in krb5\keytab
$(RM) $(OBJFILE)
+
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for libobj_frag.
+
2003-01-09 Sam Hartman <hartmans@mit.edu>
* get_creds.c (krb5_get_credentials_core): Patch from Ben Cox
$(OUTPRE)t_ser$(EXEEXT) $(OUTPRE)t_ser.$(OBJEXT) \
$(OUTPRE)t_deltat$(EXEEXT) $(OUTPRE)t_deltat.$(OBJEXT) \
$(OUTPRE)t_expand$(EXEEXT) $(OUTPRE)t_expand.$(OBJEXT)
+
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for libobj_frag.
+
2003-01-07 Ken Raeburn <raeburn@mit.edu>
* sendto_kdc.c (state_strings): Now const.
clean::
$(RM) $(TEST_PROGS) test.out t_std_conf.o t_an_to_ln.o
+
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for libobj_frag.
+
2003-01-05 Sam Hartman <hartmans@mit.edu>
* syslog.c (vsyslog): Remove declaration of errno
##WIN16##LIBOBJS = syslog.obj sscanf.obj
##WIN32##LIBOBJS = $(OUTPRE)syslog.obj
+# @libobj_frag@
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for libobj_frag.
+
2003-01-07 Ken Raeburn <raeburn@mit.edu>
* rc_base.c (struct krb5_rc_typelist): Field "ops" now points to
all-unix:: all-libobjs
clean-unix:: clean-libobjs
+
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * configure.in: Use V5_AC_OUTPUT_MAKEFILE instead of
+ K5_GEN_MAKEFILE and K5_AC_OUTPUT.
+
+ * Makefile.in: Add AC_SUBST_FILE marker for lib_frag and libobj_frag.
+
2003-01-07 Ken Raeburn <raeburn@mit.edu>
* Makefile.ov: Deleted.
$(HDRS): includes
+
+# @lib_frag@
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
DECLARE_SYS_ERRLIST
KRB5_BUILD_LIBOBJS
KRB5_BUILD_LIBRARY_WITH_DEPS
-K5_GEN_MAKEFILE(., lib libobj)
K5_GEN_FILE(types.h:types.hin)
-K5_AC_OUTPUT
+V5_AC_OUTPUT_MAKEFILE
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * configure.in: Use V5_AC_OUTPUT_MAKEFILE instead of
+ K5_GEN_MAKEFILE and K5_AC_OUTPUT.
+
2002-09-24 Ezra Peisach <epeisach@bu.edu>
* Makefile.in (mydir): Add missing mydir lines.
KRB4_DEJAGNU_TEST="KRBIV=1"
fi
AC_SUBST(KRB4_DEJAGNU_TEST)
-K5_GEN_MAKEFILE(.)
-K5_GEN_MAKEFILE(resolve)
-K5_GEN_MAKEFILE(asn.1)
-K5_GEN_MAKEFILE(create)
-K5_GEN_MAKEFILE(hammer)
-K5_GEN_MAKEFILE(verify)
-K5_GEN_MAKEFILE(gssapi)
-K5_GEN_MAKEFILE(dejagnu)
-K5_AC_OUTPUT
+V5_AC_OUTPUT_MAKEFILE(. resolve asn.1 create hammer verify gssapi dejagnu)
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * configure.in: Use V5_AC_OUTPUT_MAKEFILE instead of
+ K5_GEN_MAKEFILE and K5_AC_OUTPUT.
+
+ * Makefile.in: Add AC_SUBST_FILE marker for lib_frag.
+ * btree/Makefile.in, clib/Makefile.in, db/Makefile.in,
+ hash/Makefile.in, mpool/Makefile.in, recno/Makefile.in: Add
+ AC_SUBST_FILE marker for libobj_frag.
+
2003-01-05 Sam Hartman <hartmans@mit.edu>
* clib/mkstemp.c (_gettemp): Remove declaration of errno
clean-includes::
$(RM) $(HDRS)
+# @lib_frag@
all-unix:: all-libobjs
clean-unix:: clean-libobjs
+# @libobj_frag@
all-unix:: all-libobjs
clean-unix:: clean-libobjs
+# @libobj_frag@
KRB5_BUILD_LIBOBJS
KRB5_BUILD_PROGRAM
KRB5_RUN_FLAGS
-K5_GEN_MAKEFILE(., lib)
-K5_GEN_MAKEFILE(hash, libobj)
-K5_GEN_MAKEFILE(btree, libobj)
-K5_GEN_MAKEFILE(db, libobj)
-K5_GEN_MAKEFILE(mpool, libobj)
-K5_GEN_MAKEFILE(recno, libobj)
-K5_GEN_MAKEFILE(clib, libobj)
-K5_GEN_MAKEFILE(test)
-K5_AC_OUTPUT
+V5_AC_OUTPUT_MAKEFILE(. hash btree db mpool recno clib test)
all-unix:: all-libobjs
clean-unix:: clean-libobjs
+# @libobj_frag@
all-unix:: all-libobjs
clean-unix:: clean-libobjs
+# @libobj_frag@
all-unix:: all-libobjs
clean-unix:: clean-libobjs
+# @libobj_frag@
all-unix:: all-libobjs
clean-unix:: clean-libobjs
+# @libobj_frag@
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for lib_frag and libobj_frag.
+
2002-12-12 Tom Yu <tlyu@mit.edu>
* et_h.awk: It's "const struct error_table et_" in the c file, so
depend:: et_lex.lex.c
+
+# @lib_frag@
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * configure.in: Use V5_AC_OUTPUT_MAKEFILE instead of
+ K5_GEN_MAKEFILE and K5_AC_OUTPUT.
+
+ * Makefile.in: Add AC_SUBST_FILE marker for lib_frag and libobj_frag.
+
2003-01-08 Ken Raeburn <raeburn@mit.edu>
* prof_file.c (make_hard_link): New function.
$(RM) $(OUTPRE)*.obj
$(OUTPRE)test_parse test.ini
+
+# @lib_frag@
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
KRB5_BUILD_LIBOBJS
KRB5_BUILD_PROGRAM
KRB5_BUILD_LIBRARY_WITH_DEPS
-K5_GEN_MAKEFILE(., lib libobj)
K5_GEN_FILE(prtest)
-K5_AC_OUTPUT
-
-
+V5_AC_OUTPUT_MAKEFILE
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for lib_frag and libobj_frag.
+
2002-12-06 Ezra Peisach <epeisach@bu.edu>
* configure.in: Quote the argument to AC_CHECK_HEADER. Autoconf
$(BUILDTOP)/include/krb5/autoconf.h: $(SRCTOP)/include/krb5/autoconf.h.in
(cd $(BUILDTOP)/include; $(MAKE) krb5/autoconf.h)
+
+# @lib_frag@
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for lib_frag and libobj_frag.
+
2003-01-05 Sam Hartman <hartmans@mit.edu>
* pager.c: Remove declaration of errno
ss.ar ss.tar \
TAGS test_ss
+
+# @lib_frag@
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in