diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Makefile.in | 1 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-03-02 Alexander Larsson <alexl@redhat.com> + + * Makefile.in: + Update configure.ac for autoconf 2.60 + Patch from andreas.hanke@gmx-topmail.de + 2006-11-22 Alexander Larsson <alexl@redhat.com> * configure.ac: diff --git a/Makefile.in b/Makefile.in index 748e58f..42e2a2c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,7 @@ PACKAGE = @PACKAGE_TARNAME@ VERSION = @PACKAGE_VERSION@ prefix = @prefix@ +datarootdir = @datarootdir@ datadir = @datadir@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ |