summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 0 insertions, 4 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)&;\