aboutsummaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@s141.Millennium.Berkeley.EDU>2011-06-19 21:56:15 -0700
committerAndrew Waterman <waterman@s141.Millennium.Berkeley.EDU>2011-06-19 21:56:15 -0700
commit2f5776b244a4a2a8297fee9e0160c835430e1f06 (patch)
tree55dfcf8b14585830acc927dfd3ef3eb6ee74a37a /aclocal.m4
parent1e163c715550e20e239976a22e00869884713e54 (diff)
downloadriscv-pk-2f5776b244a4a2a8297fee9e0160c835430e1f06.zip
riscv-pk-2f5776b244a4a2a8297fee9e0160c835430e1f06.tar.gz
riscv-pk-2f5776b244a4a2a8297fee9e0160c835430e1f06.tar.bz2
configure argument --host=riscv is now impliedcs250
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m416
1 files changed, 16 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 15353f2..254eb82 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -343,3 +343,19 @@ AC_DEFUN([MCPPBS_GROUP],
])
])
+
+#-------------------------------------------------------------------------
+# AX_DEFAULT_CONFIGURE_ARG
+#-------------------------------------------------------------------------
+# Simple little macro which adds a configure commane line option to an
+# internal autoconf shell variable. Not sure how safe this is, but it
+# seems to work fine.
+#
+# Author : Christopher Batten
+# Date : August 20, 2009
+
+AC_DEFUN([AX_DEFAULT_CONFIGURE_ARG],
+[
+ AC_MSG_NOTICE([adding default configure arg: $1])
+ ac_configure_args="$1 ${ac_configure_args}"
+])