mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-04-06 01:45:54 +01: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
|