From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kay Sievers Date: Wed, 13 Aug 2008 10:03:05 +0000 Subject: Re: [PATCH] build-sys: remove non-POSIX variable names Message-Id: <1218621785.2426.14.camel@lgn.site> List-Id: References: <1218578507-28586-3-git-send-email-kzak@redhat.com> In-Reply-To: <1218578507-28586-3-git-send-email-kzak@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Wed, 2008-08-13 at 00:01 +0200, Karel Zak wrote: > Makefile.am:24: shell echo $$(( $(VERSION: non-POSIX variable name > Makefile.am:24: (probably a GNU make extension) > Makefile.am:26: shell echo $$(($(VERSION: non-POSIX variable name > Makefile.am:26: (probably a GNU make extension) > Makefile.am:29: shell echo $$(($(VERSION: non-POSIX variable name > Makefile.am:29: (probably a GNU make extension) Ah, I "fixed" it by removing -Wall from AM_INIT_AUTOMAKE. :) Applied. Thanks, Kay