Codebase list gpart / upstream/2.1 autogen.sh
upstream/2.1

Tree @upstream/2.1 (Download .tar.gz)

autogen.sh @upstream/2.1raw · history · blame

1
2
3
4
5
6
7
#!/bin/sh
set -e
aclocal
autoconf
autoheader
automake --add-missing
./configure