[L4alpha-cvscommit] CVS: dite aclocal.m4,1.8,1.9 config.h.in,1.8,1.9 configure.in,1.10,1.11
Status: Beta
Brought to you by:
dpotts
|
From: Simon W. <sj...@us...> - 2002-06-03 08:42:53
|
Update of /cvsroot/l4alpha/dite
In directory usw-pr-cvs1:/tmp/cvs-serv10841
Modified Files:
aclocal.m4 config.h.in configure.in
Log Message:
MIPS updates
Index: aclocal.m4
===================================================================
RCS file: /cvsroot/l4alpha/dite/aclocal.m4,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** aclocal.m4 15 Nov 2000 13:42:35 -0000 1.8
--- aclocal.m4 3 Jun 2002 08:42:48 -0000 1.9
***************
*** 1,6 ****
! dnl aclocal.m4 generated automatically by aclocal 1.4
! dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
! dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
--- 1,6 ----
! dnl aclocal.m4 generated automatically by aclocal 1.3
! dnl Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
! dnl This Makefile.in is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
***************
*** 21,25 ****
AC_DEFUN(AM_INIT_AUTOMAKE,
! [AC_REQUIRE([AC_PROG_INSTALL])
PACKAGE=[$1]
AC_SUBST(PACKAGE)
--- 21,25 ----
AC_DEFUN(AM_INIT_AUTOMAKE,
! [AC_REQUIRE([AM_PROG_INSTALL])
PACKAGE=[$1]
AC_SUBST(PACKAGE)
***************
*** 31,36 ****
fi
ifelse([$3],,
! AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
! AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package]))
AC_REQUIRE([AM_SANITY_CHECK])
AC_REQUIRE([AC_ARG_PROGRAM])
--- 31,36 ----
fi
ifelse([$3],,
! AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
! AC_DEFINE_UNQUOTED(VERSION, "$VERSION"))
AC_REQUIRE([AM_SANITY_CHECK])
AC_REQUIRE([AC_ARG_PROGRAM])
***************
*** 43,46 ****
--- 43,55 ----
AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
AC_REQUIRE([AC_PROG_MAKE_SET])])
+
+
+ # serial 1
+
+ AC_DEFUN(AM_PROG_INSTALL,
+ [AC_REQUIRE([AC_PROG_INSTALL])
+ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
+ AC_SUBST(INSTALL_SCRIPT)dnl
+ ])
#
Index: config.h.in
===================================================================
RCS file: /cvsroot/l4alpha/dite/config.h.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** config.h.in 15 Nov 2000 13:42:35 -0000 1.8
--- config.h.in 3 Jun 2002 08:42:48 -0000 1.9
***************
*** 18,21 ****
--- 18,27 ----
#undef uint32_t
+ #undef PACKAGE
+ #undef VERSION
+ #undef MAJOR_VERSION
+ #undef MINOR_VERSION
+ #undef MICRO_VERSION
+
/* Define if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
***************
*** 32,40 ****
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
-
- /* Name of package */
- #undef PACKAGE
-
- /* Version number of package */
- #undef VERSION
-
--- 38,39 ----
Index: configure.in
===================================================================
RCS file: /cvsroot/l4alpha/dite/configure.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** configure.in 21 Mar 2001 14:30:29 -0000 1.10
--- configure.in 3 Jun 2002 08:42:48 -0000 1.11
***************
*** 5,9 ****
MAJOR_VERSION=0
MINOR_VERSION=2
! MICRO_VERSION=6
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
--- 5,9 ----
MAJOR_VERSION=0
MINOR_VERSION=2
! MICRO_VERSION=7
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
|