summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2012-10-11 12:43:03 +0700
committerGary V. Vaughan <gary@gnu.org>2012-10-12 20:18:30 +0700
commitbbfb7d0580475e6bf907f913862cda474c7c50c7 (patch)
treef928535fd7fb7fd5b4c3a208a8af47b642626ee5 /configure.ac
parent0a42997c6032b9550a009a271552e811bfbcc430 (diff)
downloadlibtool-bbfb7d0580475e6bf907f913862cda474c7c50c7.tar.gz
maint: remove m4sh support.
Now that the code base has coalesced around a single option parser, there's no need for the unused getopt.m4sh and support. * build-aux/getopt.m4sh, build-aux/general.m4sh, tests/getopt-m4sh.at: Remove. * Makefile.am (m4sh_dir, LT_M4SH, general_m4sh, getopt_m4sh) (sh_files): Remove. (TESTSUITE_AT): Remove tests/getopt-m4sh.at. (TESTS_ENVIRONMENT): Remove M4SH. * bootstrap.conf (libtool_build_prerequisites): Remove M4SH. * configure.ac (M4SH): Remove. * HACKING (Editing `.m4sh' Files): Remove and renumber following sections.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 37e65e6d..3902519c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@
####
-AC_PREREQ(2.62)dnl Some m4sh scripts use $as_echo
+AC_PREREQ(2.62)
dnl Oldest automake required for bootstrap is below in AM_INIT_AUTOMAKE.
@@ -98,9 +98,6 @@ AB_VERSION='AC_PACKAGE_VERSION'
AB_INIT([$autobuild_mode])
-dnl We use m4sh to generate libtool's portable shell scripts
-AC_SUBST([M4SH], ['$(AUTOM4TE) --language=m4sh'])
-
dnl Make sure config.status is regenerated when the version timestamp changes
AC_SUBST([CONFIG_STATUS_DEPENDENCIES], ['$(srcdir)/.version'])