CVS User Account cvsuser
Wed Dec 22 02:09:26 PST 2004
Log Message:
-----------
More docbook tweeks

Modified Files:
--------------
    slony1-engine:
        configure (r1.36 -> r1.37)

-------------- next part --------------
Index: configure
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/configure,v
retrieving revision 1.36
retrieving revision 1.37
diff -Lconfigure -Lconfigure -u -w -r1.36 -r1.37
--- configure
+++ configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.53 for postgresql-slony1-engine HEAD_20041217.
+# Generated by GNU Autoconf 2.53 for postgresql-slony1-engine HEAD_20041221.
 #
 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
 # Free Software Foundation, Inc.
@@ -254,8 +254,8 @@
 # Identity of this package.
 PACKAGE_NAME='postgresql-slony1-engine'
 PACKAGE_TARNAME='postgresql-slony1-engine'
-PACKAGE_VERSION='HEAD_20041217'
-PACKAGE_STRING='postgresql-slony1-engine HEAD_20041217'
+PACKAGE_VERSION='HEAD_20041221'
+PACKAGE_STRING='postgresql-slony1-engine HEAD_20041221'
 PACKAGE_BUGREPORT=''
 
 ac_unique_file="src"
@@ -764,7 +764,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures postgresql-slony1-engine HEAD_20041217 to adapt to many kinds of systems.
+\`configure' configures postgresql-slony1-engine HEAD_20041221 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -825,7 +825,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of postgresql-slony1-engine HEAD_20041217:";;
+     short | recursive ) echo "Configuration of postgresql-slony1-engine HEAD_20041221:";;
    esac
   cat <<\_ACEOF
 
@@ -922,7 +922,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-postgresql-slony1-engine configure HEAD_20041217
+postgresql-slony1-engine configure HEAD_20041221
 generated by GNU Autoconf 2.53
 
 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -937,7 +937,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by postgresql-slony1-engine $as_me HEAD_20041217, which was
+It was created by postgresql-slony1-engine $as_me HEAD_20041221, which was
 generated by GNU Autoconf 2.53.  Invocation command line was
 
   $ $0 $@
@@ -2652,7 +2652,7 @@
 # which indicates that we try without any flags at all, and "pthread-config"
 # which is a program returning the flags for the Pth emulation library.
 
-acx_pthread_flags="pthreads none -Kthread -lpthread -kthread lthread pthread -pthread -mthreads pthread --thread-safe -mt pthread-config"
+acx_pthread_flags="pthreads none -Kthread -lpthreads -kthread lthread pthread -pthreads -mthreads -pthread --thread-safe -mt pthread-config"
 
 # The ordering *is* (sometimes) important.  Some notes on the
 # individual items follow:
@@ -5803,6 +5803,46 @@
   test -n "$PNMTOPS" && break
 done
 
+for ac_prog in postgresql_autodoc pgautodoc
+do
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_PGAUTODOC+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+  if test -n "$PGAUTODOC"; then
+  ac_cv_prog_PGAUTODOC="$PGAUTODOC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  for ac_exec_ext in '' $ac_executable_extensions; do
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_PGAUTODOC="$ac_prog"
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+done
+
+fi
+fi
+PGAUTODOC=$ac_cv_prog_PGAUTODOC
+if test -n "$PGAUTODOC"; then
+  echo "$as_me:$LINENO: result: $PGAUTODOC" >&5
+echo "${ECHO_T}$PGAUTODOC" >&6
+else
+  echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6
+fi
+
+  test -n "$PGAUTODOC" && break
+done
+
 
 #
 # Check for DocBook and tools
@@ -5888,13 +5928,13 @@
 done
 
 
-echo "$as_me:$LINENO: checking for DocBook V3.1" >&5
-echo $ECHO_N "checking for DocBook V3.1... $ECHO_C" >&6
-if test "${slon_ac_cv_check_docbook+set}" = set; then
+echo "$as_me:$LINENO: checking for DocBook V4.2" >&5
+echo $ECHO_N "checking for DocBook V4.2... $ECHO_C" >&6
+if test "${slonac_cv_check_docbook+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.sgml <<EOF
-<!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
+<!doctype book PUBLIC "-//OASIS//DTD DocBook V4.2//EN">
 <book>
  <title>test</title>
  <chapter>
@@ -5907,44 +5947,45 @@
 </book>
 EOF
 
-slon_ac_cv_check_docbook=no
+slonac_cv_check_docbook=no
 
 if test -n "$NSGMLS"; then
   $NSGMLS -s conftest.sgml 1>&5 2>&1
   if test $? -eq 0; then
-    slon_ac_cv_check_docbook=yes
+    slonac_cv_check_docbook=yes
   fi
 fi
 rm -f conftest.sgml
 fi
-echo "$as_me:$LINENO: result: $slon_ac_cv_check_docbook" >&5
-echo "${ECHO_T}$slon_ac_cv_check_docbook" >&6
+echo "$as_me:$LINENO: result: $slonac_cv_check_docbook" >&5
+echo "${ECHO_T}$slonac_cv_check_docbook" >&6
 
-have_docbook=$slon_ac_cv_check_docbook
+have_docbook=$slonac_cv_check_docbook
 
 
 echo "$as_me:$LINENO: checking for DocBook stylesheets" >&5
 echo $ECHO_N "checking for DocBook stylesheets... $ECHO_C" >&6
-if test "${slon_ac_cv_path_stylesheets+set}" = set; then
+if test "${slonac_cv_path_stylesheets+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   if test -n "$DOCBOOKSTYLE"; then
-  slon_ac_cv_path_stylesheets=$DOCBOOKSTYLE
+  slonac_cv_path_stylesheets=$DOCBOOKSTYLE
 else
-  for slon_ac_prefix in /usr /usr/local /opt; do
-    for slon_ac_infix in share lib; do
-      for slon_ac_postfix in \
+  for slonac_prefix in /usr /usr/local /opt; do
+    for slonac_infix in share lib; do
+      for slonac_postfix in \
         sgml/stylesheets/nwalsh-modular \
         sgml/stylesheets/docbook \
+	sgml/docbook-dsssl \
         sgml/docbook/dsssl/modular \
         sgml/docbook/stylesheet/dsssl/modular \
         sgml/docbook/dsssl-stylesheets
       do
-        slon_ac_candidate=$pgac_prefix/$pgac_infix/$pgac_postfix
-        if test -r "$pgac_candidate/html/docbook.dsl" \
-           && test -r "$pgac_candidate/print/docbook.dsl"
+        slonac_candidate=$slonac_prefix/$slonac_infix/$slonac_postfix
+        if test -r "$slonac_candidate/html/docbook.dsl" \
+           && test -r "$slonac_candidate/print/docbook.dsl"
         then
-          slon_ac_cv_path_stylesheets=$pgac_candidate
+          slonac_cv_path_stylesheets=$slonac_candidate
           break 3
         fi
       done
@@ -5953,7 +5994,7 @@
 fi
 fi
 
-DOCBOOKSTYLE=$slon_ac_cv_path_stylesheets
+DOCBOOKSTYLE=$slonac_cv_path_stylesheets
 
 if test -n "$DOCBOOKSTYLE"; then
   echo "$as_me:$LINENO: result: $DOCBOOKSTYLE" >&5
@@ -6424,7 +6465,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by postgresql-slony1-engine $as_me HEAD_20041217, which was
+This file was extended by postgresql-slony1-engine $as_me HEAD_20041221, which was
 generated by GNU Autoconf 2.53.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -6483,7 +6524,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-postgresql-slony1-engine config.status HEAD_20041217
+postgresql-slony1-engine config.status HEAD_20041221
 configured by $0, generated by GNU Autoconf 2.53,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
@@ -6698,6 +6739,7 @@
 s, at PS2PDF@,$PS2PDF,;t t
 s, at DJPEG@,$DJPEG,;t t
 s, at PNMTOPS@,$PNMTOPS,;t t
+s, at PGAUTODOC@,$PGAUTODOC,;t t
 s, at NSGMLS@,$NSGMLS,;t t
 s, at JADE@,$JADE,;t t
 s, at have_docbook@,$have_docbook,;t t


More information about the Slony1-commit mailing list