Fix: uatomic arm32: add missing release barrier before uatomic_xchg
[urcu.git] / bootstrap
index 530ec0a04457638230e4153f969c285b95e7454b..2bec3713512d2c4fab2371a3a66a5367bcb18c4a 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,11 +1,8 @@
-#! /bin/sh
+#!/bin/sh
 
 set -x
 
 set -x
-if [ ! -e config ]; then
+if [ ! -d "config" ]; then
        mkdir config
 fi
        mkdir config
 fi
-aclocal
-libtoolize --force --copy
-automake --add-missing --copy
-autoconf
 
 
+autoreconf -vi
This page took 0.022461 seconds and 4 git commands to generate.