diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-22 01:22:40 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-22 01:22:40 (EDT) |
commit | 0ce1027b72a696a6d8cb176eb344ee5446a1dd3a (patch) | |
tree | f5a37e8b34dfebd0f6e34676741006bb53aecda2 /lib | |
parent | 47b6247979cf8538809e5243c584daf752c24772 (diff) |
Enable the "autoconf" build system.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/buildsystem.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/buildsystem.sh b/lib/buildsystem.sh index 46f8408..047b553 100644 --- a/lib/buildsystem.sh +++ b/lib/buildsystem.sh @@ -21,6 +21,7 @@ _OH_BUILDSYSTEM_SM='true' _OH_BUILDSYSTEMS=' +autoconf ' _OH_BUILDSYSTEM_BUILD_DIR='src' |