summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-05-21 17:43:24 +0000
committerMartin Baulig <martin@src.gnome.org>1998-05-21 17:43:24 +0000
commita83ab971d0188f366440ac6042f90edfa218677f (patch)
tree772054c5f8360e07d0691c23ff60adf472fac618
parent57a44598b92b5a4daf2058b44a69b6268f367648 (diff)
downloadlibgtop-a83ab971d0188f366440ac6042f90edfa218677f.tar.gz
'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'.
-rw-r--r--configure.in10
1 files changed, 1 insertions, 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"