From e4616228687fd71995487daf3df3407af085fc67 Mon Sep 17 00:00:00 2001 From: vijay gopal chilkuri Date: Thu, 29 Apr 2021 11:48:27 +0530 Subject: [PATCH] Went through configure. Everything looks OK. Fixed a few typos. #13 --- configure.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 \