mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 17:44:17 +01: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
|