[Mp4h-devel]CVS: mp4h/libltdl configure,1.1,1.2
Brought to you by:
barbier
|
From: Denis B. <ba...@us...> - 2002-03-02 22:10:45
|
Update of /cvsroot/mp4h/mp4h/libltdl
In directory usw-pr-cvs1:/tmp/cvs-serv6642/libltdl
Modified Files:
configure
Log Message:
*) Run autoconf in libltdl/ subdirectory (02-Mar-2002):
The toplevel configure script could fail due to autoconf
version mismatch.
[Guido Draheim <<gui...@gm...>]
Index: configure
===================================================================
RCS file: /cvsroot/mp4h/mp4h/libltdl/configure,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- configure 13 Aug 2001 23:47:52 -0000 1.1
+++ configure 2 Mar 2002 22:10:41 -0000 1.2
@@ -1,30 +1,12 @@
#! /bin/sh
-
# Guess values for system-dependent variables and create Makefiles.
-# Generated automatically using autoconf version 2.13
-# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
+# Generated by Autoconf 2.52.
#
+# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
+# Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
[...8465 lines suppressed...]
+# configure is writing to config.log, and then calls config.status.
+# config.status does its own redirection, appending to config.log.
+# Unfortunately, on DOS this fails, as config.log is still kept open
+# by configure, so config.status won't be able to write to it; its
+# output is simply discarded. So we exec the FD to /dev/null,
+# effectively closing config.log, so it can be properly (re)opened and
+# appended to by config.status. When coming back to configure, we
+# need to make the FD available again.
+if test "$no_create" != yes; then
+ ac_cs_success=:
+ exec 5>/dev/null
+ $SHELL $CONFIG_STATUS || ac_cs_success=false
+ exec 5>>config.log
+ # Use ||, not &&, to avoid exiting from the if with $? = 1, which
+ # would make configure fail if this is the last instruction.
+ $ac_cs_success || { (exit 1); exit 1; }
+fi
# Local Variables:
# mode:shell-script
|