4b5f8caf19
import.
11 lines
152 B
Bash
11 lines
152 B
Bash
#!/bin/sh
|
|
#
|
|
# $P4: //depot/projects/trustedbsd/openbsm/autogen.sh#1 $
|
|
#
|
|
|
|
libtoolize --copy --force
|
|
aclocal
|
|
autoheader
|
|
automake -a -c --foreign
|
|
autoconf
|