diff --git a/CHANGES b/CHANGES index 9206939..413d67f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +27/01/2006 - 0.0.3 +------------------ +* separate file for Makefile output +* operating system, architecture and kernel detection +* appends "-D_GNU_SOURCE" to CFLAGS for GNU/Linux Makefiles with -ansi + -- khorben + 25/10/2005 - 0.0.2 ------------------ * full rewrite diff --git a/Makefile b/Makefile index 820901c..cddc17e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = configure -VERSION = 0.0.2 +VERSION = 0.0.3 SUBDIRS = src LN = ln -sf TAR = tar cfzv @@ -21,6 +21,7 @@ dist: $(LN) . $(PACKAGE)-$(VERSION) @$(TAR) $(PACKAGE)-$(VERSION).tar.gz \ $(PACKAGE)-$(VERSION)/src/configure.c \ + $(PACKAGE)-$(VERSION)/src/makefile.c \ $(PACKAGE)-$(VERSION)/src/project.conf \ $(PACKAGE)-$(VERSION)/src/Makefile \ $(PACKAGE)-$(VERSION)/AUTHORS \ diff --git a/README b/README index 8222e35..24e3ddf 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ configure release notes configure automatically generates Makefiles from project definition files. -configure is Copyright (c) 2005 Pierre Pronchery +configure is Copyright (c) 2005, 2006 Pierre Pronchery It is shipped under the terms of the GPL version 2 license, which you may read on the GNU project web site, http://www.gnu.org/ . diff --git a/project.conf b/project.conf index 65801a5..da8149e 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=configure -version=0.0.2 +version=0.0.3 subdirs=src dist=AUTHORS,BUGS,CHANGES,configure.txt,INSTALL,README