summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-05-06 07:37:02 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-05-06 07:37:02 (EDT)
commitc272fb8c3082e5ec58345066cf65e4d7126aa386 (patch)
tree87ddd18b4fc2f8107db8468aeb86aee342bf5885
parent072dbcc7f6f6748bea3fe4fc4e27e23b1b0d3b47 (diff)
Note deprecation of libopkhelper variable.
-rw-r--r--Makefile.in1
-rwxr-xr-xconfigure2
-rw-r--r--lib/local.mk1
-rw-r--r--src/local.mk1
4 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 3f74690..7b5124a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -25,6 +25,7 @@ prefix = @prefix@
bindir = @bindir@
libdir = @libdir@
pkglibdir = @pkglibdir@
+# FIXME: libopkhelper is deprecated. Migrate code and remove this variable.
libopkhelper = @libopkhelper@
datadir = @datadir@
mandir = @mandir@
diff --git a/configure b/configure
index 59a1a5c..e895089 100755
--- a/configure
+++ b/configure
@@ -29,6 +29,7 @@ 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'
@@ -67,6 +68,7 @@ ${opt_dep_libs}
multiarch-libdir
"
+# FIXME: libopkhelper is deprecated. Migrate code and remove this variable.
subst_vars="
package_name
package_version
diff --git a/lib/local.mk b/lib/local.mk
index cbc5684..ca3f65e 100644
--- a/lib/local.mk
+++ b/lib/local.mk
@@ -26,6 +26,7 @@ lib_srcs = \
lib_pkglib = $(lib_srcs:.sh=.sm)
lib_distfiles = lib/local.mk $(lib_srcs) $(lib_buildsystem_distfiles)
+# FIXME: libopkhelper is deprecated. Migrate code and remove this variable.
lib_script = \
s&@@PACKAGE_NAME@@&$(package_name)&;\
s&@@PACKAGE_VERSION@@&$(package_version)&;\
diff --git a/src/local.mk b/src/local.mk
index d10aa89..c7a7b6c 100644
--- a/src/local.mk
+++ b/src/local.mk
@@ -29,6 +29,7 @@ src_srcs = \
src_bin = $(src_srcs:.sh=)
src_distfiles = src/local.mk $(src_srcs)
+# FIXME: libopkhelper is deprecated. Migrate code and remove this variable.
src_script = \
s&@@PACKAGE_NAME@@&$(package_name)&;\
s&@@PACKAGE_VERSION@@&$(package_version)&;\