fruitjam-doom/autogen.sh
Jan Engelhardt f5396cf3c7 build: do not create an INSTALL file
If the general-instruction INSTALL file is not desired, just specify so
in AUTOMAKE_OPTIONS rather than fiddling with it in autogen.sh.
2013-12-10 17:02:59 +01:00

11 lines
99 B
Bash
Executable file

#!/bin/sh
mkdir -p autotools
aclocal
autoheader
automake -ac
autoconf
automake
./configure "$@"