Releasing 0.0.3

This commit is contained in:
Pierre Pronchery 2006-01-27 06:57:11 +00:00
parent 6da7ba1a21
commit 460c9ca86d
4 changed files with 11 additions and 3 deletions

View File

@ -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 <khorben@defora.org>
25/10/2005 - 0.0.2 25/10/2005 - 0.0.2
------------------ ------------------
* full rewrite * full rewrite

View File

@ -1,5 +1,5 @@
PACKAGE = configure PACKAGE = configure
VERSION = 0.0.2 VERSION = 0.0.3
SUBDIRS = src SUBDIRS = src
LN = ln -sf LN = ln -sf
TAR = tar cfzv TAR = tar cfzv
@ -21,6 +21,7 @@ dist:
$(LN) . $(PACKAGE)-$(VERSION) $(LN) . $(PACKAGE)-$(VERSION)
@$(TAR) $(PACKAGE)-$(VERSION).tar.gz \ @$(TAR) $(PACKAGE)-$(VERSION).tar.gz \
$(PACKAGE)-$(VERSION)/src/configure.c \ $(PACKAGE)-$(VERSION)/src/configure.c \
$(PACKAGE)-$(VERSION)/src/makefile.c \
$(PACKAGE)-$(VERSION)/src/project.conf \ $(PACKAGE)-$(VERSION)/src/project.conf \
$(PACKAGE)-$(VERSION)/src/Makefile \ $(PACKAGE)-$(VERSION)/src/Makefile \
$(PACKAGE)-$(VERSION)/AUTHORS \ $(PACKAGE)-$(VERSION)/AUTHORS \

2
README
View File

@ -3,7 +3,7 @@ configure release notes
configure automatically generates Makefiles from project definition files. 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 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/ . on the GNU project web site, http://www.gnu.org/ .

View File

@ -1,5 +1,5 @@
package=configure package=configure
version=0.0.2 version=0.0.3
subdirs=src subdirs=src
dist=AUTHORS,BUGS,CHANGES,configure.txt,INSTALL,README dist=AUTHORS,BUGS,CHANGES,configure.txt,INSTALL,README