musl-obstack/bootstrap.sh
Jürgen Buchmüller 466f773fe1 Add AC_CONFIG_HEADERS to configure.ac
In bootstrap.sh also call autoheader to create config.h.in with
the HAVE_... macros to put into config.h when running ./configure.
2020-09-08 12:37:44 +02:00

6 lines
72 B
Bash
Executable file

#!/bin/sh
libtoolize
aclocal
autoheader
autoconf
automake --add-missing