mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
7 lines
94 B
Bash
Executable file
7 lines
94 B
Bash
Executable file
#!/bin/sh -ex
|
|
|
|
libtoolize --copy --force
|
|
aclocal
|
|
autoheader
|
|
automake -a -c --foreign
|
|
autoconf
|