- bug fixed by Matteo

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@904 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
paolo 2006-08-18 07:28:02 +00:00
parent 69c098b266
commit d7ed489a70
1 changed files with 6 additions and 6 deletions

View File

@ -25,14 +25,14 @@ AC_INIT([sgpemv2],[0.3],[matteo@member.fsf.org])
if test -f "`pwd`/configure.ac"; then if test -f "`pwd`/configure.ac"; then
AC_MSG_FAILURE([ AC_MSG_FAILURE([
** This seems to be the pkg root directory. ** This seems to be the pkg root directory.
** Compiling here your sources is considered ** Compiling here your sources is considered
** as unpolite as exploring your nose with ** as unpolite as exploring your nose with
** your pinky whilst attending a wedding party. ** your pinky whilst attending a wedding party.
** Please create a new dir as described in ** Please create a new dir as described in
** the README file, and then run configure ** the README file, and then run configure
** into it. If you think you've got it right, ** into it. If you think you've got it right,
** please inform the mantainer of this error! ** please inform the mantainer of this error!
** He'll thoroughfully bash his head on the wall.], ** He'll thoroughfully bash his head on the wall.],
-1 ) -1 )
fi fi
@ -73,7 +73,7 @@ dnl make
AC_PROG_MAKE_SET AC_PROG_MAKE_SET
dnl check for gtkmm & cairo dnl check for gtkmm & cairo
PKG_PROG_PKG_CONFIG([0.20]) PKG_PROG_PKG_CONFIG([0.19])
if test -z "$PKG_CONFIG"; then if test -z "$PKG_CONFIG"; then
AC_MSG_ERROR([You may need to update your pkg-config installation]) AC_MSG_ERROR([You may need to update your pkg-config installation])
fi fi