diff options
author | Alexey Neyman <stilor@att.net> | 2018-02-17 18:24:27 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-04-07 12:03:17 -0700 |
commit | d9d4d090265b56dc158b9ffa7a875d0a68f9c57f (patch) | |
tree | c303637b510a05659f49d54ca62ce1c2854eeee9 /configure.ac | |
parent | 9a4e17cf9b0e27a9af49da932db96ccb19aeb1f7 (diff) | |
download | crosstool-ng-d9d4d090265b56dc158b9ffa7a875d0a68f9c57f.tar.gz crosstool-ng-d9d4d090265b56dc158b9ffa7a875d0a68f9c57f.tar.bz2 crosstool-ng-d9d4d090265b56dc158b9ffa7a875d0a68f9c57f.zip |
Enable mconf build
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 02f91e09..bd7ccb48 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ AC_CONFIG_AUX_DIR([scripts]) AC_CONFIG_MACRO_DIR([m4]) # TBD try to use gnu strictness? Just add the missing files? -AM_INIT_AUTOMAKE([-Wall -Werror foreign no-dist-gzip dist-xz dist-bzip2]) +AM_INIT_AUTOMAKE([-Wall -Werror foreign no-dist-gzip dist-xz dist-bzip2 subdir-objects]) #-------------------------------------------------------------------- # Allow dummy --{en,dis}able-{static,shared} |