Version bump the configure script. 1.2.10
authormdw <mdw>
Fri, 22 Apr 2005 21:26:12 +0000 (21:26 +0000)
committermdw <mdw>
Fri, 22 Apr 2005 21:26:12 +0000 (21:26 +0000)
configure.in

index d56a634..e30c30a 100644 (file)
@@ -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