Преглед на файлове

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

Jeremy T. Bouse преди 23 години
родител
ревизия
e888639314
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      tools/setup

+ 2 - 2
tools/setup

@@ -1,9 +1,9 @@
 #! /bin/sh
 
 aclocal
-automake
-autoheader
 autoconf
+autoheader
+automake
 
 if [ -f debian/rules ] ; then
   chmod +x debian/rules