[messagingmenu-sharp: 5/6] configure: fix error messages about gapi commands not found



commit 5c22feb7b7c1ae7023d503306534275debf50079
Author: Andrés G. Aragoneses <knocte gmail com>
Date:   Thu Jan 29 16:48:25 2015 +0100

    configure: fix error messages about gapi commands not found
    
    The fixup and parser scripts have dashes in their names, not underscores.

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e1d4415..19bb1e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -103,7 +103,7 @@ if test "x$GAPI_PARSER" = "xno"; then
        AC_MSG_CHECKING(for gapi2-parser.exe)
        GAPI_PARSER=`which gapi2-parser.exe 2> /dev/null`
        if test "x$GAPI_PARSER" = "xno" ; then
-               AC_MSG_ERROR(['gapi2_parser'/'gapi2-parser.exe' not found.])
+               AC_MSG_ERROR(['gapi2-parser'/'gapi2-parser.exe' not found.])
        fi
        AC_MSG_RESULT($GAPI_PARSER)
        GAPI_PARSER="$MONO $GAPI_PARSER"
@@ -115,7 +115,7 @@ if test "x$GAPI_FIXUP" = "xno"; then
        AC_MSG_CHECKING(for gapi2-fixup.exe)
        GAPI_FIXUP=`which gapi2-fixup.exe 2> /dev/null`
        if test "x$GAPI_FIXUP" = "xno" ; then
-               AC_MSG_ERROR(['gapi2_fixup'/'gapi2-fixup.exe' not found.])
+               AC_MSG_ERROR(['gapi2-fixup'/'gapi2-fixup.exe' not found.])
        fi
        AC_MSG_RESULT($GAPI_FIXUP)
        GAPI_FIXUP="$MONO $GAPI_FIXUP"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]