1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-19 01:13:50 +02:00
qmckl/autogen.sh

8 lines
174 B
Bash
Raw Normal View History

2021-05-12 02:25:23 +02:00
#!/bin/bash
./tools/build_makefile.sh
autoreconf -i
echo "To configure in maintainer mode, use:
$ QMCKL_DEVEL=1 ./configure --enable-silent-rules --enable-maintainer-mode
"