mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
Mention AC_PROG_EGREP, AC_PROG_FGREP, and egrep/fgrep portability.
This commit is contained in:
parent
19cb27a1b3
commit
74642676f6
10
NEWS
10
NEWS
@ -20,7 +20,7 @@
|
|||||||
- AC_FUNC_SETVBUF_REVERSED no longer fails when cross-compiling.
|
- AC_FUNC_SETVBUF_REVERSED no longer fails when cross-compiling.
|
||||||
- AC_PROG_CC_STDC is integrated into AC_PROG_CC.
|
- AC_PROG_CC_STDC is integrated into AC_PROG_CC.
|
||||||
- AC_PROG_F77 default search no longer includes cf77 and cfg77.
|
- AC_PROG_F77 default search no longer includes cf77 and cfg77.
|
||||||
- New macros: AC_GNU_SOURCE, AC_TYPE_MBSTATE_T.
|
- New macros: AC_GNU_SOURCE, AC_PROG_EGREP, AC_PROG_FGREP, AC_TYPE_MBSTATE_T.
|
||||||
|
|
||||||
** Bug fixes
|
** Bug fixes
|
||||||
|
|
||||||
@ -34,11 +34,15 @@
|
|||||||
- AC_PATH_PROG
|
- AC_PATH_PROG
|
||||||
Now colon in the optional path arguments are properly handled.
|
Now colon in the optional path arguments are properly handled.
|
||||||
|
|
||||||
** Improved Zsh portability
|
** Improved portability
|
||||||
Both Autoconf the package, and the scripts it produces, should run
|
|
||||||
|
- Both Autoconf the package, and the scripts it produces, should run
|
||||||
more reliably with Zsh. Bear in mind it is the default Bourne shell
|
more reliably with Zsh. Bear in mind it is the default Bourne shell
|
||||||
on Darwin.
|
on Darwin.
|
||||||
|
|
||||||
|
- Autoconf and the scripts it produces no longer assume the existence of
|
||||||
|
the obsolescent commands egrep and fgrep.
|
||||||
|
|
||||||
** Documentation
|
** Documentation
|
||||||
|
|
||||||
- Limitations of Make
|
- Limitations of Make
|
||||||
|
Loading…
Reference in New Issue
Block a user