X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=bootstrap;h=59f8438a7cbed484414d9f42e16a9051c9f0e95f;hp=40a807fc3a7d42b456ddc52163749d0e7a9295ce;hb=40ac8d775375bd96b06a5a54cdd9829f60c8ebc4;hpb=53b67960a22175da456e4b6c1c9f846dfe59fba0 diff --git a/bootstrap b/bootstrap index 40a807fc3a..59f8438a7c 100755 --- a/bootstrap +++ b/bootstrap @@ -1,4 +1,5 @@ #!/bin/sh -e +# Run the autotools bootstrap sequence to create the configure script if libtoolize --version >/dev/null 2>&1; then libtoolize="libtoolize" @@ -13,11 +14,10 @@ fi ( set -x aclocal -autoheader ${libtoolize} --automake --copy autoconf autoheader -automake --foreign --add-missing --copy +automake --gnu --add-missing --copy ) # AM_MAINTAINER_MODE requires SVN users provide --enable-maintainer-mode