mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
[configure.ac] ">>" without preceding command does not work in traditional Bourne shell.
This commit is contained in:
@ -9925,7 +9925,7 @@ AX_AM_JOBSERVER([yes])
|
||||
|
||||
# See Automake 9.4.1 Built Sources Example
|
||||
AC_DEFUN([AX_OUT_OF_TREE_FILE],[
|
||||
AC_CONFIG_COMMANDS([$1], [test ! -f $srcdir/$1 && >> $srcdir/$1])
|
||||
AC_CONFIG_COMMANDS([$1], [test ! -f $srcdir/$1 && echo -n >> $srcdir/$1])
|
||||
])
|
||||
|
||||
AX_OUT_OF_TREE_FILE([wolfssl/wolfcrypt/async.h])
|
||||
|
Reference in New Issue
Block a user