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.90 by tdb, Mon Apr 24 13:31:49 2006 UTC vs.
Revision 1.93 by tdb, Fri Jul 13 20:40:57 2007 UTC

# Line 6 | Line 6
6   #
7  
8   # Change these to change the package name and version
9 < AC_INIT(libstatgrab, 0.14, bugs@i-scream.org)
10 < AM_INIT_AUTOMAKE(libstatgrab, 0.14)
9 > AC_INIT(libstatgrab, 0.16, bugs@i-scream.org)
10 > AM_INIT_AUTOMAKE(libstatgrab, 0.16)
11   AM_MAINTAINER_MODE
12  
13   # Revision number (automatically updated)
# Line 150 | Line 150 | AC_ARG_WITH([curses-prefix],
150                          SAIDARLIBS="-L${withval}/lib ${SAIDARLIBS}"
151                  fi
152                  if test -d "$withval/include"; then
153 <                        SAIDARCPPFLAGS="-I${withval}/include -I${withval}/include/ncurses ${SAIRDARCPPFLAGS}"
153 >                        SAIDARCPPFLAGS="-I${withval}/include ${SAIRDARCPPFLAGS}"
154                  fi
155          ]
156   )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines