bug-automake
[Top][All Lists]
Advanced

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

foo.in excluded from make dist


From: Eric Magnien
Subject: foo.in excluded from make dist
Date: Sun, 17 Jun 2001 00:54:07 +0200

Dear GNU developpers,

When I use this configure.ac:

AC_INIT
AM_INIT_AUTOMAKE(bar,0.0)

AC_CONFIG_FILES([
  subdir/Makefile
  subdir/foo
  Makefile
  foo
])

AC_OUTPUT

the topdir foo.in configuration source file is not included into the Makefile.in
DIST_COMMON macro (it seems that it is hidden by subdir/foo.in)

I'm using automake 1.4g from cvs repository (the problem occurs into my linux
box and also into sgi IRIX 6.2)

Eric




reply via email to

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