From be7715fcd15dbee6af5562f594150e36192d644f Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 29 Dec 2001 04:56:21 +0000 Subject: [PATCH] Updated to include autoheader. --- docs-mini/README.autoconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-mini/README.autoconf b/docs-mini/README.autoconf index ba22f3478..1a00b3818 100644 --- a/docs-mini/README.autoconf +++ b/docs-mini/README.autoconf @@ -14,7 +14,7 @@ you can fetch them from the locations listed below: After making a change to configure.in you will need to run: - aclocal ; automake -a ; autoconf + aclocal ; autoheader ; automake -a ; autoconf Then follow the regular build procedure: -- 2.39.5