scsh-checkins
[Top] [All Lists]

[Scsh-checkins] CVS: scsh configure,1.20,1.21 configure.in,1.22,1.23

To: scsh-checkins@lists.sourceforge.net
Subject: [Scsh-checkins] CVS: scsh configure,1.20,1.21 configure.in,1.22,1.23
From: "Brian D. Carlstrom" <bdc@users.sourceforge.net>
Date: Sun, 25 Feb 2001 13:44:25 -0800
List-id: <scsh-checkins.lists.sourceforge.net>
Sender: scsh-checkins-admin@lists.sourceforge.net
Update of /cvsroot/scsh/scsh
In directory usw-pr-cvs1:/tmp/cvs-serv8043

Modified Files:
        configure configure.in 
Log Message:
Now that things are building on unix, working on cygwin again

Index: configure
===================================================================
RCS file: /cvsroot/scsh/scsh/configure,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** configure   2001/02/25 21:07:49     1.20
--- configure   2001/02/25 21:44:23     1.21
***************
*** 956,960 ****
  
  /* Ultrix mips cc rejects this.  */
! typedef int charset[2]; const charset x = {0,0};
  /* SunOS 4.1.1 cc rejects this.  */
  char const *const *ccp;
--- 956,960 ----
  
  /* Ultrix mips cc rejects this.  */
! typedef int charset[2]; const charset x;
  /* SunOS 4.1.1 cc rejects this.  */
  char const *const *ccp;
***************
*** 2430,2435 ****
  CFLAGS1=${CFLAGS}
  
! if test ! $HAVE_WINDOWS_H = ""; then
!   SCSHODBCOBJS="ODBCOBJS"
  fi
  
--- 2430,2435 ----
  CFLAGS1=${CFLAGS}
  
! if grep -c HAVE_WINDOWS_H confdefs.h > /dev/null; then
!   SCSHODBCOBJS="\$(ODBCOBJS)"
  fi
  

Index: configure.in
===================================================================
RCS file: /cvsroot/scsh/scsh/configure.in,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** configure.in        2001/02/25 21:07:49     1.22
--- configure.in        2001/02/25 21:44:23     1.23
***************
*** 372,377 ****
  CFLAGS1=${CFLAGS}
  
! if test ! $HAVE_WINDOWS_H = ""; then
!   SCSHODBCOBJS="ODBCOBJS"
  fi
  
--- 372,377 ----
  CFLAGS1=${CFLAGS}
  
! if grep -c HAVE_WINDOWS_H confdefs.h > /dev/null; then
!   SCSHODBCOBJS="\$(ODBCOBJS)"
  fi
  



<Prev in Thread] Current Thread [Next in Thread>
  • [Scsh-checkins] CVS: scsh configure,1.20,1.21 configure.in,1.22,1.23, Brian D. Carlstrom <=