Code

Reordered program calls so autoheader was called before automake thus
authorJeremy T. Bouse <undrgrid@users.sourceforge.net>
Sun, 9 Feb 2003 18:59:53 +0000 (18:59 +0000)
committerJeremy 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

tools/setup

index b0de8f65e0ace0fffcb2242a8910cd7ac51aea98..293aec6c1fc87a7fda7fc29f7eed53fc3f6e03cb 100755 (executable)
@@ -1,9 +1,9 @@
 #! /bin/sh
 
 aclocal
-automake
-autoheader
 autoconf
+autoheader
+automake
 
 if [ -f debian/rules ] ; then
   chmod +x debian/rules