Hi Zak,

On Thu, Aug 27, 2009 at 08:42:02PM +0800, Zak B. Elep wrote:
New cdbs package today breaks builds where Autotools are regenerated via DEB_AUTO_UPDATE_* and there is no DEB_ACLOCAL_ARGS declared in debian/rules, and where the source packages do not have an `m4' directory.


/usr/share/cdbs/1/class/autotools-files.mk:49: *** insufficient number of arguments (1) to function `if'. Stop.

The offending line in /usr/share/cdbs/1/class/autotools-files.mk:

DEB_ACLOCAL_ARGS ?= $(if $(wildcard $(DEB_SRCDIR)/m4)),-I m4)

Whoops - looks like a simple typo (one closing paranthesis too many).

Could you try setting the following:

DEB_ACLOCAL_ARGS ?= $(if $(wildcard $(DEB_SRCDIR)/m4),-I m4)


 - Jonas

--
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private

Attachment: signature.asc
Description: Digital signature

Reply via email to