--- projects/libstatgrab/configure.in 2003/02/19 18:49:18 1.2 +++ projects/libstatgrab/configure.in 2003/02/19 23:09:48 1.3 @@ -1,12 +1,12 @@ dnl configure.in for libstatgrab -dnl $Id: configure.in,v 1.2 2003/02/19 18:49:18 tdb Exp $ +dnl $Id: configure.in,v 1.3 2003/02/19 23:09:48 tdb Exp $ dnl Change these to change the package name and version AC_INIT(libstatgrab, 0.1, dev@i-scream.org.uk) AM_INIT_AUTOMAKE(libstatgrab, 0.1) dnl The file we use to pass #define's to the source -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADER(config.h) dnl We need a CC, install, and libtool AC_PROG_CC @@ -40,4 +40,4 @@ linux-gnu) esac dnl And finish by changing these files -AC_OUTPUT([Makefile]) +AC_OUTPUT([Makefile src/Makefile])