All of lore.kernel.org
 help / color / mirror / Atom feed
From: Petr Vorel <pvorel@suse.cz>
To: linux-integrity@vger.kernel.org
Cc: Petr Vorel <pvorel@suse.cz>,
	Mimi Zohar <zohar@linux.vnet.ibm.com>,
	Vitaly Chikunov <vt@altlinux.org>,
	"Bruno E . O . Meneguele" <bmeneg@redhat.com>
Subject: [PATCH ima-evm-utils 7/9] autogen.sh: Cleanup
Date: Thu, 13 Aug 2020 20:25:30 +0200	[thread overview]
Message-ID: <20200813182532.6931-8-pvorel@suse.cz> (raw)
In-Reply-To: <20200813182532.6931-1-pvorel@suse.cz>

m4 directory exists, force parameter is not needed.
Remove commented out "old way".

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 autogen.sh | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index d01bb43..902f2bc 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,16 +1,4 @@
 #! /bin/sh
-
 set -e
 
-# new way
-# strange, but need this for Makefile.am, because it has -I m4
-test -d m4 || mkdir m4
-autoreconf -f -i
-
-# old way
-#libtoolize --automake --copy --force
-#aclocal
-#autoconf --force
-#autoheader --force
-#automake --add-missing --copy --force-missing --gnu
-
+autoreconf -i
-- 
2.28.0


  parent reply	other threads:[~2020-08-13 18:25 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-13 18:25 [PATCH ima-evm-utils 0/9] Docker based Travis CI builds Petr Vorel
2020-08-13 18:25 ` [PATCH ima-evm-utils 1/9] configure: Fix tss2-esys check Petr Vorel
2020-08-13 18:25 ` [PATCH ima-evm-utils 2/9] man: Fix xmlcatalog path detection Petr Vorel
2020-08-13 18:25 ` [PATCH ima-evm-utils 3/9] man: Generate doc targets only when XSL found Petr Vorel
2020-08-13 18:25 ` [PATCH ima-evm-utils 4/9] install-swtpm.sh: Ignore certificate for download Petr Vorel
2020-08-13 18:25 ` [PATCH ima-evm-utils 5/9] install-swtpm.sh: Update ibmtpm to version 1637 Petr Vorel
2020-08-13 18:25 ` [PATCH ima-evm-utils 6/9] Remove install-tpm2-tss.sh Petr Vorel
2020-08-13 18:25 ` Petr Vorel [this message]
2020-08-13 18:25 ` [PATCH ima-evm-utils 8/9] tests: Require cmp Petr Vorel
2020-08-13 18:25 ` [PATCH ima-evm-utils 9/9] travis: Switch to docker based builds Petr Vorel
2020-08-16 18:52   ` Mimi Zohar
2020-08-17  8:04   ` Petr Vorel
2020-08-17 18:38     ` Bruno Meneguele
2020-08-17 19:56       ` Petr Vorel
2020-08-17 18:39 ` [PATCH ima-evm-utils 0/9] Docker based Travis CI builds Bruno Meneguele
2020-08-18 21:54 ` Mimi Zohar
2020-08-19  5:14   ` Petr Vorel
2020-08-19 14:37     ` Mimi Zohar
2020-08-19 17:19       ` George Wilson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200813182532.6931-8-pvorel@suse.cz \
    --to=pvorel@suse.cz \
    --cc=bmeneg@redhat.com \
    --cc=linux-integrity@vger.kernel.org \
    --cc=vt@altlinux.org \
    --cc=zohar@linux.vnet.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.