Explorar el Código

Oops. The command to run is aclocal, not aclocal.m4.

Adam Heath hace 24 años
padre
commit
9e27dc9074
Se han modificado 2 ficheros con 5 adiciones y 1 borrados
  1. 4 0
      ChangeLog
  2. 1 1
      debian/rules

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+Sun May 19 04:56:51 CDT 2002 Adam Heath <doogie@debian.org>
+
+  * debian/rules:  Oops.  The command to run is aclocal, not aclocal.m4.
+
 Sun May 19 04:45:41 CDT 2002 Adam Heath <doogie@debian.org>
 
   * configure.in, config.h.bot(removed), acconfig.h(removed):  The latest

+ 1 - 1
debian/rules

@@ -26,7 +26,7 @@ endif
 BUILD-DIRS	:= $(BUILD) $(BUILD)-static
 
 aclocal.m4: $(wildcard automake/*.m4)
-	aclocal.m4 -I automake
+	aclocal -I automake
 
 configure: configure.in aclocal.m4
 	autoconf