diff options
author | Jean-Marie Lemetayer <jeanmarie.lemetayer@gmail.com> | 2015-10-03 14:32:29 +0200 |
---|---|---|
committer | Jean-Marie Lemetayer <jeanmarie.lemetayer@gmail.com> | 2015-10-03 14:35:22 +0200 |
commit | 6b0fa2221a782504a0f1d6907e8c492e3a09d5d1 (patch) | |
tree | 6ab7673c221579ca3e63bf7618d2b3a61fc8941f /configure.ac | |
parent | f297eba8e91cd4a6d0c04015acc5f78193f09931 (diff) | |
download | crosstool-ng-6b0fa2221a782504a0f1d6907e8c492e3a09d5d1.tar.gz crosstool-ng-6b0fa2221a782504a0f1d6907e8c492e3a09d5d1.tar.bz2 crosstool-ng-6b0fa2221a782504a0f1d6907e8c492e3a09d5d1.zip |
Revert the automated build option
This reverts commits:
* d6413fe29fbdcd72a04b3d5820ba2e134dbaf558.
* 4f266e1a8c78cec2c425b17784576db56125bbbd.
Signed-off-by: Jean-Marie Lemetayer <jeanmarie.lemetayer@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac index 5670a03c..adde2abb 100644 --- a/configure.ac +++ b/configure.ac @@ -67,16 +67,6 @@ AC_ARG_ENABLE( [do not install, and use current directory])]) AC_SUBST([enable_local], [${enable_local:-no}]) AC_ARG_ENABLE( - [automated], - [AS_HELP_STRING( - [--enable-automated], - [Tell ct-ng that this is an automated build])], - [if test "x$automated" = "x" -o "x$automated" = "xyes"; then - automated=y - fi]) -AC_SUBST([enable_automated], [${enable_automated:-no}]) -ACX_SET_KCONFIG_OPTION([automated]) -AC_ARG_ENABLE( [shared], [AS_HELP_STRING( [--enable-shared], |