|
From: <le...@pr...> - 2004-11-07 12:16:49
|
Update of /cvsroot/meshdb/src/mailt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1924/mailt Added Files: Tag: leonard-dev Makefile.am configure.ac Removed Files: Tag: leonard-dev Makefile Log Message: more autoconf --- NEW FILE: Makefile.am --- # $Id: Makefile.am,v 1.1.2.1 2004/11/07 12:16:36 leonard Exp $ # David Leonard, 2004. Public domain cgibindir = @cgibindir@ htmlmaildir = @htmlmaildir@ bin_PROGRAMS= update t mkill size msgid lib_LIBRARIES= libmail.a libmail_a_SOURCES= index.c datetime.c open.c util.c mime.c update_LDADD= libmail.a t_LDADD= libmail.a mkill_LDADD= libmail.a size_LDADD= libmail.a msgid_LDADD= libmail.a cgibin_PROGRAMS= view view_LDADD= libmail.a htmlmail_EXTRAS= subjects.html mail.inc --- NEW FILE: configure.ac --- # David Leonard, 2004. Public domain. AC_INIT(mailt, 1.0, [le...@us...]) AC_REVISION([$Id: configure.ac,v 1.1.2.1 2004/11/07 12:16:36 leonard Exp $]) AM_INIT_AUTOMAKE(foreign) AM_CONFIG_HEADER(config.h) AC_CONFIG_FILES([Makefile]) AC_PROG_CC AC_PROG_RANLIB AC_HEADER_STDC AC_CHECK_HEADERS(err.h inttypes.h) AC_OUTPUT --- Makefile DELETED --- |