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.35 by tdb, Thu Oct 9 10:37:41 2003 UTC vs.
Revision 1.37 by tdb, Sun Oct 12 14:46:06 2003 UTC

# Line 6 | Line 6
6   #
7  
8   # Change these to change the package name and version
9 < AC_INIT(libstatgrab, 0.6, bugs@i-scream.org)
10 < AM_INIT_AUTOMAKE(libstatgrab, 0.6)
9 > AC_INIT(libstatgrab, 0.6.1, bugs@i-scream.org)
10 > AM_INIT_AUTOMAKE(libstatgrab, 0.6.1)
11  
12   # Revision number (automatically updated)
13   AC_REVISION($Revision$)
# Line 143 | Line 143 | AC_ARG_ENABLE(setgid-binaries,
143                  fi
144          ]
145   )
146
147 # User specified pkgconfig dir
148 AC_ARG_WITH([pkgconfig-dir],
149        [  --with-pkgconfig-dir=PATH     pkgconfig lib directory (PREFIX/lib/pkgconfig)],
150        [ PKGCONFIG_DIR=$withval ],
151        [ PKGCONFIG_DIR="\$(libdir)/pkgconfig" ]
152 )
153 AC_SUBST(PKGCONFIG_DIR)
146  
147   # The LIBS and CPPFLAGS that saidar needs
148   AC_SUBST(SAIDARLIBS)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines