X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/blobdiff_plain/485c6c234800398171de5358d96775e1d4aeaecc..68bd460aaea85bc56bfc3f8069cd4c243d9e8748:/configure.in diff --git a/configure.in b/configure.in index 3768286..1c8ca0a 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl -*-fundamental-*- dnl -dnl $Id: configure.in,v 1.9 2001/01/20 12:02:38 mdw Exp $ +dnl $Id: configure.in,v 1.12 2003/09/24 22:45:57 mdw Exp $ dnl dnl Configuring the Common Files Distribution dnl @@ -28,6 +28,17 @@ dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. dnl----- Revision history --------------------------------------------------- dnl dnl $Log: configure.in,v $ +dnl Revision 1.12 2003/09/24 22:45:57 mdw +dnl Support Automake's `aclocal' scheme. Deposit Autoconf fragments in +dnl `aclocal's' repository. Apply heinous bodging to `txtlib' and +dnl `mkaclocal'. +dnl +dnl Revision 1.11 2003/04/05 09:12:13 mdw +dnl Tool for installing manpages. +dnl +dnl Revision 1.10 2001/03/03 13:11:16 mdw +dnl Version bump. +dnl dnl Revision 1.9 2001/01/20 12:02:38 mdw dnl Remove redundant stuff. dnl @@ -36,5 +47,10 @@ dnl New import. The old CVS repository was lost in a disk disaster. dnl AC_INIT(mklinks.in) -AM_INIT_AUTOMAKE(common, 1.2.7) +AM_INIT_AUTOMAKE(common, 1.2.9) +AC_CACHE_CHECK([where to stash Autoconf macros], [aclocaldir], [ + aclocaldir=`aclocal --print-ac-dir` + if test $? -ne 0; then AC_MSG_ERROR([aclocal not installed]); fi +]) +AC_SUBST(aclocaldir) AC_OUTPUT(Makefile mklinks findlinks txtlib mkaclocal)