[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: myconfig.h in dist
From: |
Respond To List Only |
Subject: |
Re: myconfig.h in dist |
Date: |
Thu, 08 Aug 2002 09:32:45 -0400 |
Waldemar;
I assume myconfig.h is not your AM_CONFIG_HEADER. You might need to add
myconfig.h to BUILT_SOURCES
BUILT_SOURCES = myconfig.h
This should keep it out of the "make dist", I think. I don't know about
the distcheck -- maybe I should use "make distcheck" more often :(
Allan
Waldemar Rosenbach wrote:
>
> Linux 2.4.18
> GNU Make version 3.79.1
> autoconf (GNU Autoconf) 2.52
> automake (GNU automake) 1.6.3
>
> I have myconfig.h that is generated from myconfig.h.in by configure.
>
> the file myconfig.h is included in the distribution. Why?
> If I run distcheck, then another file myconfig.h is generated in the
> =build directory, but the one in the source directory is used, which is
> the configuration of the distribution builder, not of the distribution user.