aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2017-10-01 14:19:23 -0700
committerAnders Broman <a.broman58@gmail.com>2017-10-02 04:11:28 +0000
commit4d563d8f107f388a61acde462f2ede72e6793a64 (patch)
tree7414ebdd6cf57b0b0c9d79ebf09167d338f650ab /configure.ac
parent5c2a5dbdcdb21c259821a6aea70813813bb2cd21 (diff)
Remove the SVR4 packaging assets.
Remove the svr4-package and solaris-package targets along with their associated files and directories. We used to use this to build Solaris packages but we haven't shipped those in years. Given that the last substantive change to packaging/svr4 was in 2008 it's likely that this has been unused for a while. Change-Id: Ib9153c99f503200ea8c48d3ef81ad688ee55c09f Reviewed-on: https://code.wireshark.org/review/23808 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac16
1 files changed, 0 insertions, 16 deletions
diff --git a/configure.ac b/configure.ac
index bbddf81388..f71c7c7ed6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -464,19 +464,6 @@ AC_SUBST(A2X_LYNX)
#
AC_PATH_PROG(DESKTOP_FILE_INSTALL, desktop-file-install)
-# SVR4/Solaris
-AC_CHECK_PROG(HAVE_PKGPROTO, pkgproto, "yes", "no")
-AC_CHECK_PROG(HAVE_PKGMK, pkgmk, "yes", "no")
-AC_CHECK_PROG(HAVE_PKGTRANS, pkgtrans, "yes", "no")
-
-if test x$HAVE_PKGPROTO = xyes -a x$HAVE_PKGMK = xyes \
- -a x$HAVE_PKGTRANS = xyes ; then
- HAVE_SVR4_PACKAGING=yes
-else
- HAVE_SVR4_PACKAGING=no
-fi
-AC_SUBST(HAVE_SVR4_PACKAGING)
-
# RPM
#
# Looks for the rpmbuild program, and checks to see if we can redefine "_topdir".
@@ -3021,9 +3008,6 @@ AC_CONFIG_FILES(
packaging/rpm/Makefile
packaging/rpm/SPECS/Makefile
packaging/rpm/SPECS/wireshark.spec
- packaging/svr4/Makefile
- packaging/svr4/checkinstall
- packaging/svr4/pkginfo
packaging/wix/Makefile
plugins/Makefile
plugins/docsis/Makefile