]> git.ipfire.org Git - thirdparty/autoconf.git/commit
build: fix unneeded workaround for AC_CONFIG_LINKS old bud
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 16 Nov 2012 10:27:55 +0000 (11:27 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 16 Nov 2012 10:27:55 +0000 (11:27 +0100)
commit54bce5436802b27de84b184ecc86bdde7c8e1403
treedf7d87c6f3d210a0bd6b1a07d1c817ce655680ee
parent7b32e415ffb6665908ddbb99e2e8ce42e4dab483
build: fix unneeded workaround for AC_CONFIG_LINKS old bud

* configure.ac: The Automake NEWS entry for version 1.11 states that

    For AC_CONFIG_LINKS, if source and destination are equal, do
    not remove the file in a non-VPATH build.  Such setups work
    with Autoconf 2.62 or newer.

Since our build system requires autoconf >= 2.62 and automake >= 1.11
already, we can get rid of the workaround for that long-fixed bug.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
configure.ac