mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-08 11:53:00 -04:00
Merge remote-tracking branch 'origin/patches-2.0'
Conflicts: configure.ac
This commit is contained in:
commit
6b94ffcec5
@ -44,11 +44,16 @@ dnl the 'host' machine is where the resulting stuff runs.
|
||||
|
||||
dnl Checks for programs.
|
||||
AM_PROG_CC_C_O
|
||||
AC_PROG_SED
|
||||
AC_PROG_INSTALL
|
||||
AC_PROG_LN_S
|
||||
# AC_PROG_MKDIR_P - $(MKDIR_P) should be defined by AM_INIT_AUTOMAKE
|
||||
|
||||
# AC_PROG_SED is only available in Autoconf >= 2.59b; workaround for older
|
||||
# versions
|
||||
ifdef([AC_PROG_SED], [AC_PROG_SED], [
|
||||
AC_CHECK_PROGS(SED, [gsed sed])
|
||||
])
|
||||
|
||||
AC_PROG_GCC_TRADITIONAL
|
||||
|
||||
# We need to test for at least gcc 2.95 here, because older versions don't
|
||||
|
Loading…
x
Reference in New Issue
Block a user