mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-25 07:49:18 +00:00
9 lines
167 B
Bash
Executable File
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
|