Update of /cvsroot/cscope/cscope
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv3571
Modified Files:
ChangeLog Makefile.in aclocal.m4 configure configure.in
Log Message:
Refresh autoconfigury.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cscope/cscope/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -C2 -r1.161 -r1.162
*** ChangeLog 30 Sep 2006 15:38:16 -0000 1.161
--- ChangeLog 30 Sep 2006 16:51:44 -0000 1.162
***************
*** 2,6 ****
* src/invlib.c (invnewterm): Correct loop test to account for
! maxback being unsigned.
2006-08-20 Hans-Bernhard Broeker <broeker@...>
--- 2,16 ----
* src/invlib.c (invnewterm): Correct loop test to account for
! maxback being unsigned (SF bug #1559495).
!
! * src/Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES, to quench
! an automake warning.
!
! * configure.in: Modernized via autoupdate. Fixed several
! 'underquoted' warnings from aclocal. Use a more telling source
! file name in AC_CONFIG_SRCDIR.
!
! * configure, aclocal.m4, Makefile.in, contrib/Makefile.in,
! doc/Makefile.in, src/Makefile.in: Regenerated.
2006-08-20 Hans-Bernhard Broeker <broeker@...>
Index: Makefile.in
===================================================================
RCS file: /cvsroot/cscope/cscope/Makefile.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** Makefile.in 19 Apr 2006 14:30:16 -0000 1.8
--- Makefile.in 30 Sep 2006 16:51:45 -0000 1.9
***************
*** 36,40 ****
build_triplet = @build@
host_triplet = @host@
- LIBOBJDIR =
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
--- 36,39 ----
Index: aclocal.m4
===================================================================
RCS file: /cvsroot/cscope/cscope/aclocal.m4,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** aclocal.m4 19 Apr 2006 14:30:16 -0000 1.6
--- aclocal.m4 30 Sep 2006 16:51:45 -0000 1.7
***************
*** 341,356 ****
])
- # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
- # Free Software Foundation, Inc.
- #
- # This file is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
-
- # serial 8
-
- # AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS.
- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
-
# Do all the work for Automake. -*- Autoconf -*-
--- 341,344 ----
Index: configure
===================================================================
RCS file: /cvsroot/cscope/cscope/configure,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** configure 21 Apr 2006 10:41:21 -0000 1.27
--- configure 30 Sep 2006 16:51:45 -0000 1.28
***************
*** 272,276 ****
PACKAGE_BUGREPORT=
! ac_unique_file="src/basename.c"
# Factoring default headers for most tests.
ac_includes_default="\
--- 272,276 ----
PACKAGE_BUGREPORT=
! ac_unique_file="src/crossref.c"
# Factoring default headers for most tests.
ac_includes_default="\
***************
*** 6334,6341 ****
ac_i=`echo "$ac_i" |
sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
! # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
! # will be set to the directory where LIBOBJS objects are built.
! ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
! ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
done
LIBOBJS=$ac_libobjs
--- 6334,6340 ----
ac_i=`echo "$ac_i" |
sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
! # 2. Add them.
! ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
! ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
done
LIBOBJS=$ac_libobjs
Index: configure.in
===================================================================
RCS file: /cvsroot/cscope/cscope/configure.in,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** configure.in 21 Apr 2006 10:41:21 -0000 1.32
--- configure.in 30 Sep 2006 16:51:45 -0000 1.33
***************
*** 1,8 ****
dnl Process this file with autoconf to produce a configure script.
AC_INIT
! AC_CONFIG_SRCDIR([src/basename.c])
AM_INIT_AUTOMAKE(cscope, 16.0a)
! AM_CONFIG_HEADER(config.h:config.h.in)
! AC_PREREQ(2.57)
AC_CANONICAL_HOST
--- 1,8 ----
dnl Process this file with autoconf to produce a configure script.
AC_INIT
! AC_CONFIG_SRCDIR([src/crossref.c])
AM_INIT_AUTOMAKE(cscope, 16.0a)
! AC_CONFIG_HEADERS([config.h:config.h.in])
! AC_PREREQ(2.59)
AC_CANONICAL_HOST
***************
*** 112,116 ****
! AC_DEFUN(AC_CHECK_CURSES,[
search_ncurses=true
screen_manager=""
--- 112,116 ----
! AC_DEFUN([AC_CHECK_CURSES],[
search_ncurses=true
screen_manager=""
***************
*** 176,180 ****
! AC_DEFUN(AC_USE_SUNOS_CURSES, [
search_ncurses=false
screen_manager="SunOS 4.x /usr/5include curses"
--- 176,180 ----
! AC_DEFUN([AC_USE_SUNOS_CURSES], [
search_ncurses=false
screen_manager="SunOS 4.x /usr/5include curses"
***************
*** 190,194 ****
])
! AC_DEFUN(AC_USE_OSF1_CURSES, [
AC_MSG_RESULT(Using OSF1 curses)
search_ncurses=false
--- 190,194 ----
])
! AC_DEFUN([AC_USE_OSF1_CURSES], [
AC_MSG_RESULT(Using OSF1 curses)
search_ncurses=false
***************
*** 201,205 ****
])
! AC_DEFUN(AC_USE_SYSV_CURSES, [
AC_MSG_RESULT(Using SysV curses)
AC_DEFINE(HAS_CURSES)
--- 201,205 ----
])
! AC_DEFUN([AC_USE_SYSV_CURSES], [
AC_MSG_RESULT(Using SysV curses)
AC_DEFINE(HAS_CURSES)
***************
*** 236,240 ****
dnl Parameters: directory filename cureses_LIBS curses_INCLUDEDIR nicename
dnl
! AC_DEFUN(AC_NCURSES, [
if $search_ncurses
then
--- 236,240 ----
dnl Parameters: directory filename cureses_LIBS curses_INCLUDEDIR nicename
dnl
! AC_DEFUN([AC_NCURSES], [
if $search_ncurses
then
***************
*** 253,257 ****
])
! AC_DEFUN(AC_SEARCH_NCURSES, [
AS_MESSAGE(checking "location of ncurses.h file"...)
--- 253,257 ----
])
! AC_DEFUN([AC_SEARCH_NCURSES], [
AS_MESSAGE(checking "location of ncurses.h file"...)
***************
*** 360,364 ****
dnl Check for a GNOME installation
! AC_DEFUN(AC_CHECK_GNOME,[
has_gnome=false
AC_CHECK_PROG(gnome1, gnome-config, true)
--- 360,364 ----
dnl Check for a GNOME installation
! AC_DEFUN([AC_CHECK_GNOME],[
has_gnome=false
AC_CHECK_PROG(gnome1, gnome-config, true)
***************
*** 395,403 ****
dnl This test was ripped from gnuplot's configure.in:
AC_MSG_CHECKING(for sigsetjmp)
! AC_TRY_LINK([#include <setjmp.h>], [jmp_buf env; sigsetjmp(env, 1);],
! [AC_MSG_RESULT(yes)
AC_DEFINE(HAVE_SIGSETJMP,1,
! [ Define if we have sigsetjmp(). ])],
! AC_MSG_RESULT(no))
dnl Checks for library functions.
--- 395,401 ----
dnl This test was ripped from gnuplot's configure.in:
AC_MSG_CHECKING(for sigsetjmp)
! AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <setjmp.h>]], [[jmp_buf env; sigsetjmp(env, 1);]])],[AC_MSG_RESULT(yes)
AC_DEFINE(HAVE_SIGSETJMP,1,
! [ Define if we have sigsetjmp(). ])],[AC_MSG_RESULT(no)])
dnl Checks for library functions.
|