Skip to content

Commit 9a693f5

Browse files
authored
Merge pull request #7876 from mpsuzuki/fix-config-stray-redirect
Using ">>" with no command in configure can be ambigious for some ancient /bin/sh.
2 parents 1190d1b + bbdf7fc commit 9a693f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9929,7 +9929,7 @@ AX_AM_JOBSERVER([yes])
99299929
99309930
# See Automake 9.4.1 Built Sources Example
99319931
AC_DEFUN([AX_OUT_OF_TREE_FILE],[
9932-
AC_CONFIG_COMMANDS([$1], [test ! -f $srcdir/$1 && >> $srcdir/$1])
9932+
AC_CONFIG_COMMANDS([$1], [test ! -f $srcdir/$1 && echo -n >> $srcdir/$1])
99339933
])
99349934
99359935
AX_OUT_OF_TREE_FILE([wolfssl/wolfcrypt/async.h])

0 commit comments

Comments
 (0)