mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
8 lines
94 B
Bash
Executable File
8 lines
94 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
libtoolize --copy --force
|
|
aclocal
|
|
autoheader
|
|
automake -a -c --foreign
|
|
autoconf
|