mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-19 20:42:50 +01:00
6 lines
71 B
Bash
6 lines
71 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
automake --add-missing --copy 2> /dev/null
|
||
|
autoreconf -i
|
||
|
|