mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Add explicit check for EGREP in configure.ac
It is used in lib/Makefile.am and we were relying some autoconf macros
to define it as a side-effect. This is not the case anymore as of
autoconf 2.72.
(cherry picked from commit 31cde72476
)
This commit is contained in:
parent
d15f4fe5ec
commit
2882bed1ab
@ -124,6 +124,9 @@ AC_SUBST([HAVE_WCHAR_T])
|
|||||||
# Needed for Mingw-w64
|
# Needed for Mingw-w64
|
||||||
AC_TYPE_LONG_LONG_INT
|
AC_TYPE_LONG_LONG_INT
|
||||||
|
|
||||||
|
# egrep is used in lib/Makefile.am
|
||||||
|
AC_PROG_EGREP
|
||||||
|
|
||||||
### We need iconv for unicode support (Qt frontend requires it too)
|
### We need iconv for unicode support (Qt frontend requires it too)
|
||||||
LYX_USE_INCLUDED_ICONV
|
LYX_USE_INCLUDED_ICONV
|
||||||
|
|
||||||
|
@ -86,4 +86,4 @@ What's new
|
|||||||
|
|
||||||
* BUILD/INSTALLATION
|
* BUILD/INSTALLATION
|
||||||
|
|
||||||
|
- Fix 'make install' target for autotools builds with autoconf >= 2.72.
|
||||||
|
Loading…
Reference in New Issue
Block a user