summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-02-07 13:53:53 +0000
committerkazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-02-07 13:53:53 +0000
commit64ec50b5b6e4b5cc0998b6516b4d913632ea81f4 (patch)
tree519cc14205d76d14b79f837f514aa3121a7498fa
parentf70eb9aba9026de0e4403d7d70c3c892a6f68403 (diff)
downloadnavit-svn-64ec50b5b6e4b5cc0998b6516b4d913632ea81f4.tar.gz
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
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.in12
2 files changed, 7 insertions, 7 deletions
diff --git a/autogen.sh b/autogen.sh
index 9b6a0899..ba84850a 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 db7474e1..d8ec3103 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