ref: 06fceb3f39a5eac9c8ae1ed9bb3f1cb957074a94
parent: 8fe6539026cf87a8bcf9a23d54cd9d48176bc880
author: Werner Lemberg <[email protected]>
date: Sat Apr 29 03:53:40 EDT 2006
* builds/unix/unix-def.in (datarootdir): Define, for autoconf 2.59c and forthcoming versions.
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,10 @@
* src/gzip/zutil.h [MSDOS && !(__TURBOC__ || __BORLANDC__)]: Don't
include malloc.h.
+
+ * builds/unix/unix-def.in (datarootdir): Define, for autoconf 2.59c
+ and forthcoming versions.
+
2006-04-28 Werner Lemberg <[email protected]>
* src/lzw/ftlzw.c, src/lzw/zopen.c, src/lzw/zopen.h: Removed,
--- a/builds/unix/unix-def.in
+++ b/builds/unix/unix-def.in
@@ -51,6 +51,7 @@
libdir := @libdir@
bindir := @bindir@
includedir := @includedir@
+datarootdir := @datarootdir@
datadir := @datadir@
version_info := @version_info@