aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2015-05-07 01:24:05 +0200
committerGilles Chehade <gilles@poolp.org>2015-05-07 01:24:05 +0200
commit2c5cb9472a573affcb3d52bfb4bd66d3764a4e27 (patch)
treec62bb8e9ecbe9947e28ca60c7ee03663a7c28f0a /bootstrap
parentRevert "improve libasr detection" (diff)
downloadOpenSMTPD-2c5cb9472a573affcb3d52bfb4bd66d3764a4e27.tar.xz
OpenSMTPD-2c5cb9472a573affcb3d52bfb4bd66d3764a4e27.zip
Revert "make smtpd portable build on openbsd for devel purposes"
This reverts commit 24cafca6ba6e63b4f08c45e7a606aeb101eb3dcf.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 4e31bbbf..b8d8fe5b 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,5 @@
#! /bin/sh
-autoreconf -i
-exit $?
+
# bootstrap: generic bootstrap/autogen.sh script for autotools projects
#
# Copyright (c) 2002-2011 Sam Hocevar <sam@hocevar.net>