11# # Process this file with autoconf 2.69. Other versions may not work.
2- AC_INIT ( riscv-toolchain , 1.0 )
2+ AC_INIT ( [ riscv-toolchain] , [ 1.0] )
33
44AC_PROG_CC
55AC_PROG_FGREP
@@ -246,8 +246,7 @@ AS_IF([test "x$with_system_zlib" != xno],
246246 [ AC_SUBST ( with_system_zlib ,-- without-system-zlib ) ] )
247247
248248AC_ARG_WITH ( guile ,
249- [ AC_HELP_STRING ([ --with-guile] ,
250- [ Set which guile to use, if any] )] ,
249+ [ AS_HELP_STRING ( [ --with-guile] ,[ Set which guile to use, if any] ) ] ,
251250 [ ] ,
252251 [ with_guile=default]
253252 )
@@ -291,8 +290,7 @@ AS_IF([test "x$enable_host_gcc" != xyes],
291290AC_DEFUN ( [ AX_ARG_WITH_SRC] ,
292291 [ {m4_pushdef ( [ opt_name] , with_$1 _src )
293292 AC_ARG_WITH ( $1 - src ,
294- [ AC_HELP_STRING ([ --with-$1 -src] ,
295- [ Set $1 source path, use builtin source by default] )] ,
293+ [ AS_HELP_STRING ( [ --with-$1 -src] ,[ Set $1 source path, use builtin source by default] ) ] ,
296294 [ ] ,
297295 [ opt_name=default]
298296 )
@@ -316,8 +314,7 @@ AX_ARG_WITH_SRC(llvm, llvm)
316314AX_ARG_WITH_SRC(dejagnu, dejagnu)
317315
318316AC_ARG_WITH ( linux-headers-src ,
319- [ AC_HELP_STRING ([ --with-linux-headers-src] ,
320- [ Set linux-headers source path, use builtin source by default] )] ,
317+ [ AS_HELP_STRING ( [ --with-linux-headers-src] ,[ Set linux-headers source path, use builtin source by default] ) ] ,
321318 [ ] ,
322319 [ with_linux_headers_src=default]
323320 )
0 commit comments