Fix undefined NULL pointer arithmetic
[urcu.git] / bootstrap
index 530ec0a04457638230e4153f969c285b95e7454b..c71b862a5632b09cc8fd546a9ce9c208e37465c7 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -4,8 +4,5 @@ set -x
 if [ ! -e config ]; then
        mkdir config
 fi
-aclocal
-libtoolize --force --copy
-automake --add-missing --copy
-autoconf
 
+autoreconf -i
This page took 0.022224 seconds and 4 git commands to generate.