1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-25 07:49:18 +00:00
freebsd/autogen.sh
2008-11-24 11:16:19 -08:00

9 lines
167 B
Bash
Executable File

#!/bin/sh
aclocal -I config &&
libtoolize --automake --copy
autoheader &&
automake --add-missing --include-deps 2>/dev/null
autoconf
rm -rf autom4te.cache aclocal.m4