]> jfr.im git - irc/thales.git/commitdiff
preparation of 1.0
authorlnu <lnu>
Thu, 6 May 2004 19:10:40 +0000 (19:10 +0000)
committerlnu <lnu>
Thu, 6 May 2004 19:10:40 +0000 (19:10 +0000)
ChangeLog
Makefile.in
configure
configure.in

index cb23b26e972d5fce2bdb35bc4648fa0e9e43826c..5ec1aa332ee46ced89148695d5828d90dcec8fdc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-GNU Thales 0.9.6 (XX/XX/XXXX)
+GNU Thales 1.0 (06/05/2004)
    - no longer report usage if you are using Unreal.
    - added support for unreal modules' modes. see the UnrealModules file.
    - added Memphisnet.org's memphistools ! see examples/memphistools/.
index d608a408f32afc84df6cdfad472dd12c07a2408f..cbe27ee7014f95829e17f9eba91d8d9025e1df3a 100644 (file)
@@ -80,7 +80,8 @@ CONFIG_HEADER = ./src/config.h
 CONFIG_CLEAN_FILES = 
 DIST_COMMON =  README COPYING ChangeLog INSTALL Makefile.am Makefile.in \
 TODO acinclude.m4 aclocal.m4 config.guess config.sub configure \
-configure.in install-sh missing mkinstalldirs
+configure.in install-sh missing mkinstalldirs src/config.h.in \
+src/stamp-h.in
 
 
 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
@@ -104,6 +105,34 @@ config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
        cd $(srcdir) && $(AUTOCONF)
 
+src/config.h: src/stamp-h
+       @if test ! -f $@; then \
+               rm -f src/stamp-h; \
+               $(MAKE) src/stamp-h; \
+       else :; fi
+src/stamp-h: $(srcdir)/src/config.h.in $(top_builddir)/config.status
+       cd $(top_builddir) \
+         && CONFIG_FILES= CONFIG_HEADERS=src/config.h \
+            $(SHELL) ./config.status
+       @echo timestamp > src/stamp-h 2> /dev/null
+$(srcdir)/src/config.h.in: $(srcdir)/src/stamp-h.in
+       @if test ! -f $@; then \
+               rm -f $(srcdir)/src/stamp-h.in; \
+               $(MAKE) $(srcdir)/src/stamp-h.in; \
+       else :; fi
+$(srcdir)/src/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
+       cd $(top_srcdir) && $(AUTOHEADER)
+       @echo timestamp > $(srcdir)/src/stamp-h.in 2> /dev/null
+
+mostlyclean-hdr:
+
+clean-hdr:
+
+distclean-hdr:
+       -rm -f src/config.h
+
+maintainer-clean-hdr:
+
 # This directory's subdirectories are mostly independent; you can cd
 # into them and run `make' without going through this Makefile.
 # To change the values of `make' variables: instead of editing Makefiles,
@@ -292,32 +321,32 @@ distclean-generic:
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-tags mostlyclean-generic
+mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
 
 mostlyclean: mostlyclean-recursive
 
-clean-am:  clean-tags clean-generic mostlyclean-am
+clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
 
 clean: clean-recursive
 
-distclean-am:  distclean-tags distclean-generic clean-am
+distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
 
 distclean: distclean-recursive
        -rm -f config.status
 
-maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
-               distclean-am
+maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
+               maintainer-clean-generic distclean-am
        @echo "This command is intended for maintainers to use;"
        @echo "it deletes files that may require special tools to rebuild."
 
 maintainer-clean: maintainer-clean-recursive
        -rm -f config.status
 
-.PHONY: install-data-recursive uninstall-data-recursive \
-install-exec-recursive uninstall-exec-recursive installdirs-recursive \
-uninstalldirs-recursive all-recursive check-recursive \
-installcheck-recursive info-recursive dvi-recursive \
-mostlyclean-recursive distclean-recursive clean-recursive \
+.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
+install-data-recursive uninstall-data-recursive install-exec-recursive \
+uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
+all-recursive check-recursive installcheck-recursive info-recursive \
+dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
index 7e425e70ed1a1b076a73d114277cc32540c99efa..768eb69089d2d1d5c7aad74c417317121b12e41c 100755 (executable)
--- a/configure
+++ b/configure
@@ -716,7 +716,7 @@ fi
 
 PACKAGE=thales
 
-VERSION=0.9.5
+VERSION=1.0
 
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
index fd7c7edccb0b000be76e5f3cd847d258f1650560..39ab3ebc28da8b0dd621b1388c4053a0346309f4 100755 (executable)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(src/main.c)
 AM_CONFIG_HEADER(src/config.h)
-AM_INIT_AUTOMAKE(thales, 0.9.5)
+AM_INIT_AUTOMAKE(thales, 1.0)
 AC_PREFIX_DEFAULT([\${HOME}/thales])
 dnl Checks for programs.
 AC_PROG_AWK