mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2024-11-10 00:45:36 +00:00
6 lines
80 B
Bash
Executable File
6 lines
80 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
rm -rf .buildutils
|
|
mkdir -p .buildutils/m4
|
|
autoreconf -fvi
|