Fixes for release.

Fixes for release.

svn path=/trunk/; revision=695
This commit is contained in:
Elliot Lee
1999-02-25 00:26:34 +00:00
parent 4ee13eca04
commit 6c9ae3c490

View File

@ -58,10 +58,10 @@ EOF
AC_DEFUN([GNOME_INIT_OBJC],
[
AC_MSG_CHECKING(for an obGnomeConf.sh)
my_gnome_prefix=`$GNOME_CONFIG --prefix`
if test -f $my_gnome_prefix/obGnomeConf.sh; then
. $my_gnome_prefix/obGnomeConf.sh
AC_MSG_RESULT(found)
my_gnome_libdir=`$GNOME_CONFIG --libdir`
if test -f $my_gnome_libdir/obGnomeConf.sh; then
. $my_gnome_libdir/obGnomeConf.sh
AC_MSG_RESULT(found $my_gnome_libdir)
else
AC_MSG_RESULT(not found)
AC_MSG_WARN(Could not find the obGnomeConf.sh file that is generated by gnome-objc install)