automake
[Top][All Lists]
Advanced

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

Re: Noobie question about doing "src" dirs


From: Stepan Kasal
Subject: Re: Noobie question about doing "src" dirs
Date: Wed, 31 May 2006 21:24:24 +0200
User-agent: Mutt/1.4.2.1i

Hi,

On Wed, May 31, 2006 at 07:21:34PM +0000, Harlan Stenn wrote:
> I prefer:
> 
>  AC_CONFIG_FILES(Makefile)
>  AC_CONFIG_FILES(src/Makefile)
>  AC_OUTPUT


others prefer

AC_CONFIG_FILES([
        Makefile
        src/Makefile
])
AC_OUTPUT

Stepan




reply via email to

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