first: setup
setting up repo.
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
# Generate the autotools build system and configure an in-tree build.
|
||||
set -e
|
||||
|
||||
autoreconf -fi
|
||||
./configure "$@"
|
||||
Reference in New Issue
Block a user