mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
b6a05070fa
MFC after: 2 weeks Relnotes: yes
8 lines
90 B
Bash
8 lines
90 B
Bash
#!/bin/sh
|
|
|
|
libtoolize --copy --force
|
|
aclocal
|
|
autoheader
|
|
automake -a -c --foreign
|
|
autoconf
|