mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04:00
10 lines
169 B
Bash
Executable file
10 lines
169 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# $OpenPAM: autogen.sh 938 2017-04-30 21:34:42Z des $
|
|
#
|
|
|
|
libtoolize --copy --force
|
|
aclocal -I m4
|
|
autoheader
|
|
automake --add-missing --copy --foreign
|
|
autoconf
|