[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
AC_CONFIG_FILES/AC_CONFIG_COMMANDS lossage
From: |
Thien-Thi Nguyen |
Subject: |
AC_CONFIG_FILES/AC_CONFIG_COMMANDS lossage |
Date: |
Tue, 19 Nov 2002 13:34:00 -0500 |
autoconf 2.56
automake 1.71
configure.in has:
AC_CONFIG_FILES([
a/Makefile
b/c/d/Makefile
])
AC_CONFIG_COMMANDS([b/c/d/Makefile],[
chmod +x b/c/d/foo
])
autoconf complains about redundant b/c/d/Makefile, so i remove it from
AC_CONFIG_FILES. but now file b/c/d/Makefile.in is not created. also,
running configure (vpath build) does not create directory b/c/d, even
though b/c/Makefile.am has "SUBDIRS = d".
the above redundancy was handled w/o incident (silently ignored) by
autoconf 2.53 and automake 1.6.3.
thi
- AC_CONFIG_FILES/AC_CONFIG_COMMANDS lossage,
Thien-Thi Nguyen <=