[L4alpha-cvscommit] CVS: dite NEWS,1.2,1.3 aclocal.m4,1.9,1.10 config.h.in,1.9,1.10 configure.in,1.1
Status: Beta
Brought to you by:
dpotts
|
From: Simon W. <sj...@us...> - 2002-09-06 07:06:30
|
Update of /cvsroot/l4alpha/dite
In directory usw-pr-cvs1:/tmp/cvs-serv7083
Modified Files:
NEWS aclocal.m4 config.h.in configure.in
Log Message:
Added IA64 support, and --name flag
Index: NEWS
===================================================================
RCS file: /cvsroot/l4alpha/dite/NEWS,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** NEWS 13 Nov 2000 12:40:06 -0000 1.2
--- NEWS 6 Sep 2002 07:06:23 -0000 1.3
***************
*** 1,3 ****
!
0.2.5:
Fixed a bug in dit.c where I memmoved 1 more than
--- 1,6 ----
! 0.2.9:
! Added -N flag.
! Added IA64 support.
!
0.2.5:
Fixed a bug in dit.c where I memmoved 1 more than
Index: aclocal.m4
===================================================================
RCS file: /cvsroot/l4alpha/dite/aclocal.m4,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** aclocal.m4 3 Jun 2002 08:42:48 -0000 1.9
--- aclocal.m4 6 Sep 2002 07:06:23 -0000 1.10
***************
*** 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.
--- 1,6 ----
! dnl aclocal.m4 generated automatically by aclocal 1.4-p4
! 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.
***************
*** 21,25 ****
AC_DEFUN(AM_INIT_AUTOMAKE,
! [AC_REQUIRE([AM_PROG_INSTALL])
PACKAGE=[$1]
AC_SUBST(PACKAGE)
--- 21,25 ----
AC_DEFUN(AM_INIT_AUTOMAKE,
! [AC_REQUIRE([AC_PROG_INSTALL])
PACKAGE=[$1]
AC_SUBST(PACKAGE)
***************
*** 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])
--- 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])
***************
*** 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
- ])
#
--- 43,46 ----
Index: config.h.in
===================================================================
RCS file: /cvsroot/l4alpha/dite/config.h.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** config.h.in 3 Jun 2002 08:42:48 -0000 1.9
--- config.h.in 6 Sep 2002 07:06:23 -0000 1.10
***************
*** 1,3 ****
! /* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define to empty if the keyword does not work. */
--- 1,3 ----
! /* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
/* Define to empty if the keyword does not work. */
***************
*** 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
--- 18,21 ----
***************
*** 38,39 ****
--- 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
+
Index: configure.in
===================================================================
RCS file: /cvsroot/l4alpha/dite/configure.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** configure.in 7 Jun 2002 04:45:19 -0000 1.12
--- configure.in 6 Sep 2002 07:06:24 -0000 1.13
***************
*** 5,9 ****
MAJOR_VERSION=0
MINOR_VERSION=2
! MICRO_VERSION=8
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
--- 5,9 ----
MAJOR_VERSION=0
MINOR_VERSION=2
! MICRO_VERSION=9
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
|