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