On Thu, 07 Apr 2016 19:09:39 +0200 Mathieu Lirzin <[email protected]> wrote:
> Hello, > > Kei Yamashita <[email protected]> writes: > > > From 15c0f48c3b9c510228a95655e11f95dbca5fbf91 Mon Sep 17 00:00:00 > > 2001 From: Kei Yamashita <[email protected]> > > Date: Thu, 7 Apr 2016 12:53:43 -0400 > > Subject: [PATCH] gnu: Add wmclock. > > > > * gnu/packages/gnustep.scm (wmclock): New variable. > > --- > > > + (build-system gnu-build-system) > > + (arguments > > + `(#:phases > > + (modify-phases %standard-phases > > + (add-after 'unpack 'autoconf > > + (lambda _ (zero? (system* "autoreconf" "-vfi"))))))) > > Does the tarball contains a configure script? If not or if it is not > possible to use it, please provide a commentary to explain why > maintainer tools are required since this is not a expected behavior. > > Thanks, > The tarball requires autoconf to create the configure script. Should I just include that as a comment?
