summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2000-05-12 07:38:52 +0000
committerAkim Demaille <akim@epita.fr>2000-05-12 07:38:52 +0000
commit83d910e14e6cdfc4820a7d89268ac0f6cf499e8b (patch)
treef622bfbd6e5221b3bd403fffda88f2cf4d8245d1 /NEWS
parent269df7664370e9f65d2146a5a5e45fe3c342052c (diff)
downloadautoconf-83d910e14e6cdfc4820a7d89268ac0f6cf499e8b.tar.gz
Update NEWS and TODO
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS32
1 files changed, 16 insertions, 16 deletions
diff --git a/NEWS b/NEWS
index 0c067f74..f22df22e 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,22 @@ autoupdate is now much more powerful, and is able to provide the glue
code which might be needed to move from an old macro to its newer
equivalent.
+** autoheader
+The internal machinery of autoheader has completely changed. As a
+result, using an `acconfig.h' should be considered as obsoleted, and
+you are encouraged to get rid of it using the AH macros.
+
+** Fortran 77 compilers
+Support for automatically determining a Fortran 77 compilers
+name-mangling scheme. New CPP macros F77_FUNC and F77_FUNC_ are
+provided to wrap C/C++ identifiers, thus making it easier and more
+transparent for C/C++ to call Fortran 77 routines, and Fortran 77 to
+call C/C++ routines. See the Texinfo documentation for details.
+
+** Test suite
+The testsuite no longer uses DejaGNU. It should be easy to submit
+test cases in this new frame work.
+
** configure
- --help, --help=long, -hl
no longer dumps useless items.
@@ -140,22 +156,6 @@ equivalent.
- C++ compatibility
Almost every single macros has been revisited in order to support at
best CC=c++.
-
-** Test suite
-The testsuite no longer uses DejaGNU. It should be easy to submit
-test cases in this new frame work.
-
-** Autoheader
-The internal machinery of Autoheader has completely changed. As a
-result, using an `acconfig.h' should be considered as obsoleted, and
-you are encouraged to get rid of it using the AH macros.
-
-** Fortran 77 compilers
-Support for automatically determining a Fortran 77 compilers
-name-mangling scheme. New CPP macros F77_FUNC and F77_FUNC_ are
-provided to wrap C/C++ identifiers, thus making it easier and more
-transparent for C/C++ to call Fortran 77 routines, and Fortran 77 to
-call C/C++ routines. See the Texinfo documentation for details.
Major changes in Autoconf 2.14:
There was no release of GNU Autoconf 2.14.