ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libukcprog/configure.in
(Generate patch)

Comparing projects/libukcprog/configure.in (file contents):
Revision 1.1 by tdb, Sat Mar 29 16:30:31 2003 UTC vs.
Revision 1.6 by tdb, Fri Sep 26 21:17:59 2003 UTC

# Line 6 | Line 6
6   #
7  
8   # Change these to change the package name and version
9 < AC_INIT(libukcprog, 1.0, dev@i-scream.org.uk)
10 < AM_INIT_AUTOMAKE(libukcprog, 1.0)
9 > AC_INIT(libukcprog, 1.0.1, bugs@i-scream.org)
10 > AM_INIT_AUTOMAKE(libukcprog, 1.0.1)
11  
12   # Revision number (automatically updated)
13   AC_REVISION($Revision$)
# Line 26 | Line 26 | AC_HEADER_STDC
26   # Checks for typedefs, structures, and compiler characteristics
27   AC_C_CONST
28  
29 + # On Slaris add some LIBS to make linking against libukcprog easier
30 + case $host_os in
31 + solaris2.*)
32 +        LIBS="$LIBS -lnsl -lsocket"
33 +        ;;
34 + esac
35 +
36   # And finish by changing these files
37 < AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile])
37 > AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile libukcprog.pc])
38  
39   AC_OUTPUT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines