mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
8 lines
123 B
Bash
Executable file
8 lines
123 B
Bash
Executable file
#! /bin/sh
|
|
|
|
set -x
|
|
aclocal -I config
|
|
libtoolize --force --copy
|
|
autoheader
|
|
automake --foreign --add-missing --copy
|
|
autoconf
|