Skip to content

Commit 4bbcf2e

Browse files
Arielfoeveraswaterman
authored andcommitted
configure: do autoupdate
Signed-off-by: Ariel Xiong <[email protected]>
1 parent 8d1e1ca commit 4bbcf2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configure.ac

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT(riscv-tests, 1.0)
1+
AC_INIT([riscv-tests],[1.0])
22

33
cross_compiling=yes
44
AC_PROG_CC
@@ -11,6 +11,6 @@ AC_ARG_WITH(xlen,
1111
)
1212

1313

14-
AC_OUTPUT(
15-
Makefile
16-
)
14+
AC_CONFIG_FILES([Makefile
15+
])
16+
AC_OUTPUT

0 commit comments

Comments
 (0)