--- projects/libukcprog/configure.in 2003/05/03 13:14:20 1.2 +++ projects/libukcprog/configure.in 2005/09/24 13:33:18 1.10 @@ -2,15 +2,15 @@ # Process this file with autoconf to produce a configure script. # # configure.in for libukcprog -# $Id: configure.in,v 1.2 2003/05/03 13:14:20 tdb Exp $ +# $Id: configure.in,v 1.10 2005/09/24 13:33:18 tdb Exp $ # # Change these to change the package name and version -AC_INIT(libukcprog, 1.0, dev@i-scream.org.uk) -AM_INIT_AUTOMAKE(libukcprog, 1.0) +AC_INIT(libukcprog, 1.0.3, bugs@i-scream.org) +AM_INIT_AUTOMAKE(libukcprog, 1.0.3) # Revision number (automatically updated) -AC_REVISION($Revision: 1.2 $) +AC_REVISION($Revision: 1.10 $) # Might work with older autoconfs... but tested on 2.57 AC_PREREQ(2.57) @@ -26,9 +26,6 @@ AC_HEADER_STDC # Checks for typedefs, structures, and compiler characteristics AC_C_CONST -# Figure out details about the host - we need the OS -AC_CANONICAL_HOST - # On Slaris add some LIBS to make linking against libukcprog easier case $host_os in solaris2.*) @@ -37,6 +34,6 @@ solaris2.*) esac # And finish by changing these files -AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile]) +AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile libukcprog.pc]) AC_OUTPUT