From 9e27dc9074904f4f70eeca8825cd4c89110d4f04 Mon Sep 17 00:00:00 2001 From: Adam Heath Date: Sun, 19 May 2002 09:54:18 +0000 Subject: [PATCH] Oops. The command to run is aclocal, not aclocal.m4. --- ChangeLog | 4 ++++ debian/rules | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c9e30891..ad61b71f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun May 19 04:56:51 CDT 2002 Adam Heath + + * debian/rules: Oops. The command to run is aclocal, not aclocal.m4. + Sun May 19 04:45:41 CDT 2002 Adam Heath * configure.in, config.h.bot(removed), acconfig.h(removed): The latest diff --git a/debian/rules b/debian/rules index 18173c92..b08151f7 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 -- 2.39.5