llvm-6502/autoconf
John Criswell 79a8f09914 Fixed the enable/disable options. The AC_ARG_ENABLE macro does not perform
the *action-if-not-given* code when the --disable option is used.
Rather, the AC_ARG_ENABLE macro sets the $enableval variable, which then needs
to be checked to determine if --enable, --disable, or neither was specified.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7238 91177308-0d34-0410-b5e6-96231b3b80d8
2003-07-22 20:59:52 +00:00
..
aclocal.m4
config.guess
config.sub
configure.ac Fixed the enable/disable options. The AC_ARG_ENABLE macro does not perform 2003-07-22 20:59:52 +00:00
install-sh
ltmain.sh
mkinstalldirs