bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

distcheck fails with a AC_CONFIG_AUX_DIR in EXTRA_DIST


From: Andrew Suffield
Subject: distcheck fails with a AC_CONFIG_AUX_DIR in EXTRA_DIST
Date: Fri, 18 Apr 2003 20:49:20 +0100
User-agent: Mutt/1.5.4i

Given this structure:

./Makefile.am
./configure.ac
./foo/

and:

-- Makefile.am -----------
AUTOMAKE_OPTIONS = foreign
EXTRA_DIST = foo
--------------------------

-- configure.ac ----------
AC_INIT(foo, 1.0)
AM_INIT_AUTOMAKE
AC_CONFIG_AUX_DIR(foo)
AC_CONFIG_FILES(Makefile)
AC_OUTPUT
--------------------------

distcheck will fail while trying to run dist-gzip, complaining that it
can't put the relevant files into foo/. If this is an unsupported
arrangement, automake itself should probably barf on seeing the aux
dir in EXTRA_DIST.

-- 
  .''`.  ** Debian GNU/Linux ** | Andrew Suffield
 : :' :  http://www.debian.org/ | Dept. of Computing,
 `. `'                          | Imperial College,
   `-             -><-          | London, UK

Attachment: pgpw_1_9qBl2P.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]