]> git.ipfire.org Git - thirdparty/libtool.git/commit
configury: bail out early if GNU M4 is not on the path.
authorGary V. Vaughan <gary@gnu.org>
Wed, 3 Dec 2014 18:33:57 +0000 (18:33 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 3 Dec 2014 18:53:02 +0000 (18:53 +0000)
commitf31984b92ad1b31d7e4c964a0949a916371b0a60
tree981a62e065c08941a1aae9a585040ecf8964f11e
parent6cc831405a3b290735739fbe27807414f37ac4bb
configury: bail out early if GNU M4 is not on the path.

Now that libtoolize requires an installed GNU M4 to parse
configure.ac and aclocal.m4 sources for libltdl macros, let the
user know at configure time when it is missing.
* m4/m4.m4: New file for rejecting non-GNU and buggy GNU versions
of M4. Copied from GNU Autoconf m4.m4.
* Makefile.am (lt_aclocal_m4_deps): Add m4/m4.m4.
* configure.ac (AC_PROG_GNU_M4): Call it.
* NEWS: Update.
Reported by Michael Felt

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Makefile.am
NEWS
configure.ac
m4/m4.m4 [new file with mode: 0644]