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.87 by tdb, Sat Sep 24 13:29:21 2005 UTC vs.
Revision 1.91 by tdb, Fri Dec 1 14:21:16 2006 UTC

# Line 6 | Line 6
6   #
7  
8   # Change these to change the package name and version
9 < AC_INIT(libstatgrab, 0.13, bugs@i-scream.org)
10 < AM_INIT_AUTOMAKE(libstatgrab, 0.13)
9 > AC_INIT(libstatgrab, 0.14, bugs@i-scream.org)
10 > AM_INIT_AUTOMAKE(libstatgrab, 0.14)
11 > AM_MAINTAINER_MODE
12  
13   # Revision number (automatically updated)
14   AC_REVISION($Revision$)
# Line 104 | Line 105 | netbsdelf1*)
105          AC_DEFINE(ALLBSD, , [Building on a BSD-derived system])
106          AC_DEFINE(NETBSD, , [Building on NetBSD])
107          ;;
108 < netbsdelf2*)
108 > netbsdelf[[2-3]]*)
109          AC_DEFINE(ALLBSD, , [Building on a BSD-derived system])
110          AC_DEFINE(NETBSD, , [Building on NetBSD])
111          AC_DEFINE(NETBSD2, , [Building on NetBSD 2.x])
# Line 149 | 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