]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Avoid M4 1.6 warnings about deprecated option.
authorEric Blake <ebb9@byu.net>
Wed, 20 Sep 2006 02:44:51 +0000 (02:44 +0000)
committerEric Blake <ebb9@byu.net>
Wed, 24 Dec 2008 18:45:39 +0000 (11:45 -0700)
commit714eeee8723ac25ce5a01cb59c260fc98d0f67c9
treeea23e29ee6eec5fc23713c4bd43a1a5657a88f85
parent6ab69032fba864d21557af4649d0fb5352dae6c5
Avoid M4 1.6 warnings about deprecated option.

* config/m4.m4 (AC_PROG_GNU_M4): Check for m4 --debugfile support.
* bin/Makefile.am (edit): Substitute M4_DEBUGFILE.
* bin/autom4te.in (handle_m4): Favor --debugfile over misnamed
--error-output, to avoid warnings with M4 1.6.

(cherry picked from commit 8dc951191c1083fda547d74b95897fd8adb7c6b6)
ChangeLog
bin/Makefile.am
bin/autom4te.in
config/m4.m4