This commit is contained in:
Axel Kittenberger 2013-06-07 13:26:03 +02:00
commit 7fe13abab8
2 changed files with 5 additions and 5 deletions

View File

@ -15,10 +15,10 @@ AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_MAKE_SET
AC_PATH_PROG([A2X], [a2x], [no])
if test x${A2X} = xno ; then
AC_MSG_ERROR([Program 'a2x' (package asciidoc) is required])
fi
#AC_PATH_PROG([A2X], [a2x], [no])
#if test x${A2X} = xno ; then
# AC_MSG_ERROR([Program 'a2x' (package asciidoc) is required])
#fi
###
# Checks for Lua

View File

@ -3001,7 +3001,7 @@ local functionWriter = ( function( )
while ai <= #a do
if a[ ai ][ 1 ] then
local pre, post =
string.match( a[ ai ][ 2 ], '(.*)"..v[1].."(.*)' )
string.match( a[ ai ][ 2 ], '(.*)'..v[1]..'(.*)' )
if pre then