blob: 7489471152681e5ea65f8341118f0e13f06491b2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- configure.orig Tue Jan 21 17:47:43 2003
+++ configure Sun Jan 26 21:20:16 2003
@@ -1559,10 +1559,12 @@
# The aliases save the names the user supplied, while $host etc.
# will get canonicalized.
+if false; then
test -n "$target_alias" &&
test "$program_prefix$program_suffix$program_transform_name" = \
NONENONEs,x,x, &&
program_prefix=${target_alias}-
+fi
OPENEXR_MAJOR_VERSION=1
OPENEXR_MINOR_VERSION=0
@@ -8302,6 +8304,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+#$ac_aux_dir/ltconfig $LIBTOOL_DEPS
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|