|
From: Bob T. <bt...@us...> - 2003-10-08 03:34:17
|
Update of /cvsroot/benson/benson3
In directory sc8-pr-cvs1:/tmp/cvs-serv6309
Modified Files:
aclocal.m4 config.h.in configure
Log Message:
The latest set of fixes, for the windows stuff.
Index: aclocal.m4
===================================================================
RCS file: /cvsroot/benson/benson3/aclocal.m4,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** aclocal.m4 26 Feb 2003 18:24:52 -0000 1.10
--- aclocal.m4 8 Oct 2003 03:34:09 -0000 1.11
***************
*** 14,4473 ****
k
- # Do all the work for Automake. -*- Autoconf -*-
-
- # This macro actually does too much some checks are only needed if
- # your package does certain things. But this isn't really a big deal.
-
- # Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
- # Free Software Foundation, Inc.
-
[...4431 lines suppressed...]
- # any later version.
-
- # This program is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- # GNU General Public License for more details.
-
- # You should have received a copy of the GNU General Public License
- # along with this program; if not, write to the Free Software
- # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- # 02111-1307, USA.
-
- AC_PREREQ([2.52])
-
- # serial 6
-
- # AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS.
- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
-
--- 14,15 ----
Index: config.h.in
===================================================================
RCS file: /cvsroot/benson/benson3/config.h.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** config.h.in 2 Apr 2003 19:21:18 -0000 1.15
--- config.h.in 8 Oct 2003 03:34:09 -0000 1.16
***************
*** 1,3 ****
! /* config.h.in. Generated from configure.in by autoheader. */
/* "Benson home directory" */
--- 1,3 ----
! /* config.h.in. Generated from configure.ac by autoheader. */
/* "Benson home directory" */
***************
*** 7,13 ****
#undef HAVE_DB_H
- /* Define to 1 if you have the <dlfcn.h> header file. */
- #undef HAVE_DLFCN_H
-
/* Define to 1 if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H
--- 7,10 ----
***************
*** 79,82 ****
--- 76,82 ----
#undef HAVE_STRING_H
+ /* Define to 1 if you have the <sys/sem.h> header file. */
+ #undef HAVE_SYS_SEM_H
+
/* Define to 1 if you have the <sys/shm.h> header file. */
#undef HAVE_SYS_SHM_H
***************
*** 91,104 ****
#undef HAVE_UNISTD_H
- /* "Benson library version number" */
- #undef LIBTOOL_VERSION
-
/* "We're running linux" */
#undef LINUX
! /* "Benson network library version" */
! #undef NETWORK_VERSION
!
! /* Name of package */
#undef PACKAGE
--- 91,98 ----
#undef HAVE_UNISTD_H
/* "We're running linux" */
#undef LINUX
! /* "Benson package name" */
#undef PACKAGE
***************
*** 127,140 ****
#undef TARGETOSNAME
! /* Version number of package */
#undef VERSION
! /* Define to 1 if the X Window System is missing or not being used. */
! #undef X_DISPLAY_MISSING
!
! /* Define to empty if `const' does not conform to ANSI C. */
! #undef const
!
! /* Define as `__inline' if that's what the C compiler calls it, or to nothing
! if it is not supported. */
! #undef inline
--- 121,128 ----
#undef TARGETOSNAME
! /* "Benson version number" */
#undef VERSION
! /* Define to 1 if your processor stores words with the most significant byte
! first (like Motorola and SPARC, unlike Intel and VAX). */
! #undef WORDS_BIGENDIAN
Index: configure
===================================================================
RCS file: /cvsroot/benson/benson3/configure,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -r1.58 -r1.59
*** configure 8 Oct 2003 02:59:11 -0000 1.58
--- configure 8 Oct 2003 03:34:09 -0000 1.59
***************
*** 6944,6960 ****
rm -f $tmp/config.h
fi
- _am_stamp_count=`expr ${_am_stamp_count-0} + 1`
- echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
- $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X$ac_file : 'X\(//\)[^/]' \| \
- X$ac_file : 'X\(//\)$' \| \
- X$ac_file : 'X\(/\)' \| \
- . : '\(.\)' 2>/dev/null ||
- echo X$ac_file |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
- /^X\(\/\/\)[^/].*/{ s//\1/; q; }
- /^X\(\/\/\)$/{ s//\1/; q; }
- /^X\(\/\).*/{ s//\1/; q; }
- s/.*/./; q'`/stamp-h$_am_stamp_count
done
_ACEOF
--- 6944,6947 ----
|