diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ KEYFILE=src/librcc.c # autoconf binary AUTOCONF=`which autoconf` -if test x"${AUTOCONF}" != x -a -f ${AUTOCONF} +if test x"${AUTOCONF}" != x -a -f "${AUTOCONF}" then AUTOCONF=autoconf AUTOMAKE=automake |