9
0
Fork 0
This repository has been archived on 2022-06-17. You can view files and clone it, but cannot push or open issues or pull requests.
openggsn/bootstrap

10 lines
90 B
Bash
Executable File

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