70c2f91605
Correct parse_http_date (sponsored by Awite Bioenergie) Non-aggressive cache (sponsored by Awite Bioenergie) Refresh (sponsored by Awite Bioenergie) Support for 16-bit 565 RGB big endian (from dillo via pkgsrc) Fix for 24-bit RGB big endian (from dillo via pkgsrc)
19 lines
389 B
Text
19 lines
389 B
Text
$NetBSD: patch-ab,v 1.6 2003/05/24 19:19:35 wiz Exp $
|
|
|
|
--- configure.orig Sat May 24 21:02:30 2003
|
|
+++ configure
|
|
@@ -801,10 +801,10 @@ fi
|
|
|
|
|
|
|
|
-ACLOCAL="./missing aclocal"
|
|
-AUTOCONF="./missing autoconf"
|
|
-AUTOMAKE="./missing automake"
|
|
-AUTOHEADER="./missing autoheader"
|
|
+ACLOCAL="aclocal"
|
|
+AUTOCONF="autoconf"
|
|
+AUTOMAKE="automake"
|
|
+AUTOHEADER="autoheader"
|
|
image_formats="GIF PNG XBM"
|
|
|
|
|