summaryrefslogtreecommitdiffstats
path: root/llvm/autoconf/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed the enable/disable options. The AC_ARG_ENABLE macro does not performJohn Criswell2003-07-221-13/+56
| | | | | | | | 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. llvm-svn: 7238
* These are the autoconf files in their new home.John Criswell2003-07-221-0/+251
llvm-svn: 7233
OpenPOWER on IntegriCloud