summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-23 09:31:06 +0000
committerJim Meyering <jim@meyering.net>2000-01-23 09:31:06 +0000
commitcbe110927746658d9140b8b827782ad2ef28175d (patch)
treeffadb264622022c204340044ff7e3d08a0e3ccf9 /m4
parent08e09e9ab4440f22f628387179d39e93158be37d (diff)
downloadcoreutils-cbe110927746658d9140b8b827782ad2ef28175d.tar.xz
(OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
AC_SUBST these here, rather than just in sh-util/configure.in, so that the now-shared-by-fileutils-and-textutils lib/Makefile.am are all the same.
Diffstat (limited to 'm4')
-rw-r--r--m4/jm-macros.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 29a6cf21d..225b33a40 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -11,6 +11,10 @@ AC_DEFUN(jm_MACROS,
[The concatenation of the strings `GNU ', and PACKAGE.])
AC_SUBST(GNU_PACKAGE)
+ AC_SUBST(OPTIONAL_BIN_PROGS)
+ AC_SUBST(OPTIONAL_BIN_ZCRIPTS)
+ AC_SUBST(MAN)
+
dnl This macro actually runs replacement code. See isc-posix.m4.
AC_REQUIRE([AC_ISC_POSIX])dnl