summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-12-14 09:50:27 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-12-14 09:50:27 +0100
commit33263a0fec525a7dfb0b0b0c0c21bb9d35b1d12f (patch)
treebe91137e7529d1b320b31caeee9db9cd6c09ff52 /configure.ac
parentc1d820e6fe73ae727fedf4908249801922de5750 (diff)
parent4c550df0e1c78141a807d7b5303c57fa7fc04c7a (diff)
downloadautomake-33263a0fec525a7dfb0b0b0c0c21bb9d35b1d12f.tar.gz
Merge branch 'improve-release-process' into maint
* improve-release-process: HACKING: update instructions to update the manuals at www.gnu.org maint: add an explicative comment in Makefile maint: factor out the name of the dir where web manuals are generated maint: rename rules to build/upload web manuals cosmetic: minor variable and rules reordering in Makefile.am docs: build the web manuals for CVS in the builddir, not in the srcdir release: automate uploading of web manuals in CVS docs: AM_CFLAGS: remove reference to non-existing "more detailed" desc tests: avoid two spurious failures on FreeBSD
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7f126c4aa..5582a5161 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,6 +70,8 @@ AC_SUBST([system_acdir], ["\${datadir}/aclocal"])
ACLOCAL="\"`pwd`/t/wrap/aclocal-$APIVERSION\""
AUTOMAKE="\"`pwd`/t/wrap/automake-$APIVERSION\""
+AC_PROG_LN_S
+
AC_PATH_PROG([PERL], [perl])
if test -z "$PERL"; then
AC_MSG_ERROR([perl not found])