'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'.
This commit is contained in:
10
configure.in
10
configure.in
@@ -108,7 +108,7 @@ fi
|
|||||||
|
|
||||||
dnl These definitions are expanded in make.
|
dnl These definitions are expanded in make.
|
||||||
GTOP_LIBS='-L$(libdir)'
|
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_LIBS="$GTOP_LIBS"
|
||||||
GTOP_GUILE_INCS="$GTOP_INCS"
|
GTOP_GUILE_INCS="$GTOP_INCS"
|
||||||
GTOP_BINDIR='$(bindir)'
|
GTOP_BINDIR='$(bindir)'
|
||||||
@@ -137,14 +137,6 @@ else
|
|||||||
GTOP_GUILE_LIBS="$GTOP_GUILE_LIBS -lgtop_sysdeps"
|
GTOP_GUILE_LIBS="$GTOP_GUILE_LIBS -lgtop_sysdeps"
|
||||||
fi
|
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
|
if test "x$ac_cv_guile_found" = "xyes" ; then
|
||||||
GTOP_GUILE_INCS="$GTOP_INCS $GUILE_INCS"
|
GTOP_GUILE_INCS="$GTOP_INCS $GUILE_INCS"
|
||||||
GTOP_GUILE_LIBS="$GTOP_GUILE_LIBS $GUILE_LIBS"
|
GTOP_GUILE_LIBS="$GTOP_GUILE_LIBS $GUILE_LIBS"
|
||||||
|
Reference in New Issue
Block a user