update
svn: r2722
This commit is contained in:
parent
a85a341734
commit
ce1e4f9136
@ -1,3 +1,7 @@
|
|||||||
|
2004-01-27 Don Allingham <dallingham@users.sourceforge.net>
|
||||||
|
* src/docgen/PdfDoc.py: fix encoding exception
|
||||||
|
* gramps-mdk.spec: Mandrake RPM spec file
|
||||||
|
|
||||||
2004-01-27 Alex Roitman <shura@alex.neuro.umn.edu>
|
2004-01-27 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||||
* src/po/ru.po: Minor corrections.
|
* src/po/ru.po: Minor corrections.
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
SUBDIRS = src doc example
|
SUBDIRS = src doc example
|
||||||
|
|
||||||
EXTRA_DIST = autogen.sh gramps.spec.in gramps.spec COPYING-DOCS FAQ
|
EXTRA_DIST = autogen.sh gramps.spec.in gramps.spec gramps-mdk.spec gramps-mdk.spec.in COPYING-DOCS FAQ
|
||||||
|
|
||||||
bin_SCRIPTS = gramps
|
bin_SCRIPTS = gramps
|
||||||
|
|
||||||
|
10
Makefile.in
10
Makefile.in
@ -133,7 +133,7 @@ target_alias = @target_alias@
|
|||||||
|
|
||||||
SUBDIRS = src doc example
|
SUBDIRS = src doc example
|
||||||
|
|
||||||
EXTRA_DIST = autogen.sh gramps.spec.in gramps.spec COPYING-DOCS FAQ
|
EXTRA_DIST = autogen.sh gramps.spec.in gramps.spec gramps-mdk.spec gramps-mdk.spec.in COPYING-DOCS FAQ
|
||||||
|
|
||||||
bin_SCRIPTS = gramps
|
bin_SCRIPTS = gramps
|
||||||
|
|
||||||
@ -141,7 +141,7 @@ CLEANFILES = gramps
|
|||||||
subdir = .
|
subdir = .
|
||||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||||
CONFIG_CLEAN_FILES = gramps.spec gramps.sh
|
CONFIG_CLEAN_FILES = gramps.spec gramps-mdk.spec gramps.sh
|
||||||
SCRIPTS = $(bin_SCRIPTS)
|
SCRIPTS = $(bin_SCRIPTS)
|
||||||
|
|
||||||
DIST_SOURCES =
|
DIST_SOURCES =
|
||||||
@ -153,8 +153,8 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
|
|||||||
check-recursive installcheck-recursive
|
check-recursive installcheck-recursive
|
||||||
DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \
|
DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \
|
||||||
COPYING ChangeLog INSTALL Makefile.am NEWS TODO aclocal.m4 \
|
COPYING ChangeLog INSTALL Makefile.am NEWS TODO aclocal.m4 \
|
||||||
configure configure.in gramps.sh.in gramps.spec.in install-sh \
|
configure configure.in gramps-mdk.spec.in gramps.sh.in \
|
||||||
missing mkinstalldirs py-compile
|
gramps.spec.in install-sh missing mkinstalldirs py-compile
|
||||||
DIST_SUBDIRS = $(SUBDIRS)
|
DIST_SUBDIRS = $(SUBDIRS)
|
||||||
all: all-recursive
|
all: all-recursive
|
||||||
|
|
||||||
@ -177,6 +177,8 @@ $(ACLOCAL_M4): configure.in
|
|||||||
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
||||||
gramps.spec: $(top_builddir)/config.status gramps.spec.in
|
gramps.spec: $(top_builddir)/config.status gramps.spec.in
|
||||||
cd $(top_builddir) && $(SHELL) ./config.status $@
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||||||
|
gramps-mdk.spec: $(top_builddir)/config.status gramps-mdk.spec.in
|
||||||
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||||||
gramps.sh: $(top_builddir)/config.status gramps.sh.in
|
gramps.sh: $(top_builddir)/config.status gramps.sh.in
|
||||||
cd $(top_builddir) && $(SHELL) ./config.status $@
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||||||
binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
|
binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
|
||||||
|
462
configure
vendored
462
configure
vendored
@ -1,10 +1,11 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.59 for gramps 1.0.0.
|
# Generated by GNU Autoconf 2.57 for gramps 1.0.0.
|
||||||
#
|
#
|
||||||
# Report bugs to <gramps-bugs@lists.sourceforge.net>.
|
# Report bugs to <gramps-bugs@lists.sourceforge.net>.
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003 Free Software Foundation, Inc.
|
# 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
|
# This configure script is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy, distribute and modify it.
|
# gives unlimited permission to copy, distribute and modify it.
|
||||||
## --------------------- ##
|
## --------------------- ##
|
||||||
@ -21,10 +22,9 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
|
|||||||
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
|
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
|
||||||
set -o posix
|
set -o posix
|
||||||
fi
|
fi
|
||||||
DUALCASE=1; export DUALCASE # for MKS sh
|
|
||||||
|
|
||||||
# Support unset when possible.
|
# Support unset when possible.
|
||||||
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
|
if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
|
||||||
as_unset=unset
|
as_unset=unset
|
||||||
else
|
else
|
||||||
as_unset=false
|
as_unset=false
|
||||||
@ -43,7 +43,7 @@ for as_var in \
|
|||||||
LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
|
LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
|
||||||
LC_TELEPHONE LC_TIME
|
LC_TELEPHONE LC_TIME
|
||||||
do
|
do
|
||||||
if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
|
if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
|
||||||
eval $as_var=C; export $as_var
|
eval $as_var=C; export $as_var
|
||||||
else
|
else
|
||||||
$as_unset $as_var
|
$as_unset $as_var
|
||||||
@ -220,17 +220,16 @@ rm -f conf$$ conf$$.exe conf$$.file
|
|||||||
if mkdir -p . 2>/dev/null; then
|
if mkdir -p . 2>/dev/null; then
|
||||||
as_mkdir_p=:
|
as_mkdir_p=:
|
||||||
else
|
else
|
||||||
test -d ./-p && rmdir ./-p
|
|
||||||
as_mkdir_p=false
|
as_mkdir_p=false
|
||||||
fi
|
fi
|
||||||
|
|
||||||
as_executable_p="test -f"
|
as_executable_p="test -f"
|
||||||
|
|
||||||
# Sed expression to map a string onto a valid CPP name.
|
# Sed expression to map a string onto a valid CPP name.
|
||||||
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
|
as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
|
||||||
|
|
||||||
# Sed expression to map a string onto a valid variable name.
|
# Sed expression to map a string onto a valid variable name.
|
||||||
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
|
as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
|
||||||
|
|
||||||
|
|
||||||
# IFS
|
# IFS
|
||||||
@ -274,7 +273,7 @@ PACKAGE_STRING='gramps 1.0.0'
|
|||||||
PACKAGE_BUGREPORT='gramps-bugs@lists.sourceforge.net'
|
PACKAGE_BUGREPORT='gramps-bugs@lists.sourceforge.net'
|
||||||
|
|
||||||
ac_unique_file="src/gramps.py"
|
ac_unique_file="src/gramps.py"
|
||||||
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 MSGCONV ICONV LANGUAGES POFILES MOFILES PYTHON PYTHON_VERSION PYTHON_PREFIX PYTHON_EXEC_PREFIX PYTHON_PLATFORM pythondir pkgpythondir pyexecdir pkgpyexecdir BINSH ZIP CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE HAVE_PKG_CONFIG PYTHON_CPPFLAGS SK_CONFIG SCROLLKEEPER_BUILD_REQUIRED GNOMEHELP GPREFIX GNOMEINC GNOMELIB LIBOBJS LTLIBOBJS'
|
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 CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot RELEASE VERSIONSTRING MSGFMT MSGCONV ICONV LANGUAGES POFILES MOFILES PYTHON PYTHON_VERSION PYTHON_PREFIX PYTHON_EXEC_PREFIX PYTHON_PLATFORM pythondir pkgpythondir pyexecdir pkgpyexecdir BINSH ZIP CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE HAVE_PKG_CONFIG PYTHON_CPPFLAGS SK_CONFIG SCROLLKEEPER_BUILD_REQUIRED GNOMEHELP GPREFIX GNOMEINC GNOMELIB LIBOBJS LTLIBOBJS'
|
||||||
ac_subst_files=''
|
ac_subst_files=''
|
||||||
|
|
||||||
# Initialize some variables set by options.
|
# Initialize some variables set by options.
|
||||||
@ -856,45 +855,12 @@ case $srcdir in
|
|||||||
ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
|
ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
|
||||||
ac_top_srcdir=$ac_top_builddir$srcdir ;;
|
ac_top_srcdir=$ac_top_builddir$srcdir ;;
|
||||||
esac
|
esac
|
||||||
|
# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
|
||||||
# Do not use `cd foo && pwd` to compute absolute paths, because
|
# absolute.
|
||||||
# the directories may not exist.
|
ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
|
||||||
case `pwd` in
|
ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
|
||||||
.) ac_abs_builddir="$ac_dir";;
|
ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
|
||||||
*)
|
ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
|
||||||
case "$ac_dir" in
|
|
||||||
.) ac_abs_builddir=`pwd`;;
|
|
||||||
[\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
|
|
||||||
*) ac_abs_builddir=`pwd`/"$ac_dir";;
|
|
||||||
esac;;
|
|
||||||
esac
|
|
||||||
case $ac_abs_builddir in
|
|
||||||
.) ac_abs_top_builddir=${ac_top_builddir}.;;
|
|
||||||
*)
|
|
||||||
case ${ac_top_builddir}. in
|
|
||||||
.) ac_abs_top_builddir=$ac_abs_builddir;;
|
|
||||||
[\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
|
|
||||||
*) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
|
|
||||||
esac;;
|
|
||||||
esac
|
|
||||||
case $ac_abs_builddir in
|
|
||||||
.) ac_abs_srcdir=$ac_srcdir;;
|
|
||||||
*)
|
|
||||||
case $ac_srcdir in
|
|
||||||
.) ac_abs_srcdir=$ac_abs_builddir;;
|
|
||||||
[\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
|
|
||||||
*) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
|
|
||||||
esac;;
|
|
||||||
esac
|
|
||||||
case $ac_abs_builddir in
|
|
||||||
.) ac_abs_top_srcdir=$ac_top_srcdir;;
|
|
||||||
*)
|
|
||||||
case $ac_top_srcdir in
|
|
||||||
.) ac_abs_top_srcdir=$ac_abs_builddir;;
|
|
||||||
[\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
|
|
||||||
*) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
|
|
||||||
esac;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
cd $ac_dir
|
cd $ac_dir
|
||||||
# Check for guested configure; otherwise get Cygnus style configure.
|
# Check for guested configure; otherwise get Cygnus style configure.
|
||||||
@ -911,7 +877,7 @@ esac
|
|||||||
else
|
else
|
||||||
echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
|
echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
|
||||||
fi
|
fi
|
||||||
cd "$ac_popdir"
|
cd $ac_popdir
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -919,9 +885,10 @@ test -n "$ac_init_help" && exit 0
|
|||||||
if $ac_init_version; then
|
if $ac_init_version; then
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
gramps configure 1.0.0
|
gramps configure 1.0.0
|
||||||
generated by GNU Autoconf 2.59
|
generated by GNU Autoconf 2.57
|
||||||
|
|
||||||
Copyright (C) 2003 Free Software Foundation, Inc.
|
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
|
This configure script is free software; the Free Software Foundation
|
||||||
gives unlimited permission to copy, distribute and modify it.
|
gives unlimited permission to copy, distribute and modify it.
|
||||||
_ACEOF
|
_ACEOF
|
||||||
@ -933,7 +900,7 @@ This file contains any messages produced by compilers while
|
|||||||
running configure, to aid debugging if configure makes a mistake.
|
running configure, to aid debugging if configure makes a mistake.
|
||||||
|
|
||||||
It was created by gramps $as_me 1.0.0, which was
|
It was created by gramps $as_me 1.0.0, which was
|
||||||
generated by GNU Autoconf 2.59. Invocation command line was
|
generated by GNU Autoconf 2.57. Invocation command line was
|
||||||
|
|
||||||
$ $0 $@
|
$ $0 $@
|
||||||
|
|
||||||
@ -1109,7 +1076,7 @@ _ASBOX
|
|||||||
echo "$as_me: caught signal $ac_signal"
|
echo "$as_me: caught signal $ac_signal"
|
||||||
echo "$as_me: exit $exit_status"
|
echo "$as_me: exit $exit_status"
|
||||||
} >&5
|
} >&5
|
||||||
rm -f core *.core &&
|
rm -f core core.* *.core &&
|
||||||
rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
|
rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
|
||||||
exit $exit_status
|
exit $exit_status
|
||||||
' 0
|
' 0
|
||||||
@ -1269,7 +1236,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
am__api_version="1.6"
|
am__api_version="1.7"
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
|
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
|
||||||
if test -f $ac_dir/install-sh; then
|
if test -f $ac_dir/install-sh; then
|
||||||
@ -1306,7 +1273,6 @@ ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
|
|||||||
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
|
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
|
||||||
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
|
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
|
||||||
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
|
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
|
||||||
# OS/2's system install, which has a completely different semantic
|
|
||||||
# ./install, which can be erroneously created by make from ./install.sh.
|
# ./install, which can be erroneously created by make from ./install.sh.
|
||||||
echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
|
echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
|
||||||
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
|
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
|
||||||
@ -1323,7 +1289,6 @@ do
|
|||||||
case $as_dir/ in
|
case $as_dir/ in
|
||||||
./ | .// | /cC/* | \
|
./ | .// | /cC/* | \
|
||||||
/etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
|
/etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
|
||||||
?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
|
|
||||||
/usr/ucb/* ) ;;
|
/usr/ucb/* ) ;;
|
||||||
*)
|
*)
|
||||||
# OSF1 and SCO ODT 3.0 have their own names for install.
|
# OSF1 and SCO ODT 3.0 have their own names for install.
|
||||||
@ -1488,7 +1453,7 @@ done
|
|||||||
|
|
||||||
echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
|
echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
|
||||||
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
|
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
|
||||||
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
|
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
|
||||||
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
|
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
|
||||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
else
|
else
|
||||||
@ -1515,6 +1480,15 @@ echo "${ECHO_T}no" >&6
|
|||||||
SET_MAKE="MAKE=${MAKE-make}"
|
SET_MAKE="MAKE=${MAKE-make}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
rm -rf .tst 2>/dev/null
|
||||||
|
mkdir .tst 2>/dev/null
|
||||||
|
if test -d .tst; then
|
||||||
|
am__leading_dot=.
|
||||||
|
else
|
||||||
|
am__leading_dot=_
|
||||||
|
fi
|
||||||
|
rmdir .tst 2>/dev/null
|
||||||
|
|
||||||
# test to see if srcdir already configured
|
# test to see if srcdir already configured
|
||||||
if test "`cd $srcdir && pwd`" != "`pwd`" &&
|
if test "`cd $srcdir && pwd`" != "`pwd`" &&
|
||||||
test -f $srcdir/config.status; then
|
test -f $srcdir/config.status; then
|
||||||
@ -1523,9 +1497,19 @@ echo "$as_me: error: source directory already configured; run \"make distclean\"
|
|||||||
{ (exit 1); exit 1; }; }
|
{ (exit 1); exit 1; }; }
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# test whether we have cygpath
|
||||||
|
if test -z "$CYGPATH_W"; then
|
||||||
|
if (cygpath --version) >/dev/null 2>/dev/null; then
|
||||||
|
CYGPATH_W='cygpath -w'
|
||||||
|
else
|
||||||
|
CYGPATH_W=echo
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
# Define the identity of the package.
|
# Define the identity of the package.
|
||||||
PACKAGE=gramps
|
PACKAGE='gramps'
|
||||||
VERSION=1.0.0
|
VERSION='1.0.0'
|
||||||
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
||||||
@ -1830,7 +1814,7 @@ if test "${am_cv_pathless_PYTHON+set}" = set; then
|
|||||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
else
|
else
|
||||||
|
|
||||||
for am_cv_pathless_PYTHON in python python2 python2.2 python2.1 python2.0 python1.6 python1.5 : ; do
|
for am_cv_pathless_PYTHON in python python2 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 : ; do
|
||||||
if test "$am_cv_pathless_PYTHON" = : ; then
|
if test "$am_cv_pathless_PYTHON" = : ; then
|
||||||
{ { echo "$as_me:$LINENO: error: no suitable Python interpreter found" >&5
|
{ { echo "$as_me:$LINENO: error: no suitable Python interpreter found" >&5
|
||||||
echo "$as_me: error: no suitable Python interpreter found" >&2;}
|
echo "$as_me: error: no suitable Python interpreter found" >&2;}
|
||||||
@ -1933,16 +1917,34 @@ echo "${ECHO_T}$am_cv_python_platform" >&6
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
echo "$as_me:$LINENO: checking for $am_display_PYTHON script directory" >&5
|
||||||
pythondir=$PYTHON_PREFIX"/lib/python"$PYTHON_VERSION/site-packages
|
echo $ECHO_N "checking for $am_display_PYTHON script directory... $ECHO_C" >&6
|
||||||
|
if test "${am_cv_python_pythondir+set}" = set; then
|
||||||
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
|
else
|
||||||
|
am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX')" 2>/dev/null ||
|
||||||
|
echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"`
|
||||||
|
fi
|
||||||
|
echo "$as_me:$LINENO: result: $am_cv_python_pythondir" >&5
|
||||||
|
echo "${ECHO_T}$am_cv_python_pythondir" >&6
|
||||||
|
pythondir=$am_cv_python_pythondir
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
pkgpythondir=\${pythondir}/$PACKAGE
|
pkgpythondir=\${pythondir}/$PACKAGE
|
||||||
|
|
||||||
|
|
||||||
|
echo "$as_me:$LINENO: checking for $am_display_PYTHON extension module directory" >&5
|
||||||
pyexecdir=${PYTHON_EXEC_PREFIX}/lib/python${PYTHON_VERSION}/site-packages
|
echo $ECHO_N "checking for $am_display_PYTHON extension module directory... $ECHO_C" >&6
|
||||||
|
if test "${am_cv_python_pyexecdir+set}" = set; then
|
||||||
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
|
else
|
||||||
|
am_cv_python_pyexecdir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX')" 2>/dev/null ||
|
||||||
|
echo "${PYTHON_EXEC_PREFIX}/lib/python${PYTHON_VERSION}/site-packages"`
|
||||||
|
fi
|
||||||
|
echo "$as_me:$LINENO: result: $am_cv_python_pyexecdir" >&5
|
||||||
|
echo "${ECHO_T}$am_cv_python_pyexecdir" >&6
|
||||||
|
pyexecdir=$am_cv_python_pyexecdir
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -2370,6 +2372,7 @@ ac_compiler=`set X $ac_compile; echo $2`
|
|||||||
(exit $ac_status); }
|
(exit $ac_status); }
|
||||||
|
|
||||||
cat >conftest.$ac_ext <<_ACEOF
|
cat >conftest.$ac_ext <<_ACEOF
|
||||||
|
#line $LINENO "configure"
|
||||||
/* confdefs.h. */
|
/* confdefs.h. */
|
||||||
_ACEOF
|
_ACEOF
|
||||||
cat confdefs.h >>conftest.$ac_ext
|
cat confdefs.h >>conftest.$ac_ext
|
||||||
@ -2389,8 +2392,8 @@ ac_clean_files="$ac_clean_files a.out a.exe b.out"
|
|||||||
# Try to create an executable without -o first, disregard a.out.
|
# Try to create an executable without -o first, disregard a.out.
|
||||||
# It will help us diagnose broken compilers, and finding out an intuition
|
# It will help us diagnose broken compilers, and finding out an intuition
|
||||||
# of exeext.
|
# of exeext.
|
||||||
echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
|
echo "$as_me:$LINENO: checking for C compiler default output" >&5
|
||||||
echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
|
echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
|
||||||
ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
|
ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
|
||||||
if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
|
if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
|
||||||
(eval $ac_link_default) 2>&5
|
(eval $ac_link_default) 2>&5
|
||||||
@ -2526,6 +2529,7 @@ if test "${ac_cv_objext+set}" = set; then
|
|||||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
else
|
else
|
||||||
cat >conftest.$ac_ext <<_ACEOF
|
cat >conftest.$ac_ext <<_ACEOF
|
||||||
|
#line $LINENO "configure"
|
||||||
/* confdefs.h. */
|
/* confdefs.h. */
|
||||||
_ACEOF
|
_ACEOF
|
||||||
cat confdefs.h >>conftest.$ac_ext
|
cat confdefs.h >>conftest.$ac_ext
|
||||||
@ -2576,6 +2580,7 @@ if test "${ac_cv_c_compiler_gnu+set}" = set; then
|
|||||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
else
|
else
|
||||||
cat >conftest.$ac_ext <<_ACEOF
|
cat >conftest.$ac_ext <<_ACEOF
|
||||||
|
#line $LINENO "configure"
|
||||||
/* confdefs.h. */
|
/* confdefs.h. */
|
||||||
_ACEOF
|
_ACEOF
|
||||||
cat confdefs.h >>conftest.$ac_ext
|
cat confdefs.h >>conftest.$ac_ext
|
||||||
@ -2595,19 +2600,10 @@ main ()
|
|||||||
_ACEOF
|
_ACEOF
|
||||||
rm -f conftest.$ac_objext
|
rm -f conftest.$ac_objext
|
||||||
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
||||||
(eval $ac_compile) 2>conftest.er1
|
(eval $ac_compile) 2>&5
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
grep -v '^ *+' conftest.er1 >conftest.err
|
|
||||||
rm -f conftest.er1
|
|
||||||
cat conftest.err >&5
|
|
||||||
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||||
(exit $ac_status); } &&
|
(exit $ac_status); } &&
|
||||||
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
||||||
{ (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); }; } &&
|
|
||||||
{ ac_try='test -s conftest.$ac_objext'
|
{ ac_try='test -s conftest.$ac_objext'
|
||||||
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
||||||
(eval $ac_try) 2>&5
|
(eval $ac_try) 2>&5
|
||||||
@ -2621,7 +2617,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
|
|||||||
|
|
||||||
ac_compiler_gnu=no
|
ac_compiler_gnu=no
|
||||||
fi
|
fi
|
||||||
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
||||||
ac_cv_c_compiler_gnu=$ac_compiler_gnu
|
ac_cv_c_compiler_gnu=$ac_compiler_gnu
|
||||||
|
|
||||||
fi
|
fi
|
||||||
@ -2637,6 +2633,7 @@ if test "${ac_cv_prog_cc_g+set}" = set; then
|
|||||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
else
|
else
|
||||||
cat >conftest.$ac_ext <<_ACEOF
|
cat >conftest.$ac_ext <<_ACEOF
|
||||||
|
#line $LINENO "configure"
|
||||||
/* confdefs.h. */
|
/* confdefs.h. */
|
||||||
_ACEOF
|
_ACEOF
|
||||||
cat confdefs.h >>conftest.$ac_ext
|
cat confdefs.h >>conftest.$ac_ext
|
||||||
@ -2653,19 +2650,10 @@ main ()
|
|||||||
_ACEOF
|
_ACEOF
|
||||||
rm -f conftest.$ac_objext
|
rm -f conftest.$ac_objext
|
||||||
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
||||||
(eval $ac_compile) 2>conftest.er1
|
(eval $ac_compile) 2>&5
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
grep -v '^ *+' conftest.er1 >conftest.err
|
|
||||||
rm -f conftest.er1
|
|
||||||
cat conftest.err >&5
|
|
||||||
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||||
(exit $ac_status); } &&
|
(exit $ac_status); } &&
|
||||||
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
||||||
{ (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); }; } &&
|
|
||||||
{ ac_try='test -s conftest.$ac_objext'
|
{ ac_try='test -s conftest.$ac_objext'
|
||||||
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
||||||
(eval $ac_try) 2>&5
|
(eval $ac_try) 2>&5
|
||||||
@ -2679,7 +2667,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
|
|||||||
|
|
||||||
ac_cv_prog_cc_g=no
|
ac_cv_prog_cc_g=no
|
||||||
fi
|
fi
|
||||||
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
||||||
fi
|
fi
|
||||||
echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
|
echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
|
||||||
echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
|
echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
|
||||||
@ -2706,6 +2694,7 @@ else
|
|||||||
ac_cv_prog_cc_stdc=no
|
ac_cv_prog_cc_stdc=no
|
||||||
ac_save_CC=$CC
|
ac_save_CC=$CC
|
||||||
cat >conftest.$ac_ext <<_ACEOF
|
cat >conftest.$ac_ext <<_ACEOF
|
||||||
|
#line $LINENO "configure"
|
||||||
/* confdefs.h. */
|
/* confdefs.h. */
|
||||||
_ACEOF
|
_ACEOF
|
||||||
cat confdefs.h >>conftest.$ac_ext
|
cat confdefs.h >>conftest.$ac_ext
|
||||||
@ -2733,16 +2722,6 @@ static char *f (char * (*g) (char **, int), char **p, ...)
|
|||||||
va_end (v);
|
va_end (v);
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
|
|
||||||
function prototypes and stuff, but not '\xHH' hex character constants.
|
|
||||||
These don't provoke an error unfortunately, instead are silently treated
|
|
||||||
as 'x'. The following induces an error, until -std1 is added to get
|
|
||||||
proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
|
|
||||||
array size at least. It's necessary to write '\x00'==0 to get something
|
|
||||||
that's true only with -std1. */
|
|
||||||
int osf4_cc_array ['\x00' == 0 ? 1 : -1];
|
|
||||||
|
|
||||||
int test (int i, double x);
|
int test (int i, double x);
|
||||||
struct s1 {int (*f) (int a);};
|
struct s1 {int (*f) (int a);};
|
||||||
struct s2 {int (*f) (double a);};
|
struct s2 {int (*f) (double a);};
|
||||||
@ -2769,19 +2748,10 @@ do
|
|||||||
CC="$ac_save_CC $ac_arg"
|
CC="$ac_save_CC $ac_arg"
|
||||||
rm -f conftest.$ac_objext
|
rm -f conftest.$ac_objext
|
||||||
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
||||||
(eval $ac_compile) 2>conftest.er1
|
(eval $ac_compile) 2>&5
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
grep -v '^ *+' conftest.er1 >conftest.err
|
|
||||||
rm -f conftest.er1
|
|
||||||
cat conftest.err >&5
|
|
||||||
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||||
(exit $ac_status); } &&
|
(exit $ac_status); } &&
|
||||||
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
||||||
{ (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); }; } &&
|
|
||||||
{ ac_try='test -s conftest.$ac_objext'
|
{ ac_try='test -s conftest.$ac_objext'
|
||||||
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
||||||
(eval $ac_try) 2>&5
|
(eval $ac_try) 2>&5
|
||||||
@ -2795,7 +2765,7 @@ else
|
|||||||
sed 's/^/| /' conftest.$ac_ext >&5
|
sed 's/^/| /' conftest.$ac_ext >&5
|
||||||
|
|
||||||
fi
|
fi
|
||||||
rm -f conftest.err conftest.$ac_objext
|
rm -f conftest.$ac_objext
|
||||||
done
|
done
|
||||||
rm -f conftest.$ac_ext conftest.$ac_objext
|
rm -f conftest.$ac_ext conftest.$ac_objext
|
||||||
CC=$ac_save_CC
|
CC=$ac_save_CC
|
||||||
@ -2823,19 +2793,10 @@ cat >conftest.$ac_ext <<_ACEOF
|
|||||||
_ACEOF
|
_ACEOF
|
||||||
rm -f conftest.$ac_objext
|
rm -f conftest.$ac_objext
|
||||||
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
||||||
(eval $ac_compile) 2>conftest.er1
|
(eval $ac_compile) 2>&5
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
grep -v '^ *+' conftest.er1 >conftest.err
|
|
||||||
rm -f conftest.er1
|
|
||||||
cat conftest.err >&5
|
|
||||||
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||||
(exit $ac_status); } &&
|
(exit $ac_status); } &&
|
||||||
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
||||||
{ (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); }; } &&
|
|
||||||
{ ac_try='test -s conftest.$ac_objext'
|
{ ac_try='test -s conftest.$ac_objext'
|
||||||
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
||||||
(eval $ac_try) 2>&5
|
(eval $ac_try) 2>&5
|
||||||
@ -2843,7 +2804,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|||||||
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||||
(exit $ac_status); }; }; then
|
(exit $ac_status); }; }; then
|
||||||
for ac_declaration in \
|
for ac_declaration in \
|
||||||
'' \
|
''\
|
||||||
|
'#include <stdlib.h>' \
|
||||||
'extern "C" void std::exit (int) throw (); using std::exit;' \
|
'extern "C" void std::exit (int) throw (); using std::exit;' \
|
||||||
'extern "C" void std::exit (int); using std::exit;' \
|
'extern "C" void std::exit (int); using std::exit;' \
|
||||||
'extern "C" void exit (int) throw ();' \
|
'extern "C" void exit (int) throw ();' \
|
||||||
@ -2851,13 +2813,14 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|||||||
'void exit (int);'
|
'void exit (int);'
|
||||||
do
|
do
|
||||||
cat >conftest.$ac_ext <<_ACEOF
|
cat >conftest.$ac_ext <<_ACEOF
|
||||||
|
#line $LINENO "configure"
|
||||||
/* confdefs.h. */
|
/* confdefs.h. */
|
||||||
_ACEOF
|
_ACEOF
|
||||||
cat confdefs.h >>conftest.$ac_ext
|
cat confdefs.h >>conftest.$ac_ext
|
||||||
cat >>conftest.$ac_ext <<_ACEOF
|
cat >>conftest.$ac_ext <<_ACEOF
|
||||||
/* end confdefs.h. */
|
/* end confdefs.h. */
|
||||||
$ac_declaration
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
$ac_declaration
|
||||||
int
|
int
|
||||||
main ()
|
main ()
|
||||||
{
|
{
|
||||||
@ -2868,19 +2831,10 @@ exit (42);
|
|||||||
_ACEOF
|
_ACEOF
|
||||||
rm -f conftest.$ac_objext
|
rm -f conftest.$ac_objext
|
||||||
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
||||||
(eval $ac_compile) 2>conftest.er1
|
(eval $ac_compile) 2>&5
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
grep -v '^ *+' conftest.er1 >conftest.err
|
|
||||||
rm -f conftest.er1
|
|
||||||
cat conftest.err >&5
|
|
||||||
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||||
(exit $ac_status); } &&
|
(exit $ac_status); } &&
|
||||||
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
||||||
{ (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); }; } &&
|
|
||||||
{ ac_try='test -s conftest.$ac_objext'
|
{ ac_try='test -s conftest.$ac_objext'
|
||||||
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
||||||
(eval $ac_try) 2>&5
|
(eval $ac_try) 2>&5
|
||||||
@ -2894,8 +2848,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
|
|||||||
|
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
||||||
cat >conftest.$ac_ext <<_ACEOF
|
cat >conftest.$ac_ext <<_ACEOF
|
||||||
|
#line $LINENO "configure"
|
||||||
/* confdefs.h. */
|
/* confdefs.h. */
|
||||||
_ACEOF
|
_ACEOF
|
||||||
cat confdefs.h >>conftest.$ac_ext
|
cat confdefs.h >>conftest.$ac_ext
|
||||||
@ -2912,19 +2867,10 @@ exit (42);
|
|||||||
_ACEOF
|
_ACEOF
|
||||||
rm -f conftest.$ac_objext
|
rm -f conftest.$ac_objext
|
||||||
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
||||||
(eval $ac_compile) 2>conftest.er1
|
(eval $ac_compile) 2>&5
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
grep -v '^ *+' conftest.er1 >conftest.err
|
|
||||||
rm -f conftest.er1
|
|
||||||
cat conftest.err >&5
|
|
||||||
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||||
(exit $ac_status); } &&
|
(exit $ac_status); } &&
|
||||||
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
||||||
{ (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); }; } &&
|
|
||||||
{ ac_try='test -s conftest.$ac_objext'
|
{ ac_try='test -s conftest.$ac_objext'
|
||||||
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
||||||
(eval $ac_try) 2>&5
|
(eval $ac_try) 2>&5
|
||||||
@ -2937,7 +2883,7 @@ else
|
|||||||
sed 's/^/| /' conftest.$ac_ext >&5
|
sed 's/^/| /' conftest.$ac_ext >&5
|
||||||
|
|
||||||
fi
|
fi
|
||||||
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
||||||
done
|
done
|
||||||
rm -f conftest*
|
rm -f conftest*
|
||||||
if test -n "$ac_declaration"; then
|
if test -n "$ac_declaration"; then
|
||||||
@ -2951,30 +2897,22 @@ else
|
|||||||
sed 's/^/| /' conftest.$ac_ext >&5
|
sed 's/^/| /' conftest.$ac_ext >&5
|
||||||
|
|
||||||
fi
|
fi
|
||||||
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
||||||
ac_ext=c
|
ac_ext=c
|
||||||
ac_cpp='$CPP $CPPFLAGS'
|
ac_cpp='$CPP $CPPFLAGS'
|
||||||
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||||
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
||||||
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||||
rm -f .deps 2>/dev/null
|
DEPDIR="${am__leading_dot}deps"
|
||||||
mkdir .deps 2>/dev/null
|
|
||||||
if test -d .deps; then
|
|
||||||
DEPDIR=.deps
|
|
||||||
else
|
|
||||||
# MS-DOS does not allow filenames that begin with a dot.
|
|
||||||
DEPDIR=_deps
|
|
||||||
fi
|
|
||||||
rmdir .deps 2>/dev/null
|
|
||||||
|
|
||||||
|
|
||||||
ac_config_commands="$ac_config_commands depfiles"
|
ac_config_commands="$ac_config_commands depfiles"
|
||||||
|
|
||||||
|
|
||||||
am_make=${MAKE-make}
|
am_make=${MAKE-make}
|
||||||
cat > confinc << 'END'
|
cat > confinc << 'END'
|
||||||
doit:
|
am__doit:
|
||||||
@echo done
|
@echo done
|
||||||
|
.PHONY: am__doit
|
||||||
END
|
END
|
||||||
# If we don't find an include directive, just comment out the code.
|
# If we don't find an include directive, just comment out the code.
|
||||||
echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
|
echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
|
||||||
@ -2989,7 +2927,7 @@ echo "include confinc" > confmf
|
|||||||
# In particular we don't look at `^make:' because GNU make might
|
# In particular we don't look at `^make:' because GNU make might
|
||||||
# be invoked under some other name (usually "gmake"), in which
|
# be invoked under some other name (usually "gmake"), in which
|
||||||
# case it prints its new name instead of `make'.
|
# case it prints its new name instead of `make'.
|
||||||
if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
|
if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
|
||||||
am__include=include
|
am__include=include
|
||||||
am__quote=
|
am__quote=
|
||||||
_am_result=GNU
|
_am_result=GNU
|
||||||
@ -3049,18 +2987,32 @@ else
|
|||||||
# using a relative directory.
|
# using a relative directory.
|
||||||
cp "$am_depcomp" conftest.dir
|
cp "$am_depcomp" conftest.dir
|
||||||
cd conftest.dir
|
cd conftest.dir
|
||||||
|
# We will build objects and dependencies in a subdirectory because
|
||||||
|
# it helps to detect inapplicable dependency modes. For instance
|
||||||
|
# both Tru64's cc and ICC support -MD to output dependencies as a
|
||||||
|
# side effect of compilation, but ICC will put the dependencies in
|
||||||
|
# the current directory while Tru64 will put them in the object
|
||||||
|
# directory.
|
||||||
|
mkdir sub
|
||||||
|
|
||||||
am_cv_CC_dependencies_compiler_type=none
|
am_cv_CC_dependencies_compiler_type=none
|
||||||
if test "$am_compiler_list" = ""; then
|
if test "$am_compiler_list" = ""; then
|
||||||
am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
|
am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
|
||||||
fi
|
fi
|
||||||
for depmode in $am_compiler_list; do
|
for depmode in $am_compiler_list; do
|
||||||
|
# Setup a source with many dependencies, because some compilers
|
||||||
|
# like to wrap large dependency lists on column 80 (with \), and
|
||||||
|
# we should not choose a depcomp mode which is confused by this.
|
||||||
|
#
|
||||||
# We need to recreate these files for each test, as the compiler may
|
# We need to recreate these files for each test, as the compiler may
|
||||||
# overwrite some of them when testing with obscure command lines.
|
# overwrite some of them when testing with obscure command lines.
|
||||||
# This happens at least with the AIX C compiler.
|
# This happens at least with the AIX C compiler.
|
||||||
echo '#include "conftest.h"' > conftest.c
|
: > sub/conftest.c
|
||||||
echo 'int i;' > conftest.h
|
for i in 1 2 3 4 5 6; do
|
||||||
echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf
|
echo '#include "conftst'$i'.h"' >> sub/conftest.c
|
||||||
|
: > sub/conftst$i.h
|
||||||
|
done
|
||||||
|
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
|
||||||
|
|
||||||
case $depmode in
|
case $depmode in
|
||||||
nosideeffect)
|
nosideeffect)
|
||||||
@ -3078,14 +3030,21 @@ else
|
|||||||
# mode. It turns out that the SunPro C++ compiler does not properly
|
# mode. It turns out that the SunPro C++ compiler does not properly
|
||||||
# handle `-M -o', and we need to detect this.
|
# handle `-M -o', and we need to detect this.
|
||||||
if depmode=$depmode \
|
if depmode=$depmode \
|
||||||
source=conftest.c object=conftest.o \
|
source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
|
||||||
depfile=conftest.Po tmpdepfile=conftest.TPo \
|
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
|
||||||
$SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&
|
$SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
|
||||||
grep conftest.h conftest.Po > /dev/null 2>&1 &&
|
>/dev/null 2>conftest.err &&
|
||||||
|
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
|
||||||
|
grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
|
||||||
${MAKE-make} -s -f confmf > /dev/null 2>&1; then
|
${MAKE-make} -s -f confmf > /dev/null 2>&1; then
|
||||||
|
# icc doesn't choke on unknown options, it will just issue warnings
|
||||||
|
# (even with -Werror). So we grep stderr for any message
|
||||||
|
# that says an option was ignored.
|
||||||
|
if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
|
||||||
am_cv_CC_dependencies_compiler_type=$depmode
|
am_cv_CC_dependencies_compiler_type=$depmode
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
@ -3101,6 +3060,18 @@ CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
if
|
||||||
|
test "x$enable_dependency_tracking" != xno \
|
||||||
|
&& test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
|
||||||
|
am__fastdepCC_TRUE=
|
||||||
|
am__fastdepCC_FALSE='#'
|
||||||
|
else
|
||||||
|
am__fastdepCC_TRUE='#'
|
||||||
|
am__fastdepCC_FALSE=
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Extract the first word of "pkg-config", so it can be a program name with args.
|
# Extract the first word of "pkg-config", so it can be a program name with args.
|
||||||
set dummy pkg-config; ac_word=$2
|
set dummy pkg-config; ac_word=$2
|
||||||
@ -3291,7 +3262,7 @@ echo "$as_me:$LINENO: result: ok" >&5
|
|||||||
echo "${ECHO_T}ok" >&6
|
echo "${ECHO_T}ok" >&6
|
||||||
|
|
||||||
echo "$as_me:$LINENO: checking Python bindings for glade" >&5
|
echo "$as_me:$LINENO: checking Python bindings for glade" >&5
|
||||||
echo $ECHO_N "checking Python bindin for glade... $ECHO_C" >&6
|
echo $ECHO_N "checking Python bindings for glade... $ECHO_C" >&6
|
||||||
cat > conftest.py <<EOF
|
cat > conftest.py <<EOF
|
||||||
$pygtk_require
|
$pygtk_require
|
||||||
try:
|
try:
|
||||||
@ -3396,7 +3367,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/gramps-manual/fr/Makefile doc/gramps-manual/de/Makefile doc/gramps-manual/ru/Makefile doc/gramps-manual/hu/Makefile example/Makefile example/gramps/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/gramps-manual/fr/Makefile doc/gramps-manual/de/Makefile doc/gramps-manual/ru/Makefile doc/gramps-manual/hu/Makefile example/Makefile example/gramps/Makefile gramps.spec gramps-mdk.spec gramps.sh"
|
||||||
|
|
||||||
cat >confcache <<\_ACEOF
|
cat >confcache <<\_ACEOF
|
||||||
# This file is a shell script that caches the results of configure
|
# This file is a shell script that caches the results of configure
|
||||||
@ -3527,6 +3498,13 @@ echo "$as_me: error: conditional \"AMDEP\" was never defined.
|
|||||||
Usually this means the macro was only invoked conditionally." >&2;}
|
Usually this means the macro was only invoked conditionally." >&2;}
|
||||||
{ (exit 1); exit 1; }; }
|
{ (exit 1); exit 1; }; }
|
||||||
fi
|
fi
|
||||||
|
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
|
||||||
|
{ { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
|
||||||
|
Usually this means the macro was only invoked conditionally." >&5
|
||||||
|
echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
|
||||||
|
Usually this means the macro was only invoked conditionally." >&2;}
|
||||||
|
{ (exit 1); exit 1; }; }
|
||||||
|
fi
|
||||||
|
|
||||||
: ${CONFIG_STATUS=./config.status}
|
: ${CONFIG_STATUS=./config.status}
|
||||||
ac_clean_files_save=$ac_clean_files
|
ac_clean_files_save=$ac_clean_files
|
||||||
@ -3561,10 +3539,9 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
|
|||||||
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
|
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
|
||||||
set -o posix
|
set -o posix
|
||||||
fi
|
fi
|
||||||
DUALCASE=1; export DUALCASE # for MKS sh
|
|
||||||
|
|
||||||
# Support unset when possible.
|
# Support unset when possible.
|
||||||
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
|
if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
|
||||||
as_unset=unset
|
as_unset=unset
|
||||||
else
|
else
|
||||||
as_unset=false
|
as_unset=false
|
||||||
@ -3583,7 +3560,7 @@ for as_var in \
|
|||||||
LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
|
LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
|
||||||
LC_TELEPHONE LC_TIME
|
LC_TELEPHONE LC_TIME
|
||||||
do
|
do
|
||||||
if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
|
if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
|
||||||
eval $as_var=C; export $as_var
|
eval $as_var=C; export $as_var
|
||||||
else
|
else
|
||||||
$as_unset $as_var
|
$as_unset $as_var
|
||||||
@ -3762,17 +3739,16 @@ rm -f conf$$ conf$$.exe conf$$.file
|
|||||||
if mkdir -p . 2>/dev/null; then
|
if mkdir -p . 2>/dev/null; then
|
||||||
as_mkdir_p=:
|
as_mkdir_p=:
|
||||||
else
|
else
|
||||||
test -d ./-p && rmdir ./-p
|
|
||||||
as_mkdir_p=false
|
as_mkdir_p=false
|
||||||
fi
|
fi
|
||||||
|
|
||||||
as_executable_p="test -f"
|
as_executable_p="test -f"
|
||||||
|
|
||||||
# Sed expression to map a string onto a valid CPP name.
|
# Sed expression to map a string onto a valid CPP name.
|
||||||
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
|
as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
|
||||||
|
|
||||||
# Sed expression to map a string onto a valid variable name.
|
# Sed expression to map a string onto a valid variable name.
|
||||||
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
|
as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
|
||||||
|
|
||||||
|
|
||||||
# IFS
|
# IFS
|
||||||
@ -3799,7 +3775,7 @@ _ASBOX
|
|||||||
cat >&5 <<_CSEOF
|
cat >&5 <<_CSEOF
|
||||||
|
|
||||||
This file was extended by gramps $as_me 1.0.0, which was
|
This file was extended by gramps $as_me 1.0.0, which was
|
||||||
generated by GNU Autoconf 2.59. Invocation command line was
|
generated by GNU Autoconf 2.57. Invocation command line was
|
||||||
|
|
||||||
CONFIG_FILES = $CONFIG_FILES
|
CONFIG_FILES = $CONFIG_FILES
|
||||||
CONFIG_HEADERS = $CONFIG_HEADERS
|
CONFIG_HEADERS = $CONFIG_HEADERS
|
||||||
@ -3857,10 +3833,11 @@ _ACEOF
|
|||||||
cat >>$CONFIG_STATUS <<_ACEOF
|
cat >>$CONFIG_STATUS <<_ACEOF
|
||||||
ac_cs_version="\\
|
ac_cs_version="\\
|
||||||
gramps config.status 1.0.0
|
gramps config.status 1.0.0
|
||||||
configured by $0, generated by GNU Autoconf 2.59,
|
configured by $0, generated by GNU Autoconf 2.57,
|
||||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||||
|
|
||||||
Copyright (C) 2003 Free Software Foundation, Inc.
|
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
|
||||||
|
Free Software Foundation, Inc.
|
||||||
This config.status script is free software; the Free Software Foundation
|
This config.status script is free software; the Free Software Foundation
|
||||||
gives unlimited permission to copy, distribute and modify it."
|
gives unlimited permission to copy, distribute and modify it."
|
||||||
srcdir=$srcdir
|
srcdir=$srcdir
|
||||||
@ -3986,6 +3963,7 @@ do
|
|||||||
"example/Makefile" ) CONFIG_FILES="$CONFIG_FILES example/Makefile" ;;
|
"example/Makefile" ) CONFIG_FILES="$CONFIG_FILES example/Makefile" ;;
|
||||||
"example/gramps/Makefile" ) CONFIG_FILES="$CONFIG_FILES example/gramps/Makefile" ;;
|
"example/gramps/Makefile" ) CONFIG_FILES="$CONFIG_FILES example/gramps/Makefile" ;;
|
||||||
"gramps.spec" ) CONFIG_FILES="$CONFIG_FILES gramps.spec" ;;
|
"gramps.spec" ) CONFIG_FILES="$CONFIG_FILES gramps.spec" ;;
|
||||||
|
"gramps-mdk.spec" ) CONFIG_FILES="$CONFIG_FILES gramps-mdk.spec" ;;
|
||||||
"gramps.sh" ) CONFIG_FILES="$CONFIG_FILES gramps.sh" ;;
|
"gramps.sh" ) CONFIG_FILES="$CONFIG_FILES gramps.sh" ;;
|
||||||
"depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
|
"depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
|
||||||
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
|
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
|
||||||
@ -4075,6 +4053,7 @@ s,@LIBS@,$LIBS,;t t
|
|||||||
s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
|
s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
|
||||||
s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
|
s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
|
||||||
s,@INSTALL_DATA@,$INSTALL_DATA,;t t
|
s,@INSTALL_DATA@,$INSTALL_DATA,;t t
|
||||||
|
s,@CYGPATH_W@,$CYGPATH_W,;t t
|
||||||
s,@PACKAGE@,$PACKAGE,;t t
|
s,@PACKAGE@,$PACKAGE,;t t
|
||||||
s,@VERSION@,$VERSION,;t t
|
s,@VERSION@,$VERSION,;t t
|
||||||
s,@ACLOCAL@,$ACLOCAL,;t t
|
s,@ACLOCAL@,$ACLOCAL,;t t
|
||||||
@ -4089,6 +4068,7 @@ s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
|
|||||||
s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
|
s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
|
||||||
s,@AWK@,$AWK,;t t
|
s,@AWK@,$AWK,;t t
|
||||||
s,@SET_MAKE@,$SET_MAKE,;t t
|
s,@SET_MAKE@,$SET_MAKE,;t t
|
||||||
|
s,@am__leading_dot@,$am__leading_dot,;t t
|
||||||
s,@RELEASE@,$RELEASE,;t t
|
s,@RELEASE@,$RELEASE,;t t
|
||||||
s,@VERSIONSTRING@,$VERSIONSTRING,;t t
|
s,@VERSIONSTRING@,$VERSIONSTRING,;t t
|
||||||
s,@MSGFMT@,$MSGFMT,;t t
|
s,@MSGFMT@,$MSGFMT,;t t
|
||||||
@ -4122,6 +4102,8 @@ s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
|
|||||||
s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
|
s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
|
||||||
s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
|
s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
|
||||||
s,@CCDEPMODE@,$CCDEPMODE,;t t
|
s,@CCDEPMODE@,$CCDEPMODE,;t t
|
||||||
|
s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
|
||||||
|
s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
|
||||||
s,@HAVE_PKG_CONFIG@,$HAVE_PKG_CONFIG,;t t
|
s,@HAVE_PKG_CONFIG@,$HAVE_PKG_CONFIG,;t t
|
||||||
s,@PYTHON_CPPFLAGS@,$PYTHON_CPPFLAGS,;t t
|
s,@PYTHON_CPPFLAGS@,$PYTHON_CPPFLAGS,;t t
|
||||||
s,@SK_CONFIG@,$SK_CONFIG,;t t
|
s,@SK_CONFIG@,$SK_CONFIG,;t t
|
||||||
@ -4252,45 +4234,12 @@ case $srcdir in
|
|||||||
ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
|
ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
|
||||||
ac_top_srcdir=$ac_top_builddir$srcdir ;;
|
ac_top_srcdir=$ac_top_builddir$srcdir ;;
|
||||||
esac
|
esac
|
||||||
|
# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
|
||||||
# Do not use `cd foo && pwd` to compute absolute paths, because
|
# absolute.
|
||||||
# the directories may not exist.
|
ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
|
||||||
case `pwd` in
|
ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
|
||||||
.) ac_abs_builddir="$ac_dir";;
|
ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
|
||||||
*)
|
ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
|
||||||
case "$ac_dir" in
|
|
||||||
.) ac_abs_builddir=`pwd`;;
|
|
||||||
[\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
|
|
||||||
*) ac_abs_builddir=`pwd`/"$ac_dir";;
|
|
||||||
esac;;
|
|
||||||
esac
|
|
||||||
case $ac_abs_builddir in
|
|
||||||
.) ac_abs_top_builddir=${ac_top_builddir}.;;
|
|
||||||
*)
|
|
||||||
case ${ac_top_builddir}. in
|
|
||||||
.) ac_abs_top_builddir=$ac_abs_builddir;;
|
|
||||||
[\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
|
|
||||||
*) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
|
|
||||||
esac;;
|
|
||||||
esac
|
|
||||||
case $ac_abs_builddir in
|
|
||||||
.) ac_abs_srcdir=$ac_srcdir;;
|
|
||||||
*)
|
|
||||||
case $ac_srcdir in
|
|
||||||
.) ac_abs_srcdir=$ac_abs_builddir;;
|
|
||||||
[\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
|
|
||||||
*) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
|
|
||||||
esac;;
|
|
||||||
esac
|
|
||||||
case $ac_abs_builddir in
|
|
||||||
.) ac_abs_top_srcdir=$ac_top_srcdir;;
|
|
||||||
*)
|
|
||||||
case $ac_top_srcdir in
|
|
||||||
.) ac_abs_top_srcdir=$ac_abs_builddir;;
|
|
||||||
[\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
|
|
||||||
*) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
|
|
||||||
esac;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
|
|
||||||
case $INSTALL in
|
case $INSTALL in
|
||||||
@ -4298,6 +4247,11 @@ esac
|
|||||||
*) ac_INSTALL=$ac_top_builddir$INSTALL ;;
|
*) ac_INSTALL=$ac_top_builddir$INSTALL ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
if test x"$ac_file" != x-; then
|
||||||
|
{ echo "$as_me:$LINENO: creating $ac_file" >&5
|
||||||
|
echo "$as_me: creating $ac_file" >&6;}
|
||||||
|
rm -f "$ac_file"
|
||||||
|
fi
|
||||||
# Let's still pretend it is `configure' which instantiates (i.e., don't
|
# Let's still pretend it is `configure' which instantiates (i.e., don't
|
||||||
# use $as_me), people would be surprised to read:
|
# use $as_me), people would be surprised to read:
|
||||||
# /* config.h. Generated by config.status. */
|
# /* config.h. Generated by config.status. */
|
||||||
@ -4320,14 +4274,14 @@ esac
|
|||||||
test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
|
test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
|
||||||
echo "$as_me: error: cannot find input file: $f" >&2;}
|
echo "$as_me: error: cannot find input file: $f" >&2;}
|
||||||
{ (exit 1); exit 1; }; }
|
{ (exit 1); exit 1; }; }
|
||||||
echo "$f";;
|
echo $f;;
|
||||||
*) # Relative
|
*) # Relative
|
||||||
if test -f "$f"; then
|
if test -f "$f"; then
|
||||||
# Build tree
|
# Build tree
|
||||||
echo "$f"
|
echo $f
|
||||||
elif test -f "$srcdir/$f"; then
|
elif test -f "$srcdir/$f"; then
|
||||||
# Source tree
|
# Source tree
|
||||||
echo "$srcdir/$f"
|
echo $srcdir/$f
|
||||||
else
|
else
|
||||||
# /dev/null tree
|
# /dev/null tree
|
||||||
{ { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
|
{ { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
|
||||||
@ -4336,12 +4290,6 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
|
|||||||
fi;;
|
fi;;
|
||||||
esac
|
esac
|
||||||
done` || { (exit 1); exit 1; }
|
done` || { (exit 1); exit 1; }
|
||||||
|
|
||||||
if test x"$ac_file" != x-; then
|
|
||||||
{ echo "$as_me:$LINENO: creating $ac_file" >&5
|
|
||||||
echo "$as_me: creating $ac_file" >&6;}
|
|
||||||
rm -f "$ac_file"
|
|
||||||
fi
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
cat >>$CONFIG_STATUS <<_ACEOF
|
cat >>$CONFIG_STATUS <<_ACEOF
|
||||||
sed "$ac_vpsub
|
sed "$ac_vpsub
|
||||||
@ -4391,31 +4339,6 @@ echo X"$ac_dest" |
|
|||||||
/^X\(\/\/\)$/{ s//\1/; q; }
|
/^X\(\/\/\)$/{ s//\1/; q; }
|
||||||
/^X\(\/\).*/{ s//\1/; q; }
|
/^X\(\/\).*/{ s//\1/; q; }
|
||||||
s/.*/./; q'`
|
s/.*/./; q'`
|
||||||
{ 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=.
|
ac_builddir=.
|
||||||
|
|
||||||
if test "$ac_dir" != .; then
|
if test "$ac_dir" != .; then
|
||||||
@ -4441,45 +4364,12 @@ case $srcdir in
|
|||||||
ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
|
ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
|
||||||
ac_top_srcdir=$ac_top_builddir$srcdir ;;
|
ac_top_srcdir=$ac_top_builddir$srcdir ;;
|
||||||
esac
|
esac
|
||||||
|
# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
|
||||||
# Do not use `cd foo && pwd` to compute absolute paths, because
|
# absolute.
|
||||||
# the directories may not exist.
|
ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
|
||||||
case `pwd` in
|
ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
|
||||||
.) ac_abs_builddir="$ac_dir";;
|
ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
|
||||||
*)
|
ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
|
||||||
case "$ac_dir" in
|
|
||||||
.) ac_abs_builddir=`pwd`;;
|
|
||||||
[\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
|
|
||||||
*) ac_abs_builddir=`pwd`/"$ac_dir";;
|
|
||||||
esac;;
|
|
||||||
esac
|
|
||||||
case $ac_abs_builddir in
|
|
||||||
.) ac_abs_top_builddir=${ac_top_builddir}.;;
|
|
||||||
*)
|
|
||||||
case ${ac_top_builddir}. in
|
|
||||||
.) ac_abs_top_builddir=$ac_abs_builddir;;
|
|
||||||
[\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
|
|
||||||
*) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
|
|
||||||
esac;;
|
|
||||||
esac
|
|
||||||
case $ac_abs_builddir in
|
|
||||||
.) ac_abs_srcdir=$ac_srcdir;;
|
|
||||||
*)
|
|
||||||
case $ac_srcdir in
|
|
||||||
.) ac_abs_srcdir=$ac_abs_builddir;;
|
|
||||||
[\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
|
|
||||||
*) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
|
|
||||||
esac;;
|
|
||||||
esac
|
|
||||||
case $ac_abs_builddir in
|
|
||||||
.) ac_abs_top_srcdir=$ac_top_srcdir;;
|
|
||||||
*)
|
|
||||||
case $ac_top_srcdir in
|
|
||||||
.) ac_abs_top_srcdir=$ac_abs_builddir;;
|
|
||||||
[\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
|
|
||||||
*) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
|
|
||||||
esac;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
|
|
||||||
{ echo "$as_me:$LINENO: executing $ac_dest commands" >&5
|
{ echo "$as_me:$LINENO: executing $ac_dest commands" >&5
|
||||||
|
@ -5,8 +5,8 @@ AC_PREREQ(2.57)
|
|||||||
AC_INIT(gramps, 1.0.0, gramps-bugs@lists.sourceforge.net)
|
AC_INIT(gramps, 1.0.0, gramps-bugs@lists.sourceforge.net)
|
||||||
AC_CONFIG_SRCDIR(src/gramps.py)
|
AC_CONFIG_SRCDIR(src/gramps.py)
|
||||||
AM_INIT_AUTOMAKE(1.6.3)
|
AM_INIT_AUTOMAKE(1.6.3)
|
||||||
RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-')
|
dnl RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-')
|
||||||
dnl RELEASE=1
|
RELEASE=rc1
|
||||||
|
|
||||||
VERSIONSTRING=$VERSION
|
VERSIONSTRING=$VERSION
|
||||||
if test x"$RELEASE" != "x"
|
if test x"$RELEASE" != "x"
|
||||||
@ -267,5 +267,6 @@ doc/gramps-manual/hu/Makefile
|
|||||||
example/Makefile
|
example/Makefile
|
||||||
example/gramps/Makefile
|
example/gramps/Makefile
|
||||||
gramps.spec
|
gramps.spec
|
||||||
|
gramps-mdk.spec
|
||||||
gramps.sh])
|
gramps.sh])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%define ver 1.0.0
|
%define ver 1.0.0
|
||||||
%define rel 0.CVS20040120
|
%define rel 0.CVS20040127
|
||||||
%define prefix /usr
|
%define prefix /usr
|
||||||
%define localstatedir /var/lib
|
%define localstatedir /var/lib
|
||||||
# Ensure that internal RPM macros for configure & makeinstall
|
# Ensure that internal RPM macros for configure & makeinstall
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%define ver 1.0.0
|
%define ver 1.0.0
|
||||||
%define rel 0.CVS20040120
|
%define rel 0.CVS20040127
|
||||||
%define prefix /usr
|
%define prefix /usr
|
||||||
%define localstatedir /var/lib
|
%define localstatedir /var/lib
|
||||||
# Ensure that internal RPM macros for configure & makeinstall
|
# Ensure that internal RPM macros for configure & makeinstall
|
||||||
|
Loading…
x
Reference in New Issue
Block a user