From ad9430ae4374402138a37b9ddf1638530275fe42 Mon Sep 17 00:00:00 2001 From: kazer_ Date: Thu, 7 Feb 2008 13:53:53 +0000 Subject: Fix:Install:Cosmetics changes in autoconf & configure git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@847 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- autogen.sh | 2 +- configure.in | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/autogen.sh b/autogen.sh index 9b6a0899d..ba84850ab 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,5 @@ #!/bin/sh -for pkg in pkg-config libtool automake aclocal autoreconf autopoint:gettext +for pkg in pkg-config libtool automake aclocal autoreconf:autoconf autopoint:gettext do if ! ${pkg%%:*} --version >/dev/null then diff --git a/configure.in b/configure.in index db7474e17..d8ec31036 100644 --- a/configure.in +++ b/configure.in @@ -470,18 +470,18 @@ if test x"$sdl" = xyes then if test x"$glc" = xyes then - echo "SDL gui : ENABLED, with $CEGUI_LIBS" + echo "OpenGL gui : ENABLED, with $CEGUI_LIBS" else - echo "SDL gui : DISABLED, you are missing quesoglc" + echo "OpenGL gui : DISABLED, you are missing quesoglc" fi else - echo "SDL gui : DISABLED, your are missing glut" + echo "OpenGL gui : DISABLED, your are missing glut" fi else - echo "SDL gui : DISABLED : you are missing cegui-devel >= 0.5" + echo "OpenGL gui : DISABLED : you are missing cegui-devel >= 0.5" fi else - echo "SDL gui : DISABLED : you are missing a SDL dependency" + echo "OpenGL gui : DISABLED : you are missing a SDL dependency (libsdl maybe?)" fi if test x"$enable_hildon" = xyes then @@ -525,7 +525,7 @@ if [ test x"$gtk2_pkgconfig" != xyes ] && [ test x"$sdl" != xyes ] echo "" echo "*** WARNING! you have no gui that can be built! ***" echo "Please install the dependency for at least gtk or sdl gui" - echo "For more details, see the wiki at http://navit.sf.net/wiki/" + echo "For more details, see the wiki at http://wiki.navit-project.org/" echo "" exit 1 fi -- cgit v1.2.1