diff options
author | grant <grant> | 2003-07-17 19:53:54 +0000 |
---|---|---|
committer | grant <grant> | 2003-07-17 19:53:54 +0000 |
commit | 783ae508eb5e7e8bbbb9235518fcc9592ff34645 (patch) | |
tree | 2619b11eb434008acf0266bbb8a8902c71d9f09d /pkgtools | |
parent | cf6a985f28cc5b9e2526fc98d28c1aadd41ee2ec (diff) | |
download | pkgsrc-783ae508eb5e7e8bbbb9235518fcc9592ff34645.tar.gz |
don't test for fparseln in libutil for now.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/libnbcompat/files/config.h.in | 3 | ||||
-rwxr-xr-x | pkgtools/libnbcompat/files/configure | 175 | ||||
-rw-r--r-- | pkgtools/libnbcompat/files/configure.ac | 11 |
3 files changed, 13 insertions, 176 deletions
diff --git a/pkgtools/libnbcompat/files/config.h.in b/pkgtools/libnbcompat/files/config.h.in index b92a612c125..94e44b6ab4c 100644 --- a/pkgtools/libnbcompat/files/config.h.in +++ b/pkgtools/libnbcompat/files/config.h.in @@ -109,9 +109,6 @@ /* Define to 1 if you have the `lchown' function. */ #undef HAVE_LCHOWN -/* Define to 1 if you have the `util' library (-lutil). */ -#undef HAVE_LIBUTIL - /* Define to 1 if you have the <libutil.h> header file. */ #undef HAVE_LIBUTIL_H diff --git a/pkgtools/libnbcompat/files/configure b/pkgtools/libnbcompat/files/configure index e2e1b188a05..63c29bc47ce 100755 --- a/pkgtools/libnbcompat/files/configure +++ b/pkgtools/libnbcompat/files/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.57 for libnbcompat 20030715. +# Generated by GNU Autoconf 2.57 for libnbcompat 20030717. # # Report bugs to <grant@NetBSD.org>. # @@ -268,8 +268,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='libnbcompat' PACKAGE_TARNAME='libnbcompat' -PACKAGE_VERSION='20030715' -PACKAGE_STRING='libnbcompat 20030715' +PACKAGE_VERSION='20030717' +PACKAGE_STRING='libnbcompat 20030717' PACKAGE_BUGREPORT='grant@NetBSD.org' # Factoring default headers for most tests. @@ -778,7 +778,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures libnbcompat 20030715 to adapt to many kinds of systems. +\`configure' configures libnbcompat 20030717 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -844,7 +844,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libnbcompat 20030715:";; + short | recursive ) echo "Configuration of libnbcompat 20030717:";; esac cat <<\_ACEOF @@ -923,7 +923,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -libnbcompat configure 20030715 +libnbcompat configure 20030717 generated by GNU Autoconf 2.57 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 @@ -938,7 +938,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libnbcompat $as_me 20030715, which was +It was created by libnbcompat $as_me 20030717, which was generated by GNU Autoconf 2.57. Invocation command line was $ $0 $@ @@ -2481,71 +2481,6 @@ AUTOHEADER=${AUTOHEADER-"$srcdir/missing --run autoheader"} - -echo "$as_me:$LINENO: checking for fparseln in -lutil" >&5 -echo $ECHO_N "checking for fparseln in -lutil... $ECHO_C" >&6 -if test "${ac_cv_lib_util_fparseln+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - ac_check_lib_save_LIBS=$LIBS -LIBS="-lutil $LIBS" -cat >conftest.$ac_ext <<_ACEOF -#line $LINENO "configure" -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h. */ - -/* Override any gcc2 internal prototype to avoid an error. */ -#ifdef __cplusplus -extern "C" -#endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char fparseln (); -int -main () -{ -fparseln (); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_lib_util_fparseln=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - -ac_cv_lib_util_fparseln=no -fi -rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS -fi -echo "$as_me:$LINENO: result: $ac_cv_lib_util_fparseln" >&5 -echo "${ECHO_T}$ac_cv_lib_util_fparseln" >&6 -if test $ac_cv_lib_util_fparseln = yes; then - cat >>confdefs.h <<_ACEOF -#define HAVE_LIBUTIL 1 -_ACEOF - - LIBS="-lutil $LIBS" - -fi - - ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -5731,7 +5666,8 @@ done -for ac_func in err fgetln fseeko getenv glob inet_ntop \ + +for ac_func in err fgetln fparseln fseeko getenv glob inet_ntop \ inet_pton isblank lchflags lchmod lchown lutimes mkstemp \ setenv setprogname sl_init snprintf strdup strerror \ strlcat strlcpy strmode strptime strsep strtoll timegm \ @@ -6660,95 +6596,6 @@ _ACEOF fi fi -if test $ac_cv_lib_util_fparseln != yes; then - -for ac_func in fparseln -do -as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:$LINENO: checking for $ac_func" >&5 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 -if eval "test \"\${$as_ac_var+set}\" = set"; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat >conftest.$ac_ext <<_ACEOF -#line $LINENO "configure" -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h. */ -/* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func (); below. - Prefer <limits.h> to <assert.h> if __STDC__ is defined, since - <limits.h> exists even on freestanding compilers. */ -#ifdef __STDC__ -# include <limits.h> -#else -# include <assert.h> -#endif -/* Override any gcc2 internal prototype to avoid an error. */ -#ifdef __cplusplus -extern "C" -{ -#endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char $ac_func (); -/* The GNU C library defines this for functions which it implements - to always fail with ENOSYS. Some functions are actually named - something starting with __ and the normal name is an alias. */ -#if defined (__stub_$ac_func) || defined (__stub___$ac_func) -choke me -#else -char (*f) () = $ac_func; -#endif -#ifdef __cplusplus -} -#endif - -int -main () -{ -return f != $ac_func; - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - eval "$as_ac_var=yes" -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - -eval "$as_ac_var=no" -fi -rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -if test `eval echo '${'$as_ac_var'}'` = yes; then - cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -else - LIBOBJS="$LIBOBJS $ac_func.$ac_objext" -fi -done - - -fi if test $ac_cv_type_long_long = yes -a $ac_cv_sizeof_off_t -ge 8; then @@ -7560,7 +7407,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by libnbcompat $as_me 20030715, which was +This file was extended by libnbcompat $as_me 20030717, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -7620,7 +7467,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -libnbcompat config.status 20030715 +libnbcompat config.status 20030717 configured by $0, generated by GNU Autoconf 2.57, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/pkgtools/libnbcompat/files/configure.ac b/pkgtools/libnbcompat/files/configure.ac index 23656e539d8..21863d76bed 100644 --- a/pkgtools/libnbcompat/files/configure.ac +++ b/pkgtools/libnbcompat/files/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT([libnbcompat], [20030715], [grant@NetBSD.org]) +AC_INIT([libnbcompat], [20030717], [grant@NetBSD.org]) AC_CONFIG_HEADER(config.h) AC_ARG_PROGRAM @@ -22,10 +22,6 @@ AC_SUBST(AUTOCONF) AUTOHEADER=${AUTOHEADER-"$srcdir/missing --run autoheader"} AC_SUBST(AUTOHEADER) -dnl Checks for libraries. -dnl -AC_CHECK_LIB(util, fparseln) - dnl Checks for header files. AC_HEADER_STDC AC_CHECK_HEADERS([sys/endian.h sys/file.h sys/mkdev.h sys/param.h]) @@ -66,7 +62,7 @@ AC_FUNC_MALLOC AC_FUNC_STRERROR_R AC_FUNC_VPRINTF -AC_REPLACE_FUNCS([err fgetln fseeko getenv glob inet_ntop \ +AC_REPLACE_FUNCS([err fgetln fparseln fseeko getenv glob inet_ntop \ inet_pton isblank lchflags lchmod lchown lutimes mkstemp \ setenv setprogname sl_init snprintf strdup strerror \ strlcat strlcpy strmode strptime strsep strtoll timegm \ @@ -88,9 +84,6 @@ AC_CHECK_FUNCS([getopt_long]) if test $ac_cv_func_getpgrp = yes; then AC_FUNC_GETPGRP fi -if test $ac_cv_lib_util_fparseln != yes; then - AC_REPLACE_FUNCS([fparseln]) -fi if test $ac_cv_type_long_long = yes -a $ac_cv_sizeof_off_t -ge 8; then |