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.80 by tdb, Mon Nov 8 18:46:33 2004 UTC vs.
Revision 1.82 by tdb, Mon Apr 4 14:27:23 2005 UTC

# Line 6 | Line 6
6   #
7  
8   # Change these to change the package name and version
9 < AC_INIT(libstatgrab, 0.11.1, bugs@i-scream.org)
10 < AM_INIT_AUTOMAKE(libstatgrab, 0.11.1)
9 > AC_INIT(libstatgrab, 0.12, bugs@i-scream.org)
10 > AM_INIT_AUTOMAKE(libstatgrab, 0.12)
11  
12   # Revision number (automatically updated)
13   AC_REVISION($Revision$)
# Line 172 | Line 172 | AC_ARG_ENABLE(saidar,
172          ]
173   )
174  
175 + # Check if user wants to disable sgps
176 + AM_CONDITIONAL(SGPS, true)
177 + AC_ARG_ENABLE(sgps,
178 +        [  --disable-sgps          disable building of sgps],
179 +        [
180 +                if test "x$enableval" = "xno" ; then
181 +                        AM_CONDITIONAL(SGPS, false)
182 +                fi
183 +        ]
184 + )
185 +
186   # Check if the user would prefer not to build examples
187   AM_CONDITIONAL(EXAMPLES, true)
188   AC_ARG_ENABLE(examples,
# Line 239 | Line 250 | AC_SUBST(BIN_GROUP)
250   AC_SUBST(BIN_PERM)
251  
252   # And finish by changing these files
253 < AC_CONFIG_FILES([Makefile src/Makefile src/libstatgrab/Makefile src/statgrab/Makefile docs/Makefile examples/Makefile libstatgrab.pc src/statgrab/statgrab-make-mrtg-config src/statgrab/statgrab-make-mrtg-index src/saidar/Makefile])
253 > AC_CONFIG_FILES([Makefile src/Makefile src/libstatgrab/Makefile src/statgrab/Makefile docs/Makefile examples/Makefile libstatgrab.pc src/statgrab/statgrab-make-mrtg-config src/statgrab/statgrab-make-mrtg-index src/saidar/Makefile src/sgps/Makefile])
254  
255   AC_OUTPUT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines