X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=configure;h=241f9f6c950aebaaaf775f3cafd2999603048549;hb=53183c2cd49e51fd57a7ba78f19c2d0c28ea72dc;hp=39a061ebba872dc9f354de326c29767da156ae0a;hpb=d076494a6ea20754841582d0903b13eb6a973cfd;p=matthijs%2Fupstream%2Fbackupninja.git diff --git a/configure b/configure index 39a061e..241f9f6 100755 --- a/configure +++ b/configure @@ -1,8 +1,8 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for backupninja 0.9.0. +# Generated by GNU Autoconf 2.59 for backupninja 0.9.2. # -# Report bugs to . +# Report bugs to . # # Copyright (C) 2003 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation @@ -269,9 +269,9 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='backupninja' PACKAGE_TARNAME='backupninja' -PACKAGE_VERSION='0.9.0' -PACKAGE_STRING='backupninja 0.9.0' -PACKAGE_BUGREPORT='micah@riseup.net' +PACKAGE_VERSION='0.9.2' +PACKAGE_STRING='backupninja 0.9.2' +PACKAGE_BUGREPORT='backupninja@lists.riseup.net' ac_unique_file="src/backupninja.in" 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 install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar BASH CFGDIR LIBOBJS LTLIBOBJS' @@ -723,7 +723,7 @@ if test "$ac_init_help" = "long"; then # 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 backupninja 0.9.0 to adapt to many kinds of systems. +\`configure' configures backupninja 0.9.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -785,11 +785,11 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of backupninja 0.9.0:";; + short | recursive ) echo "Configuration of backupninja 0.9.2:";; esac cat <<\_ACEOF -Report bugs to . +Report bugs to . _ACEOF fi @@ -878,14 +878,14 @@ esac else echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi - cd $ac_popdir + cd "$ac_popdir" done fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -backupninja configure 0.9.0 +backupninja configure 0.9.2 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -899,7 +899,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by backupninja $as_me 0.9.0, which was +It was created by backupninja $as_me 0.9.2, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1544,7 +1544,7 @@ fi # Define the identity of the package. PACKAGE='backupninja' - VERSION='0.9.0' + VERSION='0.9.2' cat >>confdefs.h <<_ACEOF @@ -1736,7 +1736,7 @@ CFGDIR="${sysconfdir}" # Checks for library functions. - ac_config_files="$ac_config_files Makefile etc/Makefile examples/Makefile handlers/Makefile man/Makefile src/Makefile" + ac_config_files="$ac_config_files Makefile etc/Makefile examples/Makefile handlers/Makefile lib/Makefile man/Makefile src/Makefile" ac_config_files="$ac_config_files backupninja.spec" @@ -2133,7 +2133,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by backupninja $as_me 0.9.0, which was +This file was extended by backupninja $as_me 0.9.2, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2188,7 +2188,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -backupninja config.status 0.9.0 +backupninja config.status 0.9.2 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" @@ -2295,6 +2295,7 @@ do "etc/Makefile" ) CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;; "examples/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;; "handlers/Makefile" ) CONFIG_FILES="$CONFIG_FILES handlers/Makefile" ;; + "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; "man/Makefile" ) CONFIG_FILES="$CONFIG_FILES man/Makefile" ;; "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "backupninja.spec" ) CONFIG_FILES="$CONFIG_FILES backupninja.spec" ;; @@ -2573,11 +2574,6 @@ esac *) ac_INSTALL=$ac_top_builddir$INSTALL ;; 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 # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ @@ -2616,6 +2612,12 @@ echo "$as_me: error: cannot find input file: $f" >&2;} fi;; esac 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 cat >>$CONFIG_STATUS <<_ACEOF sed "$ac_vpsub