mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
configure --help indentation typo fixed
This commit is contained in:
parent
b77241c5b8
commit
0ba577eb78
@ -1,3 +1,8 @@
|
||||
1999-01-12 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
|
||||
|
||||
* configure.in (ltdl-install): Fixed up the indentation so that
|
||||
`configure --help' is pretty again.
|
||||
|
||||
1999-01-11 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||
|
||||
* ltmain.in, NEWS, doc/libtool.texi: Added support for -R flag
|
||||
|
@ -9,7 +9,7 @@ aclocaldir='${datadir}/aclocal'
|
||||
AC_SUBST(aclocaldir)
|
||||
|
||||
AC_ARG_ENABLE(ltdl-install,
|
||||
[--enable-ltdl-install install libltdl])
|
||||
[ --enable-ltdl-install install libltdl])
|
||||
AM_CONDITIONAL(INSTALL_LTDL, test x$enable_ltdl_install = xyes)
|
||||
if test x$enable_ltdl_install = xyes; then
|
||||
BUILD_LTDL=libltdl
|
||||
|
Loading…
Reference in New Issue
Block a user