aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-01-05 08:57:06 +0000
committerdos-reis <gdr@axiomatics.org>2008-01-05 08:57:06 +0000
commit3545eca90d734224e7a468251ac686e1ca41d910 (patch)
tree5bcf2cd44f29efeace31a299ec57cc8709aac66a /config
parent915b5b3272b0babc886c1c3c0605c9977cd36feb (diff)
downloadopen-axiom-3545eca90d734224e7a468251ac686e1ca41d910.tar.gz
2008-01-05 Gabriel Dos Reis <gdr@cs.tamu.edu>
* configure.ac.pamphlet: For mingw host, default $prefix to C:/Program Files/OpenAxiom. Don't instantiate src/script/axiom. Instantiate src/driver/Makefile. Tidy. * Makefile.pamphlet: Tidy. * config/axiom-c-macros.h.in: Update. src/ 2008-01-05 Gabriel Dos Reis <gdr@cs.tamu.edu> * scripts/axiom.in: Remove. * driver: New directory. * driver/main.c: New. Now implement driver as native application.
Diffstat (limited to 'config')
-rw-r--r--config/axiom-c-macros.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/axiom-c-macros.h.in b/config/axiom-c-macros.h.in
index fed512d5..a2ab84a5 100644
--- a/config/axiom-c-macros.h.in
+++ b/config/axiom-c-macros.h.in
@@ -92,6 +92,12 @@
/* MS */
#undef MSYSplatform
+/* Extension of executable file. */
+#undef OPENAXIOM_EXEEXT
+
+/* Whether to use the session manager as driver. */
+#undef OPENAXIOM_USE_SMAN
+
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT