From cdd7e9d92214b82869c28c03ff47eabdead11330 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Mon, 31 Mar 2003 04:10:59 +0000 Subject: [PATCH] Changing docs installation dir svn: r1416 --- Makefile.am | 2 - Makefile.in | 4 +- aclocal.m4 | 10 +- configure | 989 ++++++++++++++++++++++---------- doc/gramps-manual/C/Makefile.in | 2 +- doc/xmldocs.make | 2 +- src/Makefile.in | 2 +- src/po/de.mo | Bin 75642 -> 71939 bytes 8 files changed, 685 insertions(+), 326 deletions(-) diff --git a/Makefile.am b/Makefile.am index 71f575bd9..442055c33 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,8 +6,6 @@ EXTRA_DIST = autogen.sh gramps.spec.in COPYING-DOCS bin_SCRIPTS = gramps -grampsdocdir = $(datadir)/doc/gramps-$(VERSION) - gramps: gramps.sh cp gramps.sh gramps diff --git a/Makefile.in b/Makefile.in index 4ff7e05e6..746933829 100644 --- a/Makefile.in +++ b/Makefile.in @@ -115,8 +115,6 @@ SUBDIRS = src doc omf-install example EXTRA_DIST = autogen.sh gramps.spec.in COPYING-DOCS bin_SCRIPTS = gramps - -grampsdocdir = $(datadir)/doc/gramps-$(VERSION) subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -468,6 +466,8 @@ uninstall-info: uninstall-info-recursive uninstall-info-recursive uninstall-local uninstall-recursive +#grampsdocdir = $(datadir)/doc/gramps-$(VERSION) + gramps: gramps.sh cp gramps.sh gramps diff --git a/aclocal.m4 b/aclocal.m4 index bcf9c02c5..43023e0ce 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -809,7 +809,9 @@ AC_DEFUN([AM_PATH_PYTHON], m4_if([$1],[],[ dnl No version check is needed. # Find any Python interpreter. - AC_PATH_PROG([PYTHON], _AM_PYTHON_INTERPRETER_LIST)],[ + AC_PATH_PROG([PYTHON], _AM_PYTHON_INTERPRETER_LIST) + am_display_PYTHON=python + ], [ dnl A version check is needed. if test -n "$PYTHON"; then # If the user set $PYTHON, use it and don't search something else. @@ -830,6 +832,7 @@ AC_DEFUN([AM_PATH_PYTHON], done]) # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON. AC_PATH_PROG([PYTHON], [$am_cv_pathless_PYTHON]) + am_display_PYTHON=$am_cv_pathless_PYTHON fi ]) @@ -837,7 +840,7 @@ AC_DEFUN([AM_PATH_PYTHON], dnl the best way to do this; it's what "site.py" does in the standard dnl library. - AC_CACHE_CHECK([for $am_cv_pathless_PYTHON version], [am_cv_python_version], + AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version], [am_cv_python_version=`$PYTHON -c "import sys; print sys.version[[:3]]"`]) AC_SUBST([PYTHON_VERSION], [$am_cv_python_version]) @@ -852,8 +855,7 @@ AC_DEFUN([AM_PATH_PYTHON], dnl At times (like when building shared libraries) you may want dnl to know which OS platform Python thinks this is. - AC_CACHE_CHECK([for $am_cv_pathless_PYTHON platform], - [am_cv_python_platform], + AC_CACHE_CHECK([for $am_display_PYTHON platform], [am_cv_python_platform], [am_cv_python_platform=`$PYTHON -c "import sys; print sys.platform"`]) AC_SUBST([PYTHON_PLATFORM], [$am_cv_python_platform]) diff --git a/configure b/configure index d3271b624..4b9599bef 100755 --- a/configure +++ b/configure @@ -1,19 +1,11 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.53. +# Generated by GNU Autoconf 2.57. # # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. - -if expr a : '\(a\)' >/dev/null 2>&1; then - as_expr=expr -else - as_expr=false -fi - - ## --------------------- ## ## M4sh Initialization. ## ## --------------------- ## @@ -22,11 +14,13 @@ fi if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then set -o posix fi -# NLS nuisances. # Support unset when possible. if (FOO=FOO; unset FOO) >/dev/null 2>&1; then as_unset=unset @@ -34,34 +28,42 @@ else as_unset=false fi -(set +x; test -n "`(LANG=C; export LANG) 2>&1`") && - { $as_unset LANG || test "${LANG+set}" != set; } || - { LANG=C; export LANG; } -(set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") && - { $as_unset LC_ALL || test "${LC_ALL+set}" != set; } || - { LC_ALL=C; export LC_ALL; } -(set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") && - { $as_unset LC_TIME || test "${LC_TIME+set}" != set; } || - { LC_TIME=C; export LC_TIME; } -(set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") && - { $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } || - { LC_CTYPE=C; export LC_CTYPE; } -(set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") && - { $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } || - { LANGUAGE=C; export LANGUAGE; } -(set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") && - { $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } || - { LC_COLLATE=C; export LC_COLLATE; } -(set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") && - { $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } || - { LC_NUMERIC=C; export LC_NUMERIC; } -(set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") && - { $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } || - { LC_MESSAGES=C; export LC_MESSAGES; } + +# Work around bugs in pre-3.0 UWIN ksh. +$as_unset ENV MAIL MAILPATH +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +for as_var in \ + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ + LC_TELEPHONE LC_TIME +do + if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then + eval $as_var=C; export $as_var + else + $as_unset $as_var + fi +done + +# Required to use basename. +if expr a : '\(a\)' >/dev/null 2>&1; then + as_expr=expr +else + as_expr=false +fi + +if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi # Name of the executable. -as_me=`(basename "$0") 2>/dev/null || +as_me=`$as_basename "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)$' \| \ @@ -72,6 +74,7 @@ echo X/"$0" | /^X\/\(\/\).*/{ s//\1/; q; } s/.*/./; q'` + # PATH needs CR, and LINENO needs CR and PATH. # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' @@ -82,15 +85,15 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then - echo "#! /bin/sh" >conftest.sh - echo "exit 0" >>conftest.sh - chmod +x conftest.sh - if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi - rm -f conftest.sh + rm -f conf$$.sh fi @@ -138,6 +141,8 @@ do as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` test "x$as_lineno_1" != "x$as_lineno_2" && test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then + $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } + $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } CONFIG_SHELL=$as_dir/$as_base export CONFIG_SHELL exec "$CONFIG_SHELL" "$0" ${1+"$@"} @@ -210,6 +215,12 @@ else fi rm -f conf$$ conf$$.exe conf$$.file +if mkdir -p . 2>/dev/null; then + as_mkdir_p=: +else + as_mkdir_p=false +fi + as_executable_p="test -f" # Sed expression to map a string onto a valid CPP name. @@ -226,7 +237,7 @@ as_nl=' IFS=" $as_nl" # CDPATH. -$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; } +$as_unset CDPATH # Name of the host. @@ -240,6 +251,7 @@ exec 6>&1 # Initializations. # ac_default_prefix=/usr/local +ac_config_libobj_dir=. cross_compiling=no subdirs= MFLAGS= @@ -296,6 +308,8 @@ ac_includes_default="\ # include #endif" +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE RELEASE VERSIONSTRING MSGFMT LANGUAGES POFILES MOFILES PYTHON PYTHON_VERSION PYTHON_PREFIX PYTHON_EXEC_PREFIX PYTHON_PLATFORM pythondir pkgpythondir pyexecdir pkgpyexecdir BINSH SWIG PYTHON22 ZIP CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE CPP EGREP HAVE_PKG_CONFIG SK_CONFIG SCROLLKEEPER_BUILD_REQUIRED GNOMEHELP GPREFIX P15_INCLUDES P20_INCLUDES P21_INCLUDES P22_INCLUDES GNOMEINC GNOMELIB GPREF INTLLIBS LIBOBJS LTLIBOBJS' +ac_subst_files='' # Initialize some variables set by options. ac_init_help= @@ -719,6 +733,9 @@ if test ! -r $srcdir/$ac_unique_file; then { (exit 1); exit 1; }; } fi fi +(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || + { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 + { (exit 1); exit 1; }; } srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` ac_env_build_alias_set=${build_alias+set} ac_env_build_alias_value=$build_alias @@ -878,7 +895,7 @@ esac # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be # absolute. ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` -ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd` +ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` @@ -918,7 +935,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by $as_me, which was -generated by GNU Autoconf 2.53. Invocation command line was +generated by GNU Autoconf 2.57. Invocation command line was $ $0 $@ @@ -970,27 +987,54 @@ _ACEOF # Keep a trace of the command line. # Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. # Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. ac_configure_args= +ac_configure_args0= +ac_configure_args1= ac_sep= -for ac_arg +ac_must_keep_next=false +for ac_pass in 1 2 do - case $ac_arg in - -no-create | --no-create | --no-creat | --no-crea | --no-cre \ - | --no-cr | --no-c | -n ) continue ;; - -no-recursion | --no-recursion | --no-recursio | --no-recursi \ - | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) - continue ;; - *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) - ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; - esac - case " $ac_configure_args " in - *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. - *) ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" - ac_sep=" " ;; - esac - # Get rid of the leading space. + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) + ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; + 2) + ac_configure_args1="$ac_configure_args1 '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" + # Get rid of the leading space. + ac_sep=" " + ;; + esac + done done +$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } +$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there @@ -1001,6 +1045,7 @@ trap 'exit_status=$? # Save into config.log some information that might help in debugging. { echo + cat <<\_ASBOX ## ---------------- ## ## Cache variables. ## @@ -1023,6 +1068,35 @@ _ASBOX esac; } echo + + cat <<\_ASBOX +## ----------------- ## +## Output variables. ## +## ----------------- ## +_ASBOX + echo + for ac_var in $ac_subst_vars + do + eval ac_val=$`echo $ac_var` + echo "$ac_var='"'"'$ac_val'"'"'" + done | sort + echo + + if test -n "$ac_subst_files"; then + cat <<\_ASBOX +## ------------- ## +## Output files. ## +## ------------- ## +_ASBOX + echo + for ac_var in $ac_subst_files + do + eval ac_val=$`echo $ac_var` + echo "$ac_var='"'"'$ac_val'"'"'" + done | sort + echo + fi + if test -s confdefs.h; then cat <<\_ASBOX ## ----------- ## @@ -1030,7 +1104,7 @@ _ASBOX ## ----------- ## _ASBOX echo - sed "/^$/d" confdefs.h + sed "/^$/d" confdefs.h | sort echo fi test "$ac_signal" != 0 && @@ -1187,6 +1261,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + am__api_version="1.6" ac_aux_dir= for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do @@ -1402,15 +1477,15 @@ fi test -n "$AWK" && break done -echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \${MAKE}" >&5 -echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 +echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.make <<\_ACEOF all: - @echo 'ac_maketemp="${MAKE}"' + @echo 'ac_maketemp="$(MAKE)"' _ACEOF # GNU make sometimes prints "make[1]: Entering...", which would confuse us. eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` @@ -1736,12 +1811,13 @@ else echo "${ECHO_T}no" >&6 fi + am_display_PYTHON=$am_cv_pathless_PYTHON fi - echo "$as_me:$LINENO: checking for $am_cv_pathless_PYTHON version" >&5 -echo $ECHO_N "checking for $am_cv_pathless_PYTHON version... $ECHO_C" >&6 + echo "$as_me:$LINENO: checking for $am_display_PYTHON version" >&5 +echo $ECHO_N "checking for $am_display_PYTHON version... $ECHO_C" >&6 if test "${am_cv_python_version+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -1759,8 +1835,8 @@ echo "${ECHO_T}$am_cv_python_version" >&6 - echo "$as_me:$LINENO: checking for $am_cv_pathless_PYTHON platform" >&5 -echo $ECHO_N "checking for $am_cv_pathless_PYTHON platform... $ECHO_C" >&6 + echo "$as_me:$LINENO: checking for $am_display_PYTHON platform" >&5 +echo $ECHO_N "checking for $am_display_PYTHON platform... $ECHO_C" >&6 if test "${am_cv_python_platform+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -2036,15 +2112,15 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \${MAKE}" >&5 -echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 +echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.make <<\_ACEOF all: - @echo 'ac_maketemp="${MAKE}"' + @echo 'ac_maketemp="$(MAKE)"' _ACEOF # GNU make sometimes prints "make[1]: Entering...", which would confuse us. eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` @@ -2270,9 +2346,7 @@ if test $ac_prog_rejected = yes; then # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift - set dummy "$as_dir/$ac_word" ${1+"$@"} - shift - ac_cv_prog_CC="$@" + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi @@ -2377,8 +2451,10 @@ fi fi -test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH" >&5 -echo "$as_me: error: no acceptable C compiler found in \$PATH" >&2;} +test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH +See \`config.log' for more details." >&5 +echo "$as_me: error: no acceptable C compiler found in \$PATH +See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } # Provide some information about the compiler. @@ -2403,14 +2479,12 @@ ac_compiler=`set X $ac_compile; echo $2` cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -2420,7 +2494,7 @@ main () } _ACEOF ac_clean_files_save=$ac_clean_files -ac_clean_files="$ac_clean_files a.out a.exe" +ac_clean_files="$ac_clean_files a.out a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. @@ -2439,26 +2513,39 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 # Be careful to initialize this variable, since it used to be cached. # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. ac_cv_exeext= -for ac_file in `ls a_out.exe a.exe conftest.exe 2>/dev/null; - ls a.out conftest 2>/dev/null; - ls a.* conftest.* 2>/dev/null`; do +# b.out is created by i960 compilers. +for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out +do + test -f "$ac_file" || continue case $ac_file in - *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb | *.xSYM ) ;; - a.out ) # We found the default executable, but exeext='' is most - # certainly right. - break;; - *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` - # FIXME: I believe we export ac_cv_exeext for Libtool --akim. - export ac_cv_exeext - break;; - * ) break;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) + ;; + conftest.$ac_ext ) + # This is the source file. + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + # FIXME: I believe we export ac_cv_exeext for Libtool, + # but it would be cool to find out if it's true. Does anybody + # maintain Libtool? --akim. + export ac_cv_exeext + break;; + * ) + break;; esac done else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -{ { echo "$as_me:$LINENO: error: C compiler cannot create executables" >&5 -echo "$as_me: error: C compiler cannot create executables" >&2;} +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { echo "$as_me:$LINENO: error: C compiler cannot create executables +See \`config.log' for more details." >&5 +echo "$as_me: error: C compiler cannot create executables +See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } fi @@ -2485,9 +2572,11 @@ if test "$cross_compiling" != yes; then cross_compiling=yes else { { echo "$as_me:$LINENO: error: cannot run C compiled programs. -If you meant to cross compile, use \`--host'." >&5 +If you meant to cross compile, use \`--host'. +See \`config.log' for more details." >&5 echo "$as_me: error: cannot run C compiled programs. -If you meant to cross compile, use \`--host'." >&2;} +If you meant to cross compile, use \`--host'. +See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi fi @@ -2495,7 +2584,7 @@ fi echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6 -rm -f a.out a.exe conftest$ac_cv_exeext +rm -f a.out a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save # Check the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. @@ -2515,9 +2604,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will # work properly (i.e., refer to `conftest.exe'), while it won't with # `rm'. -for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do +for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue case $ac_file in - *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` export ac_cv_exeext break;; @@ -2525,8 +2615,10 @@ for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do esac done else - { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link" >&5 -echo "$as_me: error: cannot compute suffix of executables: cannot compile and link" >&2;} + { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi @@ -2544,14 +2636,12 @@ if test "${ac_cv_objext+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -2568,16 +2658,19 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (exit $ac_status); }; then for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile" >&5 -echo "$as_me: error: cannot compute suffix of object files: cannot compile" >&2;} +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute suffix of object files: cannot compile +See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi @@ -2594,14 +2687,12 @@ if test "${ac_cv_c_compiler_gnu+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -2628,7 +2719,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_compiler_gnu=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_compiler_gnu=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -2648,14 +2740,12 @@ if test "${ac_cv_prog_cc_g+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -2679,7 +2769,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_prog_cc_g=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_prog_cc_g=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -2701,6 +2792,102 @@ else CFLAGS= fi fi +echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 +echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 +if test "${ac_cv_prog_cc_stdc+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_prog_cc_stdc=no +ac_save_CC=$CC +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#include +#include +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ +struct buf { int x; }; +FILE * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); +int argc; +char **argv; +int +main () +{ +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; + ; + return 0; +} +_ACEOF +# Don't try gcc -ansi; that turns off useful extensions and +# breaks some systems' header files. +# AIX -qlanglvl=ansi +# Ultrix and OSF/1 -std1 +# HP-UX 10.20 and later -Ae +# HP-UX older versions -Aa -D_HPUX_SOURCE +# SVR4 -Xc -D__EXTENSIONS__ +for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_prog_cc_stdc=$ac_arg +break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.$ac_objext +done +rm -f conftest.$ac_ext conftest.$ac_objext +CC=$ac_save_CC + +fi + +case "x$ac_cv_prog_cc_stdc" in + x|xno) + echo "$as_me:$LINENO: result: none needed" >&5 +echo "${ECHO_T}none needed" >&6 ;; + *) + echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 + CC="$CC $ac_cv_prog_cc_stdc" ;; +esac + # Some people use a C++ compiler to compile C. Since we use `exit', # in C++ we need to declare it. In case someone uses the same compiler # for both compiling C and C++ we need to have the C++ compiler decide @@ -2733,15 +2920,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 do cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include $ac_declaration -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -2765,20 +2950,19 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 : else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + continue fi rm -f conftest.$ac_objext conftest.$ac_ext cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ $ac_declaration -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -2802,7 +2986,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 break else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + fi rm -f conftest.$ac_objext conftest.$ac_ext done @@ -2815,7 +3000,8 @@ fi else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + fi rm -f conftest.$ac_objext conftest.$ac_ext ac_ext=c @@ -2834,7 +3020,7 @@ fi rmdir .deps 2>/dev/null -ac_config_commands="$ac_config_commands depfiles" + ac_config_commands="$ac_config_commands depfiles" am_make=${MAKE-make} @@ -2991,18 +3177,28 @@ for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" -#include +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif Syntax error _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err + grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 @@ -3019,7 +3215,8 @@ if test -z "$ac_cpp_err"; then : else echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + # Broken: fails on valid input. continue fi @@ -3029,13 +3226,17 @@ rm -f conftest.err conftest.$ac_ext # can be detected and how. cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err + grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 @@ -3053,7 +3254,8 @@ if test -z "$ac_cpp_err"; then continue else echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + # Passes both tests. ac_preproc_ok=: break @@ -3082,18 +3284,28 @@ for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" -#include +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif Syntax error _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err + grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 @@ -3110,7 +3322,8 @@ if test -z "$ac_cpp_err"; then : else echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + # Broken: fails on valid input. continue fi @@ -3120,13 +3333,17 @@ rm -f conftest.err conftest.$ac_ext # can be detected and how. cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err + grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 @@ -3144,7 +3361,8 @@ if test -z "$ac_cpp_err"; then continue else echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + # Passes both tests. ac_preproc_ok=: break @@ -3157,8 +3375,10 @@ rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else - { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check" >&5 -echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} + { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details." >&5 +echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi @@ -3169,6 +3389,21 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu +echo "$as_me:$LINENO: checking for egrep" >&5 +echo $ECHO_N "checking for egrep... $ECHO_C" >&6 +if test "${ac_cv_prog_egrep+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if echo a | (grep -E '(a|b)') >/dev/null 2>&1 + then ac_cv_prog_egrep='grep -E' + else ac_cv_prog_egrep='egrep' + fi +fi +echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 +echo "${ECHO_T}$ac_cv_prog_egrep" >&6 + EGREP=$ac_cv_prog_egrep + + echo "$as_me:$LINENO: checking for ANSI C header files" >&5 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 if test "${ac_cv_header_stdc+set}" = set; then @@ -3176,48 +3411,59 @@ if test "${ac_cv_header_stdc+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include #include #include +int +main () +{ + + ; + return 0; +} _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then ac_cv_header_stdc=yes else echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 - ac_cv_header_stdc=no +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_header_stdc=no fi -rm -f conftest.err conftest.$ac_ext +rm -f conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "memchr" >/dev/null 2>&1; then + $EGREP "memchr" >/dev/null 2>&1; then : else ac_cv_header_stdc=no @@ -3230,12 +3476,16 @@ if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "free" >/dev/null 2>&1; then + $EGREP "free" >/dev/null 2>&1; then : else ac_cv_header_stdc=no @@ -3251,13 +3501,18 @@ if test $ac_cv_header_stdc = yes; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #else -# define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \ +# define ISLOWER(c) \ + (('a' <= (c) && (c) <= 'i') \ || ('j' <= (c) && (c) <= 'r') \ || ('s' <= (c) && (c) <= 'z')) # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) @@ -3290,11 +3545,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 else echo "$as_me: program exited with status $ac_status" >&5 echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ( exit $ac_status ) ac_cv_header_stdc=no fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi @@ -3329,7 +3585,11 @@ if eval "test \"\${$as_ac_Header+set}\" = set"; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ $ac_includes_default #include <$ac_header> @@ -3349,7 +3609,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 eval "$as_ac_Header=yes" else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + eval "$as_ac_Header=no" fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -3380,7 +3641,11 @@ echo "$as_me:$LINENO: checking libintl.h usability" >&5 echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ $ac_includes_default #include _ACEOF @@ -3399,7 +3664,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_compiler=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -3411,13 +3677,17 @@ echo "$as_me:$LINENO: checking libintl.h presence" >&5 echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err + grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 @@ -3434,7 +3704,8 @@ if test -z "$ac_cpp_err"; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext @@ -3447,14 +3718,32 @@ case $ac_header_compiler:$ac_header_preproc in { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5 echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;};; +echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; no:yes ) { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5 echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;} { echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5 echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;} { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;};; +echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; esac echo "$as_me:$LINENO: checking for libintl.h" >&5 echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6 @@ -3479,7 +3768,11 @@ else LIBS="-lc $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -3488,12 +3781,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char textdomain (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -3517,7 +3804,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_c_textdomain=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_c_textdomain=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -3537,7 +3825,11 @@ else LIBS="-lintl $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -3546,12 +3838,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char textdomain (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -3575,7 +3861,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_intl_textdomain=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_intl_textdomain=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -3881,7 +4168,7 @@ SCROLLKEEPER_BUILD_REQUIRED=0.3.5 -ac_config_files="$ac_config_files Makefile src/Makefile src/const.py src/docgen/Makefile src/filters/Makefile src/plugins/Makefile src/calendars/Makefile src/data/Makefile src/data/templates/Makefile src/po/Makefile doc/Makefile doc/gramps-manual/Makefile doc/gramps-manual/C/Makefile doc/extending-gramps/Makefile doc/extending-gramps/C/Makefile example/Makefile example/gramps/Makefile omf-install/Makefile gramps.spec gramps.sh" + ac_config_files="$ac_config_files Makefile src/Makefile src/const.py src/docgen/Makefile src/filters/Makefile src/plugins/Makefile src/calendars/Makefile src/data/Makefile src/data/templates/Makefile src/po/Makefile doc/Makefile doc/gramps-manual/Makefile doc/gramps-manual/C/Makefile doc/extending-gramps/Makefile doc/extending-gramps/C/Makefile example/Makefile example/gramps/Makefile omf-install/Makefile gramps.spec gramps.sh" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure @@ -3892,7 +4179,7 @@ cat >confcache <<\_ACEOF # config.status only pays attention to the cache file if you give it # the --recheck option to rerun configure. # -# `ac_cv_env_foo' variables (set or unset) will be overriden when +# `ac_cv_env_foo' variables (set or unset) will be overridden when # loading this file, other *unset* `ac_cv_foo' will be assigned the # following values. @@ -3927,7 +4214,7 @@ _ACEOF t end /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ : end' >>confcache -if cmp -s $cache_file confcache; then :; else +if diff $cache_file confcache >/dev/null 2>&1; then :; else if test -w $cache_file; then test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" cat confcache >$cache_file @@ -3989,6 +4276,21 @@ DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'` rm -f confdef2opt.sed +ac_libobjs= +ac_ltlibobjs= +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + 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 + +LTLIBOBJS=$ac_ltlibobjs + + if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." >&5 @@ -4010,11 +4312,12 @@ cat >$CONFIG_STATUS <<_ACEOF # configure, is in config.log if it exists. debug=false +ac_cs_recheck=false +ac_cs_silent=false SHELL=\${CONFIG_SHELL-$SHELL} _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF - ## --------------------- ## ## M4sh Initialization. ## ## --------------------- ## @@ -4023,11 +4326,13 @@ cat >>$CONFIG_STATUS <<\_ACEOF if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then set -o posix fi -# NLS nuisances. # Support unset when possible. if (FOO=FOO; unset FOO) >/dev/null 2>&1; then as_unset=unset @@ -4035,34 +4340,42 @@ else as_unset=false fi -(set +x; test -n "`(LANG=C; export LANG) 2>&1`") && - { $as_unset LANG || test "${LANG+set}" != set; } || - { LANG=C; export LANG; } -(set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") && - { $as_unset LC_ALL || test "${LC_ALL+set}" != set; } || - { LC_ALL=C; export LC_ALL; } -(set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") && - { $as_unset LC_TIME || test "${LC_TIME+set}" != set; } || - { LC_TIME=C; export LC_TIME; } -(set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") && - { $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } || - { LC_CTYPE=C; export LC_CTYPE; } -(set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") && - { $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } || - { LANGUAGE=C; export LANGUAGE; } -(set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") && - { $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } || - { LC_COLLATE=C; export LC_COLLATE; } -(set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") && - { $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } || - { LC_NUMERIC=C; export LC_NUMERIC; } -(set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") && - { $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } || - { LC_MESSAGES=C; export LC_MESSAGES; } + +# Work around bugs in pre-3.0 UWIN ksh. +$as_unset ENV MAIL MAILPATH +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +for as_var in \ + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ + LC_TELEPHONE LC_TIME +do + if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then + eval $as_var=C; export $as_var + else + $as_unset $as_var + fi +done + +# Required to use basename. +if expr a : '\(a\)' >/dev/null 2>&1; then + as_expr=expr +else + as_expr=false +fi + +if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi # Name of the executable. -as_me=`(basename "$0") 2>/dev/null || +as_me=`$as_basename "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)$' \| \ @@ -4073,6 +4386,7 @@ echo X/"$0" | /^X\/\(\/\).*/{ s//\1/; q; } s/.*/./; q'` + # PATH needs CR, and LINENO needs CR and PATH. # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' @@ -4083,15 +4397,15 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then - echo "#! /bin/sh" >conftest.sh - echo "exit 0" >>conftest.sh - chmod +x conftest.sh - if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi - rm -f conftest.sh + rm -f conf$$.sh fi @@ -4140,6 +4454,8 @@ do as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` test "x$as_lineno_1" != "x$as_lineno_2" && test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then + $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } + $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } CONFIG_SHELL=$as_dir/$as_base export CONFIG_SHELL exec "$CONFIG_SHELL" "$0" ${1+"$@"} @@ -4213,6 +4529,12 @@ else fi rm -f conf$$ conf$$.exe conf$$.file +if mkdir -p . 2>/dev/null; then + as_mkdir_p=: +else + as_mkdir_p=false +fi + as_executable_p="test -f" # Sed expression to map a string onto a valid CPP name. @@ -4229,7 +4551,7 @@ as_nl=' IFS=" $as_nl" # CDPATH. -$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; } +$as_unset CDPATH exec 6>&1 @@ -4246,7 +4568,7 @@ _ASBOX cat >&5 <<_CSEOF This file was extended by $as_me, which was -generated by GNU Autoconf 2.53. Invocation command line was +generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS @@ -4286,6 +4608,7 @@ Usage: $0 [OPTIONS] [FILE]... -h, --help print this help, then exit -V, --version print version number, then exit + -q, --quiet do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] @@ -4303,7 +4626,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ config.status -configured by $0, generated by GNU Autoconf 2.53, +configured by $0, generated by GNU Autoconf 2.57, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 @@ -4324,25 +4647,25 @@ do --*=*) ac_option=`expr "x$1" : 'x\([^=]*\)='` ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` - shift - set dummy "$ac_option" "$ac_optarg" ${1+"$@"} - shift + ac_shift=: + ;; + -*) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift ;; - -*);; *) # This is not an option, so the user has probably given explicit # arguments. + ac_option=$1 ac_need_defaults=false;; esac - case $1 in + case $ac_option in # Handling of the options. _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF - -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) - echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion" - exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;; -_ACEOF cat >>$CONFIG_STATUS <<\_ACEOF + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; --version | --vers* | -V ) echo "$ac_cs_version"; exit 0 ;; --he | --h) @@ -4357,13 +4680,16 @@ Try \`$0 --help' for more information." >&2;} --debug | --d* | -d ) debug=: ;; --file | --fil | --fi | --f ) - shift - CONFIG_FILES="$CONFIG_FILES $1" + $ac_shift + CONFIG_FILES="$CONFIG_FILES $ac_optarg" ac_need_defaults=false;; --header | --heade | --head | --hea ) - shift - CONFIG_HEADERS="$CONFIG_HEADERS $1" + $ac_shift + CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" ac_need_defaults=false;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; # This is an error. -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 @@ -4378,6 +4704,20 @@ Try \`$0 --help' for more information." >&2;} shift done +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF +if \$ac_cs_recheck; then + echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 + exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion +fi + _ACEOF cat >>$CONFIG_STATUS <<_ACEOF @@ -4432,6 +4772,9 @@ if $ac_need_defaults; then test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands fi +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason to put it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. # Create a temporary directory, and hook for its removal unless debugging. $debug || { @@ -4440,17 +4783,17 @@ $debug || } # Create a (secure) tmp directory for tmp files. -: ${TMPDIR=/tmp} + { - tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` && + tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" } || { - tmp=$TMPDIR/cs$$-$RANDOM + tmp=./confstat$$-$RANDOM (umask 077 && mkdir $tmp) } || { - echo "$me: cannot create a temporary directory in $TMPDIR" >&2 + echo "$me: cannot create a temporary directory in ." >&2 { (exit 1); exit 1; } } @@ -4549,6 +4892,7 @@ s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t s,@CCDEPMODE@,$CCDEPMODE,;t t s,@CPP@,$CPP,;t t +s,@EGREP@,$EGREP,;t t s,@HAVE_PKG_CONFIG@,$HAVE_PKG_CONFIG,;t t s,@SK_CONFIG@,$SK_CONFIG,;t t s,@SCROLLKEEPER_BUILD_REQUIRED@,$SCROLLKEEPER_BUILD_REQUIRED,;t t @@ -4562,6 +4906,8 @@ s,@GNOMEINC@,$GNOMEINC,;t t s,@GNOMELIB@,$GNOMELIB,;t t s,@GPREF@,$GPREF,;t t s,@INTLLIBS@,$INTLLIBS,;t t +s,@LIBOBJS@,$LIBOBJS,;t t +s,@LTLIBOBJS@,$LTLIBOBJS,;t t CEOF _ACEOF @@ -4632,25 +4978,30 @@ echo X"$ac_file" | /^X\(\/\/\)$/{ s//\1/; q; } /^X\(\/\).*/{ s//\1/; q; } s/.*/./; q'` - { case "$ac_dir" in - [\\/]* | ?:[\\/]* ) as_incr_dir=;; - *) as_incr_dir=.;; -esac -as_dummy="$ac_dir" -for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do - case $as_mkdir_dir in - # Skip DOS drivespec - ?:) as_incr_dir=$as_mkdir_dir ;; - *) - as_incr_dir=$as_incr_dir/$as_mkdir_dir - test -d "$as_incr_dir" || - mkdir "$as_incr_dir" || - { { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&5 -echo "$as_me: error: cannot create \"$ac_dir\"" >&2;} - { (exit 1); exit 1; }; } - ;; - esac -done; } + { if $as_mkdir_p; then + mkdir -p "$ac_dir" + else + as_dir="$ac_dir" + as_dirs= + while test ! -d "$as_dir"; do + as_dirs="$as_dir $as_dirs" + as_dir=`(dirname "$as_dir") 2>/dev/null || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + done + test ! -n "$as_dirs" || mkdir $as_dirs + fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 +echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} + { (exit 1); exit 1; }; }; } ac_builddir=. @@ -4680,7 +5031,7 @@ esac # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be # absolute. ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` -ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd` +ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` @@ -4810,7 +5161,7 @@ esac # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be # absolute. ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` -ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd` +ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` @@ -4879,25 +5230,30 @@ echo X"$file" | /^X\(\/\/\)$/{ s//\1/; q; } /^X\(\/\).*/{ s//\1/; q; } s/.*/./; q'` - { case $dirpart/$fdir in - [\\/]* | ?:[\\/]* ) as_incr_dir=;; - *) as_incr_dir=.;; -esac -as_dummy=$dirpart/$fdir -for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do - case $as_mkdir_dir in - # Skip DOS drivespec - ?:) as_incr_dir=$as_mkdir_dir ;; - *) - as_incr_dir=$as_incr_dir/$as_mkdir_dir - test -d "$as_incr_dir" || - mkdir "$as_incr_dir" || - { { echo "$as_me:$LINENO: error: cannot create $dirpart/$fdir" >&5 -echo "$as_me: error: cannot create $dirpart/$fdir" >&2;} - { (exit 1); exit 1; }; } - ;; - esac -done; } + { if $as_mkdir_p; then + mkdir -p $dirpart/$fdir + else + as_dir=$dirpart/$fdir + as_dirs= + while test ! -d "$as_dir"; do + as_dirs="$as_dir $as_dirs" + as_dir=`(dirname "$as_dir") 2>/dev/null || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + done + test ! -n "$as_dirs" || mkdir $as_dirs + fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5 +echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;} + { (exit 1); exit 1; }; }; } # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" @@ -4926,8 +5282,11 @@ ac_clean_files=$ac_clean_files_save # need to make the FD available again. if test "$no_create" != yes; then ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" exec 5>/dev/null - $SHELL $CONFIG_STATUS || ac_cs_success=false + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false exec 5>>config.log # Use ||, not &&, to avoid exiting from the if with $? = 1, which # would make configure fail if this is the last instruction. diff --git a/doc/gramps-manual/C/Makefile.in b/doc/gramps-manual/C/Makefile.in index 46d0fa62e..2d4362859 100644 --- a/doc/gramps-manual/C/Makefile.in +++ b/doc/gramps-manual/C/Makefile.in @@ -178,7 +178,7 @@ entities = legal.xml # ************* Begin of section some packagers may need to modify ************** # This variable (docdir) specifies where the documents should be installed. # This default value should work for most packages. -docdir = $(datadir)/@PACKAGE@/doc/$(docname)/$(lang) +docdir = $(datadir)/@PACKAGE@/gnome/help/@PACKAGE@/$(lang) # ************** You should not have to edit below this line ******************* xml_files = $(entities) $(docname).xml diff --git a/doc/xmldocs.make b/doc/xmldocs.make index 12b044567..784f3fb21 100644 --- a/doc/xmldocs.make +++ b/doc/xmldocs.make @@ -36,7 +36,7 @@ # ************* Begin of section some packagers may need to modify ************** # This variable (docdir) specifies where the documents should be installed. # This default value should work for most packages. -docdir = $(datadir)/@PACKAGE@/doc/$(docname)/$(lang) +docdir = $(datadir)/@PACKAGE@/gnome/help/@PACKAGE@/$(lang) # ************** You should not have to edit below this line ******************* xml_files = $(entities) $(docname).xml diff --git a/src/Makefile.in b/src/Makefile.in index 48822b80d..199f38c19 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -260,7 +260,7 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \ install-exec-recursive installdirs-recursive install-recursive \ uninstall-recursive check-recursive installcheck-recursive DIST_COMMON = README $(dist_pkgdata_DATA) $(pkgpython_PYTHON) AUTHORS \ - ChangeLog Makefile.am Makefile.in NEWS TODO const.py.in + ChangeLog Makefile.am Makefile.in NEWS const.py.in DIST_SUBDIRS = $(SUBDIRS) all: all-recursive diff --git a/src/po/de.mo b/src/po/de.mo index bcc954905ed663b5e1a03c0c5a0f13fcf20be336..c89830d28195fb6b0b0eab01e403004d7f927475 100644 GIT binary patch delta 21253 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%0D4qf~qct8Dv_LA4U3+_{H@H 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 delta 24576 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