diff options
author | grant <grant@pkgsrc.org> | 2003-07-15 05:36:03 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-07-15 05:36:03 +0000 |
commit | ac5af43e48663af1418efe52d7d481d4d2a4b073 (patch) | |
tree | e35d8ba177db2d5c50204d7243043e73ecd83a0c /pkgtools | |
parent | ec9f0a65f6ba61fe9e8e5abb2b9d108f6178ded1 (diff) | |
download | pkgsrc-ac5af43e48663af1418efe52d7d481d4d2a4b073.tar.gz |
do away with AC_CONFIG_SRCDIR
Diffstat (limited to 'pkgtools')
-rwxr-xr-x | pkgtools/libnbcompat/files/configure | 2 | ||||
-rw-r--r-- | pkgtools/libnbcompat/files/configure.ac | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/pkgtools/libnbcompat/files/configure b/pkgtools/libnbcompat/files/configure index dfe41bd2748..e2e1b188a05 100755 --- a/pkgtools/libnbcompat/files/configure +++ b/pkgtools/libnbcompat/files/configure @@ -272,7 +272,6 @@ PACKAGE_VERSION='20030715' PACKAGE_STRING='libnbcompat 20030715' PACKAGE_BUGREPORT='grant@NetBSD.org' -ac_unique_file="bits.c" # Factoring default headers for most tests. ac_includes_default="\ #include <stdio.h> @@ -1275,7 +1274,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu - ac_config_headers="$ac_config_headers config.h" test "$program_prefix" != NONE && diff --git a/pkgtools/libnbcompat/files/configure.ac b/pkgtools/libnbcompat/files/configure.ac index a88f7870085..3cb56a21a16 100644 --- a/pkgtools/libnbcompat/files/configure.ac +++ b/pkgtools/libnbcompat/files/configure.ac @@ -1,7 +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_CONFIG_SRCDIR([bits.c]) AC_CONFIG_HEADER(config.h) AC_ARG_PROGRAM |