mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
11 lines
164 B
Bash
Executable File
11 lines
164 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $Id: autogen.sh 815 2014-09-12 07:47:27Z des $
|
|
#
|
|
|
|
aclocal -I m4
|
|
libtoolize --copy --force
|
|
autoheader
|
|
automake --add-missing --copy --foreign
|
|
autoconf
|