]> git.ipfire.org Git - thirdparty/automake.git/commit
general: assume dot-starting file names are supported
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 30 May 2012 07:25:59 +0000 (09:25 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 28 Dec 2012 20:54:05 +0000 (21:54 +0100)
commitff0c7f834207d83cb8a717a6b0250ad794c93e11
tree52a47813215cba8f7a5aef4e3722dc86c6877daa
parentad08bbfa4f9949e7e7987d280779f3edc0e0a2cb
general: assume dot-starting file names are supported

Now that we've dropped support for DJGPP, Windows 95/98/ME
and MS-DOS, that should always the case.

This change is basically a backport of Automake-NG commit
'v1.12-342-ge6af355'.

* lib/am/texibuild.am: Just assume we can have directories whose
name starts with a dot, i.e., that '${am__leading_dot}' expands
to '.'.
* automake.in (require_build_directory): Likewise.
* m4/depend.m4 (AM_SET_DEPDIR): Likewise.  Now $(DEPDIR) will
be set unconditionally to '.deps'.
* m4/init.m4 (AM_INIT_AUTOMAKE): Don't AC_REQUIRE the m4 macro
'AM_SET_LEADING_DOT' anymore.
* m4/lead-dot.m4: Delete.
* Makefile.am (dist_automake_ac_DATA): Remove it.
* t/subobj11a.sh: Just assume $(DEPDIR) expands to '.deps'.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Makefile.am
automake.in
lib/am/texibuild.am
m4/depend.m4
m4/init.m4
m4/lead-dot.m4 [deleted file]
t/subobj11a.sh