From 06fceb3f39a5eac9c8ae1ed9bb3f1cb957074a94 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sat, 29 Apr 2006 07:53:40 +0000 Subject: [PATCH] * builds/unix/unix-def.in (datarootdir): Define, for autoconf 2.59c and forthcoming versions. --- ChangeLog | 4 ++++ builds/unix/unix-def.in | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index bfb902cc3..67ea1765d 100644 --- 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 * src/lzw/ftlzw.c, src/lzw/zopen.c, src/lzw/zopen.h: Removed, diff --git a/builds/unix/unix-def.in b/builds/unix/unix-def.in index 9a23b1cd0..1241db665 100644 --- a/builds/unix/unix-def.in +++ b/builds/unix/unix-def.in @@ -51,6 +51,7 @@ exec_prefix := @exec_prefix@ libdir := @libdir@ bindir := @bindir@ includedir := @includedir@ +datarootdir := @datarootdir@ datadir := @datadir@ version_info := @version_info@