From: mdw Date: Fri, 22 Apr 2005 21:26:12 +0000 (+0000) Subject: Version bump the configure script. X-Git-Tag: 1.2.10^0 X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/commitdiff_plain/57c0b45daface26550c3b2a301c9ea64475eedd5 Version bump the configure script. --- diff --git a/configure.in b/configure.in index d56a634..e30c30a 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl -*-m4-*- dnl -dnl $Id: configure.in,v 1.14 2004/04/08 01:36:24 mdw Exp $ +dnl $Id$ dnl dnl Configuring the Common Files Distribution dnl @@ -26,7 +26,7 @@ dnl along with `common'; if not, write to the Free Software Foundation, dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. AC_INIT(mklinks.in) -AM_INIT_AUTOMAKE(common, 1.2.9) +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