mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 01:30:47 -04:00
10 lines
143 B
Bash
Executable file
10 lines
143 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# $Id: autogen.sh 396 2007-10-24 09:58:18Z des $
|
|
#
|
|
|
|
aclocal
|
|
libtoolize --copy --force
|
|
autoheader
|
|
automake -a -c --foreign
|
|
autoconf
|