mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
build: Workaround for AC_PROG_SED not existing.
This didn't exist on ancient autoconf in RHEL 5.
This commit is contained in:
@@ -69,7 +69,13 @@ gl_INIT
|
||||
|
||||
AC_PROG_LIBTOOL
|
||||
|
||||
AC_PROG_SED
|
||||
# Define $(SED).
|
||||
m4_ifdef([AC_PROG_SED],[
|
||||
AC_PROG_SED
|
||||
],[
|
||||
dnl ... else hope for the best
|
||||
AC_SUBST([SED], "sed")
|
||||
])
|
||||
|
||||
dnl Check for basic C environment.
|
||||
AC_PROG_CC_STDC
|
||||
|
||||
Reference in New Issue
Block a user