This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch/rebase] Fix build problems in imagehelper


On Jun 21 09:27, Jason Tishler wrote:
> Chuck,
> 
> On Mon, Jun 20, 2011 at 08:06:59PM -0400, Charles Wilson wrote:
> > I've committed all of my changes, ...
> 
> When I run autoreconf, build-aux is created, but it's empty:
> 
> $ autoreconf -fvi
> autoreconf-2.65: Entering directory `.'
> autoreconf-2.65: configure.ac: not using Gettext
> autoreconf-2.65: running: aclocal --force 
> autoreconf-2.65: configure.ac: tracing
> autoreconf-2.65: configure.ac: creating directory build-aux
> autoreconf-2.65: configure.ac: not using Libtool
> autoreconf-2.65: running: /usr/bin/autoconf-2.65 --force
> autoreconf-2.65: configure.ac: not using Autoheader
> autoreconf-2.65: configure.ac: not using Automake
> autoreconf-2.65: Leaving directory `.'
> 
> $ ls build-aux
> $
> 
> Any ideas on how to resolve this issue?

It's part of the repository. It should be sufficent to do this:

  $ rm -rf build-aux
  $ cvs up -d
  $ autoconf		(*)

(*) autoreconf is unnecessary.  No Makefile.am files, no auto headers.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]