blob: 7cb007066691965e7105981b25eaead43b4ff564 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
 | --- configure.orig	Sat Jul  3 14:18:37 2004
+++ configure	Sat Jul  3 14:18:57 2004
@@ -19272,7 +19272,8 @@
 
 
 # This can be used to rebuild libtool when needed
-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+LIBTOOL_DEPS="%%LIBTOOLFLAGS%% $ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
 
 # Always use our own libtool.
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
 |