mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-02 08:27:38 -04:00
7 lines
65 B
Bash
Executable File
7 lines
65 B
Bash
Executable File
#!/bin/bash
|
|
|
|
aclocal -I config
|
|
autoconf
|
|
autoheader
|
|
automake -a
|