From 9a556e112a4719458d5251c3c4e787df7a675e60 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 2 Jun 2003 21:59:14 +0000 Subject: [PATCH] run autoconf --- bootstrap | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bootstrap b/bootstrap index 1765d3b5..d1860847 100755 --- a/bootstrap +++ b/bootstrap @@ -104,9 +104,6 @@ sed -e "s%@VERSION@%$VERSION%g" \ -e "s%@APIVERSION@%$APIVERSION%g" \ m4/amversion.in >m4/amversion.m4 -# Run aclocal -$PERL ./aclocal.tmp -I m4 - # Create temporary replacement for automake sed -e "s%@PERL@%$PERL%g" \ -e "s%@VERSION@%$VERSION%g" \ @@ -116,7 +113,9 @@ sed -e "s%@PERL@%$PERL%g" \ -e "s%@SHELL@%$BOOTSTRAP_SHELL%g" \ automake.in >automake.tmp -# Run automake +# Run the autotools. +$PERL ./aclocal.tmp -I m4 +autoconf $PERL ./automake.tmp # Remove temporary files and directories -- 2.43.5