Fix: only define membarrier system call on Linux
[urcu.git] / bootstrap
old mode 100644 (file)
new mode 100755 (executable)
index c507425..c71b862
--- a/bootstrap
+++ b/bootstrap
@@ -4,9 +4,5 @@ set -x
 if [ ! -e config ]; then
        mkdir config
 fi
-aclocal
-libtoolize --force --copy
-autoheader
-automake --add-missing --copy
-autoconf
 
+autoreconf -i
This page took 0.022806 seconds and 4 git commands to generate.