summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/configure.ac
diff options
context:
space:
mode:
authorjoerg <joerg>2007-07-25 15:01:45 +0000
committerjoerg <joerg>2007-07-25 15:01:45 +0000
commit26f04ad5aa8416497057840a42ce5fbbd5153100 (patch)
treec24d8431fd156fefe901acb77e064a0faf261f52 /pkgtools/pkg_install/files/configure.ac
parent2f669cf6167e4411a9341595aa0df832808e9f6a (diff)
downloadpkgsrc-26f04ad5aa8416497057840a42ce5fbbd5153100.tar.gz
Mostly deorbit mtree support:
- pkg_create bails out with -m - pkg_add ignores mtree specs in packages and prints a warning. It does not remove the file like before. - remove now obsolete documentation. pkg_info still prints the information and pkg_admin ignores the files. Make the dependency on the tools a runtime dependency. Take maintainership of pkg_install and bump version to 20070725.
Diffstat (limited to 'pkgtools/pkg_install/files/configure.ac')
-rw-r--r--pkgtools/pkg_install/files/configure.ac8
1 files changed, 1 insertions, 7 deletions
diff --git a/pkgtools/pkg_install/files/configure.ac b/pkgtools/pkg_install/files/configure.ac
index dbbe278e34b..609bebb0027 100644
--- a/pkgtools/pkg_install/files/configure.ac
+++ b/pkgtools/pkg_install/files/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
-AC_INIT([pkg_install], [20070416], [grant@NetBSD.org])
+AC_INIT([pkg_install], [20070725], [joerg@NetBSD.org])
AC_CONFIG_SRCDIR([lib/plist.c])
AC_CONFIG_HEADER(lib/config.h)
@@ -61,12 +61,6 @@ AC_ARG_WITH(pax,
[ pax='$(prefix)/bin/pax' ])
AC_SUBST(pax)
-AC_ARG_WITH(mtree,
-[ --with-mtree=path Path to mtree (PREFIX/sbin/mtree)],
-[ mtree="$with_mtree" ],
-[ mtree='$(sbindir)/mtree' ])
-AC_SUBST(mtree)
-
dnl Checks for libraries.
AC_CHECK_LIB(db, __db185_open, , AC_SEARCH_LIBS(dbopen, [db db1]))
AC_SEARCH_LIBS(tgetent, [termcap termlib curses ncurses])