]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] 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>
Wed, 30 May 2012 08:30:20 +0000 (10:30 +0200)
commite6af35514459fc2d9be800cdb3936daaefd13634
tree18e82ca5ce11b27dae65286ff0da39361f2ab42d
parentc853c205e7e7be5f5f369eb100762b74ddf766a3
[ng] 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.

* lib/am/texibuild.am: Just assume we can have directories whose name
starts with a dot, i.e., that '${am__leading_dot}' expands to '.'.
* 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.
* NG-NEWS: Update.
* t/subobj11a.sh: Just assume $(DEPDIR) expands to '.deps'.

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