X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/blobdiff_plain/49eecc150bb96e11c4edf90f869484bc2fc20105..3dc9c14b343e27b17e149dd6c474d613c337bbd9:/configure.in diff --git a/configure.in b/configure.in index 4a2fd43..e30c30a 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ -dnl -*-fundamental-*- +dnl -*-m4-*- dnl -dnl $Id: configure.in,v 1.4 1999/05/19 20:24:59 mdw Exp $ +dnl $Id$ dnl dnl Configuring the Common Files Distribution dnl @@ -25,27 +25,11 @@ dnl You should have received a copy of the GNU General Public License dnl along with `common'; if not, write to the Free Software Foundation, dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -dnl----- Revision history --------------------------------------------------- -dnl -dnl $Log: configure.in,v $ -dnl Revision 1.4 1999/05/19 20:24:59 mdw -dnl New version number. -dnl -dnl Revision 1.4 1999/05/19 20:24:59 mdw -dnl New version number. -dnl -dnl Revision 1.3 1999/05/17 20:42:08 mdw -dnl New version number. -dnl -dnl Revision 1.2 1999/05/13 22:56:46 mdw -dnl Update version number. -dnl -dnl Revision 1.1.1.1 1999/05/05 19:23:47 mdw -dnl New import. The old CVS repository was lost in a disk disaster. -AM_INIT_AUTOMAKE(common, 1.2.3) - AC_INIT(mklinks.in) -AM_INIT_AUTOMAKE(common, 1.2.4) -AM_PROG_INSTALL -AC_ARG_PROGRAM +AM_INIT_AUTOMAKE(common, 1.2.10) +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)