From b215047988241418ccbcaa41c07366ea637678c7 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 3 Apr 2004 05:26:15 +0000 Subject: Use automake config header feature --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 019a160f..c9042454 100755 --- a/bootstrap +++ b/bootstrap @@ -1,2 +1,2 @@ #! /bin/sh -aclocal && automake --copy --add-missing && autoconf +aclocal && autoheader && automake --copy --add-missing && autoconf -- cgit