]> granicus.if.org Git - curl/commit
Autoconf redefines the M4 builtin macro 'm4_undefine' in such a way that
authorYang Tse <yangsita@gmail.com>
Wed, 7 Mar 2007 01:13:03 +0000 (01:13 +0000)
committerYang Tse <yangsita@gmail.com>
Wed, 7 Mar 2007 01:13:03 +0000 (01:13 +0000)
commitd31feb8ff9b905ddf7a73a966676ea4f9c197b02
treedca8e36256f81e921157b675e404ffabd4354b3d
parent4c3568bfd644e977cc6d56be6af56a29bea0cf5b
Autoconf redefines the M4 builtin macro 'm4_undefine' in such a way that
it fails if the macro that is being undefined is not already defined. To
make this work under all cases and be sure that at a certain point some
specific macro isn't defined we must use the following style in configure:

m4_ifdef([macro], [m4_undefine([macro])])
ares/configure.ac
configure.ac