From 86567176db301f682c7cd9280303807c8c9bdf00 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Tue, 19 Oct 2004 22:18:36 +0200
Subject: [PATCH] * .bootstrap: Don't run aclocal and automake.

Rev: src/nettle/.bootstrap:1.3
---
 .bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.bootstrap b/.bootstrap
index 22c27e9e..d85e2e28 100755
--- a/.bootstrap
+++ b/.bootstrap
@@ -1,3 +1,3 @@
 #! /bin/sh
 
-aclocal && autoconf && autoheader && automake -a
+autoconf && autoheader
-- 
GitLab