[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/2] build: Move environment scripts to 'build-aux' directory
From: |
Mathieu Lirzin |
Subject: |
Re: [PATCH 2/2] build: Move environment scripts to 'build-aux' directory. |
Date: |
Sun, 03 Apr 2016 21:19:01 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Leo Famulari <address@hidden> writes:
> I'm not very familiar with autotools, but wouldn't it still be possible
> to put the generated 'pre-inst-env' in the top-level, even though
> 'pre-inst-env.in' has moved?
Yes it is possible, and this is precisely what is done in this patch
when using the ':' character in the first argument of AC_CONFIG_FILES
like this:
AC_CONFIG_FILES([pre-inst-env:build-aux/pre-inst-env.in],
[chmod +x pre-inst-env])
--
Mathieu Lirzin
[PATCH 1/2] build: Move included files to subdirectories., Mathieu Lirzin, 2016/04/03