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.66 by tdb, Tue Apr 6 13:40:41 2004 UTC vs.
Revision 1.67 by tdb, Tue Apr 6 16:37:33 2004 UTC

# Line 6 | Line 6
6   #
7  
8   # Change these to change the package name and version
9 < AC_INIT(libstatgrab, 0.9.1, bugs@i-scream.org)
10 < AM_INIT_AUTOMAKE(libstatgrab, 0.9.1)
9 > AC_INIT(libstatgrab, 0.10, bugs@i-scream.org)
10 > AM_INIT_AUTOMAKE(libstatgrab, 0.10)
11  
12   # Revision number (automatically updated)
13   AC_REVISION($Revision$)
# Line 190 | Line 190 | AC_ARG_ENABLE(setuid-binaries,
190                          AM_CONDITIONAL(SETUIDBINS, false)
191                  fi
192          ]
193 + )
194 +
195 + # Check if the user would prefer not to include compatibility code
196 + AM_CONDITIONAL(DEPRECATED, true)
197 + AC_ARG_ENABLE(deprecated,
198 +        [  --disable-deprecated    disable inclusion of pre-0.10 compatibility code],
199 +        [
200 +                if test "x$enableval" = "xno" ; then
201 +                        AM_CONDITIONAL(DEPRECATED, false)
202 +                fi
203 +        ]
204   )
205  
206   # The LIBS and CPPFLAGS that saidar needs

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines