ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/configure.in
(Generate patch)

Comparing projects/libstatgrab/configure.in (file contents):
Revision 1.2 by tdb, Wed Feb 19 18:49:18 2003 UTC vs.
Revision 1.3 by tdb, Wed Feb 19 23:09:48 2003 UTC

# Line 6 | Line 6 | AC_INIT(libstatgrab, 0.1, dev@i-scream.org.uk)
6   AM_INIT_AUTOMAKE(libstatgrab, 0.1)
7  
8   dnl The file we use to pass #define's to the source
9 < AM_CONFIG_HEADER(config.h)
9 > AC_CONFIG_HEADER(config.h)
10  
11   dnl We need a CC, install, and libtool
12   AC_PROG_CC
# Line 40 | Line 40 | linux-gnu)
40   esac
41  
42   dnl And finish by changing these files
43 < AC_OUTPUT([Makefile])
43 > AC_OUTPUT([Makefile src/Makefile])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines