summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-05-09 14:18:57 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-05-09 14:18:57 (EDT)
commitb7c42e4fc3e01196eac2c9c834895c4f9fa2b0bb (patch)
treecdf882968500e16d8f532c05a04cb6b9b95b685a
parent19b65e13fa6a38be577ecd9d5d604772d77d2748 (diff)
Remove old libopkhelper build system variable.
-rw-r--r--Makefile.in4
-rwxr-xr-xconfigure4
2 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in
index a83098f..12af7fe 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -26,8 +26,6 @@ prefix = @prefix@
bindir = @bindir@
libdir = @libdir@
pkglibdir = @pkglibdir@
-# FIXME: libopkhelper is deprecated. Migrate code and remove this variable.
-libopkhelper = @libopkhelper@
datadir = @datadir@
mandir = @mandir@
man1dir = @man1dir@
@@ -78,14 +76,12 @@ distfiles = \
$(locale_srcs) \
$(archtab_srcs)
-# FIXME: libopkhelper is deprecated. Migrate code and remove this variable.
# FIXME: archtab is deprecated. Migrate code and remove this variable.
script = \
s&@@PACKAGE_NAME@@&$(package_name)&;\
s&@@PACKAGE_VERSION@@&$(package_version)&;\
s&@@PACKAGE_DESCRIPTION@@&$(package_description)&;\
s&@@PKGLIBDIR@@&$(pkglibdir)&;\
- s&@@LIBOPKHELPER@@&$(libopkhelper)&;\
s&@@LOCALEDIR@@&$(localedir)&;\
s&@@ARCHTABDIR@@&$(archtabdir)&;\
s&@@ARCHTAB@@&$(archtabdir)&;\
diff --git a/configure b/configure
index fbd944a..ff78a86 100755
--- a/configure
+++ b/configure
@@ -29,8 +29,6 @@ prefix='/usr/local'
bindir='${prefix}/bin'
libdir='${prefix}/share'
pkglibdir='${libdir}/${package_library}'
-# FIXME: libopkhelper is deprecated. Migrate code and remove this variable.
-libopkhelper='${pkglibdir}'
datadir='${prefix}/share'
mandir='${datadir}/man'
man1dir='${mandir}/man1'
@@ -71,14 +69,12 @@ ${opt_dep_libs}
multiarch-libdir
"
-# FIXME: libopkhelper is deprecated. Migrate code and remove this variable.
subst_vars="
package_name
package_version
package_description
package_library
${long_opts_with_args}
-libopkhelper
${features}
"