[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Typo in the documentation?
From: |
Akim Demaille |
Subject: |
Typo in the documentation? |
Date: |
Fri, 28 Nov 2008 15:02:26 +0100 |
The doc reads:
This macro also sets the shell variable LIBTOOL_DEPS, that you can
use to automatically update the libtool script if it becomes
out-of-date. In order to do that, add to your `configure.ac':
LT_INIT
AC_SUBST([LIBTOOL_DEPS])
and, to `Makefile.in' or `Makefile.am':
LIBTOOL_DEPS = @LIBTOOL_DEPS@
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
Do you really mean --recheck? In that case there is no reason for
config.status to recreate libtool, unless I missing something. Don't
you mean "./config.status libtool"?
- Typo in the documentation?,
Akim Demaille <=