blob: e4e3bd9ad18b06b6df7002fc1a8c42098204ad8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
$OpenBSD$
Index: configure.ac
--- configure.ac.orig
+++ configure.ac
@@ -65,6 +65,8 @@ AC_SYS_LARGEFILE
# Check for common libc routines redefined by os.h
AC_CHECK_FUNCS([strlcpy strlcat strndup], [], [])
+AC_C_TYPEOF
+
# Platform specific settings
case $host_os in
*linux*)
@@ -877,7 +879,7 @@ AC_OUTPUT
echo ""
echo ""
-test -e `pwd $0`/README && cat `pwd $0`/README
+test -e `pwd`/README && cat `pwd`/README
accel_msg=""
if test "x$SNA" != "xno"; then
|