From: Pierre-Marc Fournier Date: Tue, 27 Apr 2010 18:50:30 +0000 (-0400) Subject: fix bootstrapping X-Git-Tag: v0.5~28 X-Git-Url: https://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=693515ee4b1b3fcf3fe02c8b501ef143d8293500 fix bootstrapping --- 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