mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
8 lines
94 B
Bash
8 lines
94 B
Bash
|
#!/bin/sh -ex
|
||
|
|
||
|
libtoolize --copy --force
|
||
|
aclocal
|
||
|
autoheader
|
||
|
automake -a -c --foreign
|
||
|
autoconf
|