AC_SUBST this.

1999-09-29  Martin Baulig  <martin@home-of-linux.org>

	* configure.in (libgtop_top_builddir): AC_SUBST this.
This commit is contained in:
Martin Baulig
1999-09-28 23:28:59 +00:00
committed by Martin Baulig
parent 3274a72cda
commit f71e60619d
2 changed files with 8 additions and 0 deletions

View File

@@ -53,6 +53,10 @@ AC_PROG_CC
AC_STDC_HEADERS
AC_ARG_PROGRAM
dnl We need this at some places.
libgtop_top_builddir=`pwd`
AC_SUBST(libgtop_top_builddir)
dnl We don't use `AC_PROG_AWK' since it checks for mawk first which
dnl does not work for libgtop.
AC_CHECK_PROGS(AWK, gawk awk, )