[BACK]Return to configure.ac CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / pkgtools / pkg_install / files

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/pkgtools/pkg_install/files/configure.ac between version 1.30 and 1.31

version 1.30, 2009/02/19 20:27:36 version 1.31, 2009/09/11 18:00:12
Line 1 
Line 1 
 dnl Process this file with autoconf to produce a configure script.  dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.52)  AC_PREREQ(2.52)
 AC_INIT([pkg_install], [20090201], [joerg@NetBSD.org])  AC_INIT([pkg_install], [20090911], [joerg@NetBSD.org])
 AC_CONFIG_SRCDIR([lib/plist.c])  AC_CONFIG_SRCDIR([lib/plist.c])
 AC_CONFIG_HEADER(lib/config.h)  AC_CONFIG_HEADER(lib/config.h)
   
Line 61  AC_CHECK_LIB(db, __db185_open, , AC_SEAR
Line 61  AC_CHECK_LIB(db, __db185_open, , AC_SEAR
 dnl Checks for header files.  dnl Checks for header files.
 AC_HEADER_STDC  AC_HEADER_STDC
 AC_CHECK_HEADERS([assert.h ctype.h dirent.h err.h errno.h fnctl.h \  AC_CHECK_HEADERS([assert.h ctype.h dirent.h err.h errno.h fnctl.h \
         fnmatch.h glob.h grp.h inttypes.h limits.h netdb.h \          fnmatch.h glob.h grp.h inttypes.h limits.h pwd.h signal.h \
         pwd.h regex.h signal.h stdarg.h stdio.h stdlib.h string.h \          stdarg.h stdio.h stdlib.h string.h time.h unistd.h vis.h])
         termcap.h termios.h time.h unistd.h vis.h])  
 AC_CHECK_HEADERS([db1/db.h db_185.h db.h])  
 AC_CHECK_HEADERS([sys/cdefs.h sys/file.h sys/ioctl.h sys/param.h \  AC_CHECK_HEADERS([sys/cdefs.h sys/file.h sys/ioctl.h sys/param.h \
         sys/poll.h sys/queue.h sys/resource.h sys/signal.h sys/stat.h \          sys/queue.h sys/stat.h sys/time.h sys/types.h sys/utsname.h \
         sys/statvfs.h sys/time.h sys/types.h sys/utsname.h sys/vfs.h \  
         sys/wait.h])          sys/wait.h])
   
 # Checks for library functions.  # Checks for library functions.
 AC_CHECK_FUNCS([chflags dbopen __db185_open vfork])  AC_CHECK_FUNCS([vfork])
   
 AC_SEARCH_LIBS([gethostbyname], [nsl])  AC_SEARCH_LIBS([gethostbyname], [nsl])
 AC_SEARCH_LIBS([socket],  AC_SEARCH_LIBS([socket],

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

CVSweb <webmaster@jp.NetBSD.org>