From a83ab971d0188f366440ac6042f90edfa218677f Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Thu, 21 May 1998 17:43:24 +0000 Subject: [PATCH] 'GTOP_INCS' and 'GTOP_LIBS' now really point to the places where * configure.in: 'GTOP_INCS' and 'GTOP_LIBS' now really point to the places where everything gets installed and no longer to the build directory, so that they can be used in 'gtopConf.sh'. --- configure.in | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/configure.in b/configure.in index d024f429..7c672b16 100644 --- a/configure.in +++ b/configure.in @@ -108,7 +108,7 @@ fi dnl These definitions are expanded in make. GTOP_LIBS='-L$(libdir)' -GTOP_INCS='-I$(includedir) -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/include' +GTOP_INCS='-I$(includedir)' GTOP_GUILE_LIBS="$GTOP_LIBS" GTOP_GUILE_INCS="$GTOP_INCS" GTOP_BINDIR='$(bindir)' @@ -137,14 +137,6 @@ else GTOP_GUILE_LIBS="$GTOP_GUILE_LIBS -lgtop_sysdeps" fi -if test "x$use_glibtop_machine_h" = "xyes" ; then - GTOP_INCS="$GTOP_INCS -I\$(top_srcdir)/sysdeps/\$(sysdeps_dir)" -fi - -GTOP_INCS="$GTOP_INCS -I\$(top_srcdir)/intl -DGTOPLOCALEDIR=\\\\\"\$(datadir)/locale\\\\\"" - -GTOP_GUILE_INCS="$GTOP_INCS" - if test "x$ac_cv_guile_found" = "xyes" ; then GTOP_GUILE_INCS="$GTOP_INCS $GUILE_INCS" GTOP_GUILE_LIBS="$GTOP_GUILE_LIBS $GUILE_LIBS"