mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-08-06 03:06:59 -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
|