From 693515ee4b1b3fcf3fe02c8b501ef143d8293500 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Tue, 27 Apr 2010 14:50:30 -0400 Subject: [PATCH] fix bootstrapping --- Makefile.am | 2 +- bootstrap | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Makefile.am b/Makefile.am index f7952c6..5a7c03b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I config # The order here is tricky. SUBDIRS applies both to compilation and # installation. Programs depending on the libs must be built after diff --git a/bootstrap b/bootstrap index 45d79b9..c71b862 100755 --- a/bootstrap +++ b/bootstrap @@ -5,8 +5,4 @@ if [ ! -e config ]; then mkdir config fi -if [ ! -e m4 ]; then - mkdir m4 -fi - -autoreconf +autoreconf -i -- 2.34.1