mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
11 lines
149 B
Bash
Executable File
11 lines
149 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $Id: autogen.sh 709 2013-08-18 14:47:20Z des $
|
|
#
|
|
|
|
aclocal -I m4
|
|
libtoolize --copy --force
|
|
autoheader
|
|
automake -a -c --foreign
|
|
autoconf
|