Link directly to the foreign function interfaces section of the build guide.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16387 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2003-04-07 11:28:53 +00:00
parent d1e9050ec3
commit c52591b580
3 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,11 @@
2003-04-07 13:21 Alexander Malmberg <alexander@malmberg.org>
* configure.ac: Link directly to the foreign function interfaces
section in the build guide in the error message for missing ffi
library.
* configure: Regenerate.
2003-04-07 Richard Frith-Macdonald <rfm@gnu.org>
* Headers/gnustep/base/GSCategories.h (GS_USEIDLIST and

2
configure vendored
View file

@ -12273,7 +12273,7 @@ echo "${ECHO_T}none" >&6
echo "If you really want to build -base without DO support, add --disable-do"
echo "to the configure arguments."
echo "For more information, read the GNUstep build guide, ffcall section:"
echo "http://documents.made-it.com/GNUstep/buildguide.html"
echo "http://documents.made-it.com/GNUstep/buildguide.html#FOREIGN.FUNCTION.INTERFACES"
{ { echo "$as_me:$LINENO: error: No ffcall interface library found." >&5
echo "$as_me: error: No ffcall interface library found." >&2;}
{ (exit 1); exit 1; }; }

View file

@ -897,7 +897,7 @@ else
echo "If you really want to build -base without DO support, add --disable-do"
echo "to the configure arguments."
echo "For more information, read the GNUstep build guide, ffcall section:"
echo "http://documents.made-it.com/GNUstep/buildguide.html"
echo "http://documents.made-it.com/GNUstep/buildguide.html#FOREIGN.FUNCTION.INTERFACES"
AC_MSG_ERROR([No ffcall interface library found.])
fi
AC_MSG_WARN([No ffcall interface library found])