1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-18 17:03:43 +02:00

Went through configure. Everything looks OK. Fixed a few typos. #13

This commit is contained in:
vijay gopal chilkuri 2021-04-29 11:48:27 +05:30
parent afed24ff40
commit e461622868

View File

@ -1,6 +1,6 @@
#+TITLE: QMCkl configuration
This files contains al the information to generate the files required
This files contains all the information to generate the files required
by Autotools to build the =configure= script for the library.
* Scripts analyzing source code
@ -44,7 +44,6 @@ git log --oneline | head -1
#+NAME: headers
#+BEGIN_SRC sh :tangle no
#grep --regexp="\#include\\s+<.*>" --no-filename src/*.org \
grep --regexp="\#include\\s*<.*>" --no-filename src/*.org \
| sort \
| uniq \