summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cad530a)
raw | patch | inline | side by side (parent: cad530a)
author | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | |
Sun, 9 Feb 2003 18:59:53 +0000 (18:59 +0000) | ||
committer | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | |
Sun, 9 Feb 2003 18:59:53 +0000 (18:59 +0000) |
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
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
tools/setup | patch | blob | history |
diff --git a/tools/setup b/tools/setup
index b0de8f65e0ace0fffcb2242a8910cd7ac51aea98..293aec6c1fc87a7fda7fc29f7eed53fc3f6e03cb 100755 (executable)
--- a/tools/setup
+++ b/tools/setup
#! /bin/sh
aclocal
-automake
-autoheader
autoconf
+autoheader
+automake
if [ -f debian/rules ] ; then
chmod +x debian/rules