[PD-cvs] externals/zexy/src configure,1.1,1.2

carmen rocco ix9 at users.sourceforge.net
Thu Jul 22 11:26:28 CEST 2004


Update of /cvsroot/pure-data/externals/zexy/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8434/src

Modified Files:
	configure 
Log Message:
WinNT added to ./configure


Index: configure
===================================================================
RCS file: /cvsroot/pure-data/externals/zexy/src/configure,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** configure	21 Jul 2004 15:58:16 -0000	1.1
--- configure	22 Jul 2004 09:26:26 -0000	1.2
***************
*** 1,29 ****
  #! /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.
  #
  # This configure script is free software; the Free Software Foundation
  # gives unlimited permission to copy, distribute and modify it.
  
! # Defaults:
[...6196 lines suppressed...]
! # 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=:
!   ac_config_status_args=
!   test "$silent" = yes &&
!     ac_config_status_args="$ac_config_status_args --quiet"
!   exec 5>/dev/null
!   $SHELL $CONFIG_STATUS $ac_config_status_args || 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
  
  





More information about the Pd-cvs mailing list