From: Florian G. <re...@us...> - 2007-03-28 22:54:32
|
Update of /cvsroot/perfparse/_perfparse In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8668 Modified Files: Makefile.in aclocal.m4 config.h.in configure configure.ac Log Message: ncurses in autoconf/automake Index: aclocal.m4 =================================================================== RCS file: /cvsroot/perfparse/_perfparse/aclocal.m4,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** aclocal.m4 20 Dec 2006 22:57:45 -0000 1.15 --- aclocal.m4 28 Mar 2007 22:54:26 -0000 1.16 *************** *** 7249,7252 **** --- 7249,7253 ---- m4_include([m4/inttypes.m4]) m4_include([m4/inttypes_h.m4]) + m4_include([m4/isc-posix.m4]) m4_include([m4/lcmessage.m4]) m4_include([m4/lib-ld.m4]) Index: Makefile.in =================================================================== RCS file: /cvsroot/perfparse/_perfparse/Makefile.in,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** Makefile.in 20 Dec 2006 22:57:45 -0000 1.18 --- Makefile.in 28 Mar 2007 22:54:26 -0000 1.19 *************** *** 51,64 **** $(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ ! $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ ! $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ ! $(top_srcdir)/m4/longdouble.m4 $(top_srcdir)/m4/longlong.m4 \ ! $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ ! $(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \ ! $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/size_max.m4 \ ! $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/uintmax_t.m4 \ ! $(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/m4/wchar_t.m4 \ ! $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ ! $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) --- 51,64 ---- $(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ ! $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lcmessage.m4 \ ! $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ ! $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/longdouble.m4 \ ! $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/nls.m4 \ ! $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/printf-posix.m4 \ ! $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/signed.m4 \ ! $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \ ! $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \ ! $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \ ! $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) *************** *** 145,148 **** --- 145,149 ---- GMSGFMT = @GMSGFMT@ GOBJECT_QUERY = @GOBJECT_QUERY@ + GREP = @GREP@ HAVE_ASPRINTF = @HAVE_ASPRINTF@ HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@ *************** *** 208,217 **** ZLIB_CFLAGS = @ZLIB_CFLAGS@ ZLIB_LIBS = @ZLIB_LIBS@ - ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ - ac_ct_RANLIB = @ac_ct_RANLIB@ - ac_ct_STRIP = @ac_ct_STRIP@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ --- 209,215 ---- *************** *** 232,235 **** --- 230,236 ---- cgidir = @cgidir@ datadir = @datadir@ + datarootdir = @datarootdir@ + docdir = @docdir@ + dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ *************** *** 238,241 **** --- 239,243 ---- host_os = @host_os@ host_vendor = @host_vendor@ + htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ *************** *** 243,253 **** --- 245,258 ---- libdir = @libdir@ libexecdir = @libexecdir@ + localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ + pdfdir = @pdfdir@ phpuidir = @phpuidir@ prefix = @prefix@ program_transform_name = @program_transform_name@ + psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ Index: configure.ac =================================================================== RCS file: /cvsroot/perfparse/_perfparse/configure.ac,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** configure.ac 2 Dec 2006 21:31:08 -0000 1.21 --- configure.ac 28 Mar 2007 22:54:27 -0000 1.22 *************** *** 274,277 **** --- 274,282 ---- fi + # ncurses check + AC_CHECK_LIB(ncurses,printw,,AC_MSG_ERROR(ncurses development libraries not usable. + Install ncurses development libraries and rerun configure. + See config.log or FAQs for details.)) + # Checks for header files. AC_HEADER_STDC Index: config.h.in =================================================================== RCS file: /cvsroot/perfparse/_perfparse/config.h.in,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** config.h.in 9 Mar 2006 16:24:38 -0000 1.6 --- config.h.in 28 Mar 2007 22:54:26 -0000 1.7 *************** *** 117,120 **** --- 117,123 ---- #undef HAVE_LIBGD + /* Define to 1 if you have the `ncurses' library (-lncurses). */ + #undef HAVE_LIBNCURSES + /* Define to 1 if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H *************** *** 333,337 **** /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be ! automatically deduced at run-time. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses --- 336,340 ---- /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be ! automatically deduced at runtime. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses *************** *** 394,398 **** #undef malloc ! /* Define to `long' if <sys/types.h> does not define. */ #undef off_t --- 397,401 ---- #undef malloc ! /* Define to `long int' if <sys/types.h> does not define. */ #undef off_t *************** *** 410,414 **** #undef signed ! /* Define to `unsigned' if <sys/types.h> does not define. */ #undef size_t --- 413,417 ---- #undef signed ! /* Define to `unsigned int' if <sys/types.h> does not define. */ #undef size_t Index: configure =================================================================== RCS file: /cvsroot/perfparse/_perfparse/configure,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** configure 20 Dec 2006 22:57:45 -0000 1.23 --- configure 28 Mar 2007 22:54:26 -0000 1.24 *************** *** 1,9 **** #! /bin/sh # Guess values for system-dependent variables and create Makefiles. ! # Generated by GNU Autoconf 2.59 for perfparse 0.106.2. # # Report bugs to <per...@li...>. # ! # Copyright (C) 2003 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. --- 1,10 ---- [...27017 lines suppressed...] *************** *** 30904,30912 **** esac done ;; esac ! done ! _ACEOF - cat >>$CONFIG_STATUS <<\_ACEOF { (exit 0); exit 0; } --- 33153,33160 ---- esac done ;; + esac ! done # for ac_tag { (exit 0); exit 0; } |