Fix for executing AutoRegen.sh. Revert a part of r187209.
authorPatrik Hagglund <patrik.h.hagglund@ericsson.com>
Fri, 13 Sep 2013 10:29:42 +0000 (10:29 +0000)
committerPatrik Hagglund <patrik.h.hagglund@ericsson.com>
Fri, 13 Sep 2013 10:29:42 +0000 (10:29 +0000)
commit6f74b140c4548e17a396a320209a36abd33d40a3
tree3ea6f9eede99666cfd854c8752b98f52fc475ed9
parent906ae15d5fa5784595273228b33e16ca16a0431d
Fix for executing AutoRegen.sh. Revert a part of r187209.

Since r187209, which modified ltdl.m4, I was unable to execute
AutoRegen.sh, getting:

  ../configure:10779: error: possibly undefined macro: AC_LTDL_FUNC_ARGZ

This commit re-adds AC_LTDL_FUNC_ARGZ to ltdl.m4, as a quick fix. For me, this
corresponds to the configure file currently checked in.

(However, the ltdl library seems to be unused since r74924 in 2009,
except for the use of the LTDL_SHLIB_EXT macro in
bugpoint(?). Therefore, the right solution seems to try to get rid of
the local ltdl.m4 file, specified by autoconf/README.TXT.)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190677 91177308-0d34-0410-b5e6-96231b3b80d8
autoconf/m4/ltdl.m4