mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
9 lines
123 B
Bash
Executable File
9 lines
123 B
Bash
Executable File
#! /bin/sh
|
|
|
|
set -x
|
|
aclocal -I config
|
|
libtoolize --force --copy
|
|
autoheader
|
|
automake --foreign --add-missing --copy
|
|
autoconf
|