From: Adam Heath Date: Sun, 19 May 2002 09:54:18 +0000 (+0000) Subject: Oops. The command to run is aclocal, not aclocal.m4. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e27dc9074904f4f70eeca8825cd4c89110d4f04;p=dpkg Oops. The command to run is aclocal, not aclocal.m4. --- 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