diff --git a/configure.org b/configure.org index 010d101..fda3053 100644 --- a/configure.org +++ b/configure.org @@ -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 \