From e8886393147a9ca827515796bc1471fb28cc562a Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Sun, 9 Feb 2003 18:59:53 +0000 Subject: Reordered program calls so autoheader was called before automake thus getting rid of errors for header files not being present when automake was called. Also puts it inline with documentation in INSTALL & INSTALLING git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@303 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/tools/setup b/tools/setup index b0de8f6..293aec6 100755 --- a/tools/setup +++ b/tools/setup @@ -1,9 +1,9 @@ #! /bin/sh aclocal -automake -autoheader autoconf +autoheader +automake if [ -f debian/rules ] ; then chmod +x debian/rules -- cgit v0.10-9-g596f