Tue Oct 31 19:33:09 PST 2000 Michael Jennings <mej@eterm.org>

Apparently AC_PREFIX() is too stupid to handle programs with hyphens
	in their names.


SVN revision: 3800
This commit is contained in:
Michael Jennings 2000-11-01 03:33:55 +00:00
parent cfc55d409a
commit c39cea44f0
2 changed files with 7 additions and 1 deletions

View File

@ -3932,3 +3932,9 @@ Mon Oct 30 07:45:16 PST 2000 Michael Jennings <mej@eterm.org>
dependency on libast, which is now distributed separately.
-------------------------------------------------------------------------------
Tue Oct 31 19:33:09 PST 2000 Michael Jennings <mej@eterm.org>
Apparently AC_PREFIX() is too stupid to handle programs with hyphens
in their names.
-------------------------------------------------------------------------------

View File

@ -414,7 +414,7 @@ if test "$FOUND_LIBAST" -eq "1"; then
if test ! -z "$LIBAST_CONFIG"; then
GRLIBS="-last $GRLIBS"
AC_DEFINE(HAVE_LIBAST)
AC_PREFIX(libast-config)
test "$prefix" = "NONE" && prefix="`$LIBAST_CONFIG --prefix`"
CPPFLAGS="$CPPFLAGS `$LIBAST_CONFIG --cppflags`"
LDFLAGS="$LDFLAGS `$LIBAST_CONFIG --ldflags`"
SUPPORT_FLAGS="`$LIBAST_CONFIG --support`"