2001-06-11  Havoc Pennington  <hp@redhat.com>

	* NEWS: updated

	* configure.in (GLIB_MICRO_VERSION): increment version to 1.3.6

2001-06-12  Havoc Pennington  <hp@redhat.com>

	* Makefile.am (glib-mkenums): don't put $(srcdir)/glib-mkenums in
	bin_SCRIPTS, that breaks make install. Instead put 'glib-mkenums'
	in bin_SCRIPTS and cp it into builddir
This commit is contained in:
Havoc Pennington
2001-06-12 20:05:43 +00:00
committed by Havoc Pennington
parent 823b1544fe
commit 7ab9d6380d
16 changed files with 81 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
Simple install procedure
========================
% gzip -cd glib-1.3.5.tar.gz | tar xvf - # unpack the sources
% cd glib-1.3.5 # change to the toplevel directory
% gzip -cd glib-1.3.6.tar.gz | tar xvf - # unpack the sources
% cd glib-1.3.6 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB