summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Heath <doogie@debian.org>2002-05-19 09:54:18 +0000
committerAdam Heath <doogie@debian.org>2002-05-19 09:54:18 +0000
commit9e27dc9074904f4f70eeca8825cd4c89110d4f04 (patch)
tree6f84dff8a85fa78c40f8a5d022f519db2f74c8dd
parentdb07e748d5012f719566584d4efcde888dea0ff7 (diff)
downloaddpkg-9e27dc9074904f4f70eeca8825cd4c89110d4f04.tar.gz
Oops. The command to run is aclocal, not aclocal.m4.
-rw-r--r--ChangeLog4
-rwxr-xr-xdebian/rules2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c9e308919..ad61b71f8 100644
--- 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
diff --git a/debian/rules b/debian/rules
index 18173c924..b08151f78 100755
--- a/debian/rules
+++ b/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