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