]> granicus.if.org Git - strace/blobdiff - build_static_example.sh
Introduce generic STRINGIFY and STRINGIFY_VAL macros
[strace] / build_static_example.sh
index 5c0e5fab5d7c80a73144b5f291ccd30b27a14263..31ee264f89ddc7fca65577d1b3ed8a709d3f4c72 100755 (executable)
@@ -24,6 +24,6 @@ export CFLAGS="-Os\
  -Wl,-Map=strace.mapfile\
 "
 
-autoreconf -i -f
+./bootstrap
 ./configure $BUILDFLAG #--enable-maintainer-mode
 make CC="$CC" CFLAGS="$CFLAGS"