--- projects/libukcprog/configure.in 2005/09/24 13:33:18 1.10 +++ projects/libukcprog/configure.in 2006/03/02 09:41:44 1.11 @@ -2,15 +2,16 @@ # Process this file with autoconf to produce a configure script. # # configure.in for libukcprog -# $Id: configure.in,v 1.10 2005/09/24 13:33:18 tdb Exp $ +# $Id: configure.in,v 1.11 2006/03/02 09:41:44 tdb Exp $ # # Change these to change the package name and version AC_INIT(libukcprog, 1.0.3, bugs@i-scream.org) AM_INIT_AUTOMAKE(libukcprog, 1.0.3) +AM_MAINTAINER_MODE # Revision number (automatically updated) -AC_REVISION($Revision: 1.10 $) +AC_REVISION($Revision: 1.11 $) # Might work with older autoconfs... but tested on 2.57 AC_PREREQ(2.57)