1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-08-14 16:58:38 +02:00
qmckl/autogen.sh

7 lines
85 B
Bash
Raw Normal View History

2021-05-07 12:47:56 +02:00
#!/bin/bash
2021-05-09 01:27:07 +02:00
autoreconf --install
2021-05-09 02:12:38 +02:00
automake --add-missing --copy &> /dev/null
exit 0
2021-05-07 12:47:56 +02:00