summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)AuthorFiles
2002-12-312002-12-31 Jeff Bailey <jbailey@gnu.org>Jeff Bailey1
* auth/Makefile.am: Correct copyright year, add license information. * sieve/testsuite/Makefile.am: Likewise. * testsuite/Makefile.am: Likewise. * sieve/Makefile.am: Likewise. * scripts/guile-1.6/Makefile.am: Likewise. * scripts/guile-1.4/Makefile.am: Likewise. * scripts/Makefile.am: Likewise. * readmsg/testsuite/Makefile.am: Likewise. * readmsg/Makefile.am: Likewise. * mh/Makefile.am: Likewise. * messages/testsuite/Makefile.am: Likewise. * messages/Makefile.am: Likewise. * pop3d/testsuite/Makefile.am: Likewise. * pop3d/Makefile.am: Likewise. * mapi/Makefile.am: Likewise. * mail.remote/testsuite/Makefile.am: Likewise. * mail.remote/Makefile.am: Likewise. * mail.local/testsuite/Makefile.am: Likewise. * mail.local/Makefile.am: Likewise. * mailbox2/pop3/Makefile.am: Likewise. * mailbox2/mbox/Makefile.am: Likewise. * mailbox2/include/mailutils/sys/Makefile.am: Likewise. * mailbox2/include/mailutils/Makefile.am: Likewise. * mailbox2/include/Makefile.am: Likewise. * mailbox2/Makefile.am: Likewise. * mailbox/testsuite/Makefile.am: Likewise. * mailbox/include/Makefile.am: Likewise. * mailbox/Makefile.am: Likewise. * mail/testsuite/Makefile.am: Likewise. * mail/Makefile.am: Likewise. * m4/Makefile.am: Likewise. * libsieve/Makefile.am: Likewise. * libmu_scm/Makefile.am: Likewise. * lib/posix/Makefile.am: Likewise. * lib/Makefile.am: Likewise. * include/mailutils/gnu/Makefile.am: Likewise. * include/mailutils/Makefile.am: Likewise. * include/Makefile.am: Likewise. * imap4d/Makefile.am: Likewise. * imap4d/testsuite/Makefile.am: Likewise. * guimb/scm/Makefile.am: Likewise. * guimb/Makefile.am: Likewise. * from/testsuite/Makefile.am: Likewise. * from/Makefile.am: Likewise. * frm/testsuite/Makefile.am: Likewise. * examples/Makefile.am: Likewise. * frm/Makefile.am: Likewise. * dotlock/Makefile.am: Likewise. * doc/texinfo/Makefile.am: Likewise. * doc/rfc/Makefile.am: Likewise. * doc/man/Makefile.am: Likewise. * doc/Makefile.am: Likewise. * comsat/Makefile.am: Likewise. * Makefile.am: Likewise. * configure.ac: Update FSF Address
2002-12-24Include gettext's m4 into the distribution.Sergey Poznyakoff1
2002-12-24Ignore gettext's m4 files.Sergey Poznyakoff1
2002-12-03Bugfix: Properly restore LIBS, LDFLAGS and CFLAGS.Sergey Poznyakoff1
2002-11-04Translate dot to underscore in variable names.Sergey Poznyakoff1
2002-11-012002-11-01 Jeff Bailey <jbailey@gnu.org>Jeff Bailey1
* mh/Makefile.am: Use MHPROGRAMS and MHLIBRARIES instead of MH_PROGRAMS and MH_LIBRARIES so that automake doesn't complain. * mail.remote/Makefile.am: Use SMTPPROGRAMS instead of SMTP_PROGRAMS so that automake doesn't complain. * configure.ac: Adjust for above changes. * mh/Makefile.am: Use AM_YFLAGS instead of YFLAGS. * libmu_scm/Makefile.am: Use AM_CPPFLAGS instead of CPPFLAGS * autogen.sh: Redo using 'autoreconf'. This is now the right tool to use for generating the build environment. * Makefile.am: Require version 1.7.1, add std-options to AUTOMAKE_OPTIONS * configure.in: Require version 2.54. Update quoting. Change AC_ARG_WITH and AC_ARG_ENABLE to use AC_HELP_STRING * m4/enable.m4: Change AC_ARG_ENABLE to use AC_HELP_STRING * lib/Makefile.am: Remove ansi2knr * lib/ansi2knr.c: Remove * lib/ansi2knr.1: Remove
2002-11-01Fixed action-if-falseSergey Poznyakoff1
2002-10-29Added enable.m4Sergey Poznyakoff1
2002-10-29New file. Implements MU_ENABLE_SUPPORT defun.Sergey Poznyakoff1
2002-09-17Removed unused variableSergey Poznyakoff1
2002-09-12Added mu_libobj.m4Sergey Poznyakoff1
2002-09-12New file. mu-specific version of AC_LIBOBJS.Sergey Poznyakoff1
2002-09-10Add guile.m4Sergey Poznyakoff1
2002-09-10New file. Check for guile presence and usability. Determine its version.Sergey Poznyakoff1
2002-09-03Added copyleft header.Sergey Poznyakoff1
2002-08-06Removed tm_ files.Sergey Poznyakoff4
2002-08-052002-08-05 Jeff Bailey <jbailey@outpost.dnsalias.org>Jeff Bailey4
* lib/Makefile.am: Remove libtool hacks, automake now handles LIBOBJS correctly. * .cvsignore: Add autom4te.cache * configure.in: Rename to ... * configure.ac: ... this, and update to autoconf 2.5 * Makefile.am: Now requires Automake 1.6 * m4/malloc.m4: Update from gnulib * m4/realloc.m4: Update from gnulib * m4/regex.m4: Update from gnulib * m4/utmp.m4: Change LIBOBJS to use AC_LIBOBJ
2002-05-02Added utmp.m4Sergey Poznyakoff1
2002-05-02Detect presense of utmp.h and {set,get,end}utent calls.Sergey Poznyakoff1
2002-04-08Fixed typoSergey Poznyakoff1
2002-02-07Added gssapi.m4Sergey Poznyakoff1
2002-02-07Check for gssapi libraries and header files.Sergey Poznyakoff1
2001-12-13Added -Wall in debug mode.Sam Roberts1
2001-10-17Removed maintainer.m4, added debug.m4 and regex.m4 (committed earlier, butSergey Poznyakoff1
apparently forgotten o add).
2001-10-17Handle --enable-debug option. When the option is specified,Sergey Poznyakoff1
adds -ggdb to the invocation of gcc, and removes any optimization directives from CFLAGS.
2001-10-17removed maintainer-mode quirksSergey Poznyakoff1
2001-08-12* m4/regex.m4: New file to check for GNU regex.Alain Magloire1
2001-08-06Added maintain.m4Sergey Poznyakoff1
2001-07-09Added maintain.m4Sergey Poznyakoff1
2001-07-09Settings specific to maintainer-mode.Sergey Poznyakoff1
2001-06-25 * doc/Makefile.am: add {c-api,framework,programs}.texi EXTRA_DISTAlain Magloire1
* imap4d/imap4d.c (imap4d_usage): Cut and paste typo. * pop3d/pop3d.c (pop3d_usage): Cut and paste typo. * include/mailutils/Makefile.am: add mutil.h to the list. * lib/strisignal.c: Define __P if not set. * m4/Makefile.am: Added tm_gmtoff.m4 tm_isdst.m4 tm_zone.m4 * mail/mail.c (main): typo "z." --> "z"
2001-06-18Added tests for isdst, gmtoffset, and zone in struct tm.Sam Roberts3
2000-12-30Reduce annoying amounts of garbage spit to screen by 'cvs diff'.Jeff Bailey1
2000-04-19Fix typo and add m4 to configure.inJeff Bailey1
2000-04-19Portability fixesJeff Bailey3

Return to:

Send suggestions and report system problems to the System administrator.