sparc64: allocate membarrier system call number
[urcu.git] / bootstrap
old mode 100644 (file)
new mode 100755 (executable)
index c507425..2bec371
--- a/bootstrap
+++ b/bootstrap
@@ -1,12 +1,8 @@
-#! /bin/sh
+#!/bin/sh
 
 set -x
-if [ ! -e config ]; then
+if [ ! -d "config" ]; then
        mkdir config
 fi
-aclocal
-libtoolize --force --copy
-autoheader
-automake --add-missing --copy
-autoconf
 
+autoreconf -vi
This page took 0.022571 seconds and 4 git commands to generate.