summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2007-03-02 09:59:32 +0000
committerAlexander Larsson <alexl@redhat.com>2007-03-02 09:59:32 +0000
commit04c16700aa9b559015ccd569604da8ba1d77f89c (patch)
tree4dcbd10f3fbb4cdc9e715f03e9bf590cfb21d016
parente54ef4b65ae0eab72ffe23e18a470072e1719471 (diff)
2007-03-02 Alexander Larsson <alexl@redhat.com>
* Makefile.in: Update configure.ac for autoconf 2.60 Patch from andreas.hanke@gmx-topmail.de
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.in1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3f91a4..5b8a87e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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@