From 10a7ef87b92cdec4848d6ee27b919b3ee9812e5b Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Thu, 21 May 1998 20:37:06 +0000 Subject: [PATCH] *** empty log message *** --- .cvsignore | 5 +++-- ChangeLog | 29 +++++++++++++++++++++++++++++ include/.cvsignore | 2 ++ include/glibtop/.cvsignore | 2 ++ 4 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 include/.cvsignore create mode 100644 include/glibtop/.cvsignore diff --git a/.cvsignore b/.cvsignore index de689a21..1e0ac471 100644 --- a/.cvsignore +++ b/.cvsignore @@ -13,12 +13,13 @@ gtopConf.sh i386-bsdi i686-pc-linux-gnu intl +libgtop-0.01.tar.gz libgtop-mirror.sh.swp libtool ltconfig +ltmain.sh +macros stamp-h sun4 sun4sol2 -ltmain.sh -macros support diff --git a/ChangeLog b/ChangeLog index e696714e..da136519 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,34 @@ 1998-05-21 Martin Baulig + * doc/gnome-hackers.sgml: added information about latest + changes in 'acinclude.m4' and 'gtopConf.sh.in'. + + * Makefile.am: conditionally building 'examples' subdir, + added 'copyright.txt' to EXTRA_DIST. + + * configure.in: added 'gtop_guile_found', 'gtop_want_names', + 'gtop_want_guile_names' and 'gtop_want_examples' for use in + 'gtopConf.sh.in'; added 'include' and 'include/glibtop' subdirs. + + * acconfig.h: added 'GLIBTOP_EXAMPLES'. + + * acinclude.m4 (AC_LC_SYSDEPS): define 'GLIBTOP_NAMES' when + building libgtop and a new conditional 'GLIBTOP_NAMES'; added + new parameter '--without-examples'; define 'GLIBTOP_EXAMPLES' + and conditional 'GLIBTOP_EXAMPLES'. + + * gtopConf.sh.in: added 'GTOP_GUILE_FOUND', 'GTOP_WANT_NAMES', + 'GTOP_WANT_GUILE_NAMES' and 'GTOP_WANT_EXAMPLES'. + + * include/glibtop/Makefile.am: new file - header file + now get properly installed and go into the distribution. + + * include/Makefile.am: new file + + * sysdeps/guile/Makefile.am: added 'DIST_SUBDIRS' + + * sysdeps/Makefile.am: added 'DIST_SUBDIRS' + * doc/gnome-hackers.sgml: new file - short intro on how to use libgtop in the gnome project; especially 'configure' and 'gtopConf.sh'. diff --git a/include/.cvsignore b/include/.cvsignore new file mode 100644 index 00000000..282522db --- /dev/null +++ b/include/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/include/glibtop/.cvsignore b/include/glibtop/.cvsignore new file mode 100644 index 00000000..282522db --- /dev/null +++ b/include/glibtop/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in