Procházet zdrojové kódy

revise now that aclocal is remved from CVS

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@134 f882894a-f735-0410-b71e-b25c423dba1c
Karl DeBisschop před 24 roky
rodič
revize
dbaa9dd823
3 změnil soubory, kde provedl 7 přidání a 2 odebrání
  1. 1 0
      INSTALL
  2. 1 0
      INSTALLING
  3. 5 2
      tools/setup

+ 1 - 0
INSTALL

@@ -4,6 +4,7 @@ Nagios Plugins Quick-and-Dirty Installation Instructions
 0) If using the CVS tree, you need m4, automake, and autoconf. To
 0) If using the CVS tree, you need m4, automake, and autoconf. To
    start out, run:
    start out, run:
 
 
+	# aclocal
 	# autoconf
 	# autoconf
 	# autoheader
 	# autoheader
 	# automake
 	# automake

+ 1 - 0
INSTALLING

@@ -4,6 +4,7 @@ Nagios Plugins Quick-and-Dirty Installation Instructions
 0) If using the CVS tree, you need m4, automake, and autoconf. To
 0) If using the CVS tree, you need m4, automake, and autoconf. To
    start out, run:
    start out, run:
 
 
+	# aclocal
 	# autoconf
 	# autoconf
 	# autoheader
 	# autoheader
 	# automake
 	# automake

+ 5 - 2
tools/setup

@@ -1,5 +1,8 @@
 #! /bin/sh
 #! /bin/sh
-autoconf
-autoheader
+
+aclocal
 automake
 automake
+autoheader
+autoconf
+
 chmod +x debian/rules
 chmod +x debian/rules