Pushed.
/Simon
>From b9c1b3ae9d1cb02e7712988570355d4258f1bcb0 Mon Sep 17 00:00:00 2001
From: Simon Josefsson <[EMAIL PROTECTED]>
Date: Fri, 30 May 2008 12:59:52 +0200
Subject: [PATCH] modules/autobuild (configure.ac): Call AB_INIT.
---
ChangeLog | 4 ++++
modules/autobuild | 1 +
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 85f11ce..f50e90f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-05-30 Simon Josefsson <[EMAIL PROTECTED]>
+ * modules/autobuild (configure.ac): Call AB_INIT.
+
+2008-05-30 Simon Josefsson <[EMAIL PROTECTED]>
+
* tests/test-getaddrinfo.c: Don't print debug messages by default.
Suggested by Bruno Haible <[EMAIL PROTECTED]>.
diff --git a/modules/autobuild b/modules/autobuild
index f1856e0..a73be0a 100644
--- a/modules/autobuild
+++ b/modules/autobuild
@@ -7,6 +7,7 @@ m4/autobuild.m4
Depends-on:
configure.ac:
+AB_INIT
Makefile.am:
--
1.5.5.1