mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 13:50:47 +00:00
Define variables which hold the gnustep-make version
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@9692 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
57da0ef14d
commit
a681f36ffd
1 changed files with 15 additions and 0 deletions
15
ChangeLog
15
ChangeLog
|
@ -1,3 +1,18 @@
|
|||
Wed Apr 25 11:05:49 2001 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* Version: Use the standard names GNUSTEP_MAKE_MAJOR_VERSION,
|
||||
GNUSTEP_MAKE_MINOR_VERSION, GNUSTEP_MAKE_SUBMINOR_VERSION rather
|
||||
than MAKE_MAJOR_VERSION, MAKE_MINOR_VERSION and
|
||||
MAKE_SUBMINOR_VERSION.
|
||||
* configure.in: Substitute the new variables; do not output
|
||||
GNUSTEP_VERSION any longer.
|
||||
* configure: Regenerated.
|
||||
* config.make.in: Define GNUSTEP_MAKE_VERSION,
|
||||
GNUSTEP_MAKE_MAJOR_VERSION, GNUSTEP_MINOR_VERSION,
|
||||
GNUSTEP_SUBMINOR_VERSION so that client code can easily get
|
||||
the version of gnustep-make which is used by reading these
|
||||
variables in their makefiles.
|
||||
|
||||
2001-04-25 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* documentation.make: For Java,
|
||||
|
|
Loading…
Reference in a new issue