osmo-ggsn/bootstrap

10 lines
90 B
Bash
Executable File

#! /bin/sh
aclocal
autoheader
touch config.h.in
automake
autoconf
./configure
make clean