mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-14 01:26:56 -04:00
11 lines
162 B
Bash
11 lines
162 B
Bash
#!/bin/sh
|
|
#
|
|
# Id: autogen.sh 815 2014-09-12 07:47:27Z des
|
|
#
|
|
|
|
aclocal -I m4
|
|
libtoolize --copy --force
|
|
autoheader
|
|
automake --add-missing --copy --foreign
|
|
autoconf
|