diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index ebfd649..3b8e572 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(riscv-tests, 1.0) +AC_INIT([riscv-tests],[1.0]) cross_compiling=yes AC_PROG_CC @@ -11,6 +11,6 @@ AC_ARG_WITH(xlen, ) -AC_OUTPUT( - Makefile -) +AC_CONFIG_FILES([Makefile +]) +AC_OUTPUT |