summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-06-03 17:29:47 +0000
committerMartin Baulig <martin@src.gnome.org>1998-06-03 17:29:47 +0000
commit4c3fb58e3e1038440768710a370909f1b81c457d (patch)
tree80f4c1f2e9e67ce9c687a57ec331f524debbe95a
parent223f9862050d41184d98792c74e140f59ebdb6cc (diff)
downloadlibgtop-4c3fb58e3e1038440768710a370909f1b81c457d.tar.gz
New file.
* libgtop.spec: New file. * Makefile.am (EXTRA_DIST): Added `autogen.sh' and `libgtop.spec'. * configure.in (LIBGTOP_INCS): is now identically to `LIBGTOP_GUILE_INCS'.
-rw-r--r--ChangeLog13
-rw-r--r--Makefile.am2
-rw-r--r--configure.in1
3 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index edddec33..c0560dd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+1998-06-03 Martin Baulig <baulig@merkur.uni-trier.de>
+
+ * libgtop.spec: New file.
+
+ * Makefile.am (EXTRA_DIST): Added `autogen.sh' and
+ `libgtop.spec'.
+
+ * configure.in (LIBGTOP_INCS): is now identically to
+ `LIBGTOP_GUILE_INCS'.
+
+ * include/glibtop/global.h: only including intl headers
+ while compiling libgtop.
+
1998-06-02 Federico Mena Quintero <federico@nuclecu.unam.mx>
* src/server/main.c: #include <locale.h>
diff --git a/Makefile.am b/Makefile.am
index c08f2026..ddf2a196 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,7 +12,7 @@ DIST_SUBDIRS = po intl support macros include sysdeps src lib examples
include_HEADERS = glibtop.h
-EXTRA_DIST = copyright.txt libgtopConf.sh.in
+EXTRA_DIST = autogen.sh libgtop.spec copyright.txt libgtopConf.sh.in
release:
$(MAKE) dist distdir=$(PACKAGE)$(VERSION)
diff --git a/configure.in b/configure.in
index 5df8406d..e4d134c6 100644
--- a/configure.in
+++ b/configure.in
@@ -153,6 +153,7 @@ else
fi
if test "x$ac_cv_guile_found" = "xyes" ; then
+ LIBGTOP_INCS="$LIBGTOP_INCS $GUILE_INCS"
LIBGTOP_GUILE_INCS="$LIBGTOP_INCS $GUILE_INCS"
LIBGTOP_GUILE_LIBS="$LIBGTOP_GUILE_LIBS $GUILE_LIBS"
fi