--- projects/libukcprog/configure.in 2003/08/22 15:00:35 1.5 +++ projects/libukcprog/configure.in 2003/09/26 21:17:59 1.6 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. # # configure.in for libukcprog -# $Id: configure.in,v 1.5 2003/08/22 15:00:35 tdb Exp $ +# $Id: configure.in,v 1.6 2003/09/26 21:17:59 tdb Exp $ # # Change these to change the package name and version @@ -10,7 +10,7 @@ AC_INIT(libukcprog, 1.0.1, bugs@i-scream.org) AM_INIT_AUTOMAKE(libukcprog, 1.0.1) # Revision number (automatically updated) -AC_REVISION($Revision: 1.5 $) +AC_REVISION($Revision: 1.6 $) # Might work with older autoconfs... but tested on 2.57 AC_PREREQ(2.57) @@ -34,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