openbsd-ports/infrastructure/db/config.no-gsed
sthen 1cef5db8b7 As found by dhill, a commonly used autoconf fragment is buggy and only
sets SED (which it later uses in certain checks) if lt_cv_path_SED is not
set. Adjust config.no-gsed to explicitly set SED to avoid this.
Problem most easily seen if using an alternative CC.
Earlier version ok naddy@
2013-04-16 12:09:36 +00:00

9 lines
353 B
Plaintext

# $OpenBSD: config.no-gsed,v 1.3 2013/04/16 12:09:36 sthen Exp $
# included unless textproc/gsed
ac_cv_path_SED=${ac_cv_path_SED=/usr/bin/sed}
ac_cv_prog_SED=${ac_cv_prog_SED=/usr/bin/sed}
lt_cv_path_SED=${lt_cv_path_SED=/usr/bin/sed}
# workaround bug in common autoconf fragment, SED is only set
# if lt_cv_path_SED is not set.
SED=${SED=/usr/bin/sed}