diff options
author | dos-reis <gdr@axiomatics.org> | 2010-11-27 15:26:28 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-11-27 15:26:28 +0000 |
commit | b28362b83b1a42aeb90ee161a85e1c927a00319e (patch) | |
tree | 0ad9051307c0f588f598236c6851f7cabef29e60 /config | |
parent | a68743eb3dbb06394a9eb1e61f03e815dd8539e5 (diff) | |
download | open-axiom-b28362b83b1a42aeb90ee161a85e1c927a00319e.tar.gz |
* Makefile.am: Automake Makefile.in.
* Makefile.in: Regenerate.
Diffstat (limited to 'config')
-rw-r--r-- | config/open-axiom.m4 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config/open-axiom.m4 b/config/open-axiom.m4 index 3e53c66b..caf6d599 100644 --- a/config/open-axiom.m4 +++ b/config/open-axiom.m4 @@ -828,8 +828,6 @@ oa_use_sman=1 if test x"$ac_cv_have_decl_fork" = xyes \ -a x"$ac_cv_have_decl_wait" = xyes; then \ oa_c_runtime="$oa_c_runtime terminal_io" - axiom_src_all="$axiom_src_all all-sman all-clef" - axiom_src_subdirs="$axiom_src_subdirs clef sman" else oa_use_sman=0 AC_MSG_NOTICE([Superman component is disabled.]) @@ -837,8 +835,6 @@ fi AC_DEFINE_UNQUOTED([OPENAXIOM_USE_SMAN], [$oa_use_sman], [Whether to use the session manager as driver.]) - -axiom_src_all="all-input $axiom_src_all" ]) @@ -887,12 +883,9 @@ axiom_use_x=no if test -z "$no_x"; then axiom_use_x=yes oa_c_runtime="$oa_c_runtime graphics" - axiom_src_all="$axiom_src_all all-graph" - axiom_src_subdirs="$axiom_src_subdirs graph" else AC_MSG_NOTICE([The Garphics component is disabled.]) fi -AC_SUBST(axiom_src_all) AC_SUBST(axiom_use_x) ]) |