diff options
author | Francesco Salvestrini <salvestrini@gmail.com> | 2010-02-08 22:37:13 +0100 |
---|---|---|
committer | Francesco Salvestrini <salvestrini@gmail.com> | 2010-02-08 22:37:13 +0100 |
commit | e29746705bb62181ac9f8625912a5793558fe5df (patch) | |
tree | 476a6def9d3a0b3ff75083cd24df036991158813 /m4/ax_lib_wad.m4 | |
parent | 123993291950a9bd933591b1e794aa90ea42851a (diff) | |
download | autoconf-archive-e29746705bb62181ac9f8625912a5793558fe5df.tar.gz |
Replaced obsolete AC_HELP_STRING with AS_HELP_STRING
Diffstat (limited to 'm4/ax_lib_wad.m4')
-rw-r--r-- | m4/ax_lib_wad.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_lib_wad.m4 b/m4/ax_lib_wad.m4 index abd4f4e..9ce4d91 100644 --- a/m4/ax_lib_wad.m4 +++ b/m4/ax_lib_wad.m4 @@ -43,14 +43,14 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. -#serial 4 +#serial 5 AU_ALIAS([AC_LIB_WAD], [AX_LIB_WAD]) AC_DEFUN([AX_LIB_WAD], [ AC_REQUIRE([AX_PYTHON_DEVEL]) AC_ARG_ENABLE(wad, - AC_HELP_STRING([--enable-wad], [enable wad module]), + AS_HELP_STRING([--enable-wad], [enable wad module]), [ case "${enableval}" in no) ;; |