]> err.no Git - dpkg/commitdiff
Oops. The command to run is aclocal, not aclocal.m4.
authorAdam Heath <doogie@debian.org>
Sun, 19 May 2002 09:54:18 +0000 (09:54 +0000)
committerAdam Heath <doogie@debian.org>
Sun, 19 May 2002 09:54:18 +0000 (09:54 +0000)
ChangeLog
debian/rules

index c9e308919f127b9245aa43cc48fa74bebd222654..ad61b71f844c53b2c994ef3d353129ec3e2c3a6c 100644 (file)
--- a/ChangeLog
+++ b/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
index 18173c924d75ef28ff7f8e1e5c1d2afac1891b0e..b08151f78b85bdcd3f243f4fc512f10e53eac6f4 100755 (executable)
@@ -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