Codebase list citadel / b21cef3
Imported Upstream version 8.05 Michael Meskes 12 years ago
7 changed file(s) with 25 addition(s) and 29 deletion(s). Raw diff Collapse all Expand all
00
1 Copyright: (C) 1987-2010 Citadel development team; GPL V3
1 Copyright: (C) 1987-2012 Citadel development team; GPL V3
22
33 Copyright for CRC16: (C) 2002-2003 Indigo Systems Corporation;
44 Artistic license + Non advertising clause
00 @%:@! /bin/sh
11 @%:@ From configure.ac Revision: 5108 .
22 @%:@ Guess values for system-dependent variables and create Makefiles.
3 @%:@ Generated by GNU Autoconf 2.63 for Citadel 8.04.
3 @%:@ Generated by GNU Autoconf 2.63 for Citadel 8.05.
44 @%:@
55 @%:@ Report bugs to <http://www.citadel.org/>.
66 @%:@
596596 # Identity of this package.
597597 PACKAGE_NAME='Citadel'
598598 PACKAGE_TARNAME='citadel'
599 PACKAGE_VERSION='8.04'
600 PACKAGE_STRING='Citadel 8.04'
599 PACKAGE_VERSION='8.05'
600 PACKAGE_STRING='Citadel 8.05'
601601 PACKAGE_BUGREPORT='http://www.citadel.org/'
602602
603603 ac_unique_file="citserver.c"
13161316 # Omit some internal or obsolete options to make the list less imposing.
13171317 # This message is too long to be a string in the A/UX 3.1 sh.
13181318 cat <<_ACEOF
1319 \`configure' configures Citadel 8.04 to adapt to many kinds of systems.
1319 \`configure' configures Citadel 8.05 to adapt to many kinds of systems.
13201320
13211321 Usage: $0 [OPTION]... [VAR=VALUE]...
13221322
13811381
13821382 if test -n "$ac_init_help"; then
13831383 case $ac_init_help in
1384 short | recursive ) echo "Configuration of Citadel 8.04:";;
1384 short | recursive ) echo "Configuration of Citadel 8.05:";;
13851385 esac
13861386 cat <<\_ACEOF
13871387
14991499 test -n "$ac_init_help" && exit $ac_status
15001500 if $ac_init_version; then
15011501 cat <<\_ACEOF
1502 Citadel configure 8.04
1502 Citadel configure 8.05
15031503 generated by GNU Autoconf 2.63
15041504
15051505 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
15131513 This file contains any messages produced by compilers while
15141514 running configure, to aid debugging if configure makes a mistake.
15151515
1516 It was created by Citadel $as_me 8.04, which was
1516 It was created by Citadel $as_me 8.05, which was
15171517 generated by GNU Autoconf 2.63. Invocation command line was
15181518
15191519 $ $0 $@
1353213532 # report actual input values of CONFIG_FILES etc. instead of their
1353313533 # values after options handling.
1353413534 ac_log="
13535 This file was extended by Citadel $as_me 8.04, which was
13535 This file was extended by Citadel $as_me 8.05, which was
1353613536 generated by GNU Autoconf 2.63. Invocation command line was
1353713537
1353813538 CONFIG_FILES = $CONFIG_FILES
1359113591 _ACEOF
1359213592 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1359313593 ac_cs_version="\\
13594 Citadel config.status 8.04
13594 Citadel config.status 8.05
1359513595 configured by $0, generated by GNU Autoconf 2.63,
1359613596 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
1359713597
00 m4trace:aclocal.m4:110: -1- m4_include([m4/ucread.m4])
11 m4trace:aclocal.m4:111: -1- m4_include([acinclude.m4])
2 m4trace:configure.ac:3: -1- AC_INIT([Citadel], [8.04], [http://www.citadel.org/])
2 m4trace:configure.ac:3: -1- AC_INIT([Citadel], [8.05], [http://www.citadel.org/])
33 m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?A[CHUM]_])
44 m4trace:configure.ac:3: -1- m4_pattern_forbid([_AC_])
55 m4trace:configure.ac:3: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
22 *
33 * Copyright (c) 1987-2012 by the citadel.org team
44 *
5 * This program is free software; you can redistribute it and/or modify
5 * This program is open source software; you can redistribute it and/or modify
66 * it under the terms of the GNU General Public License version 3.
77 *
88 * This program is distributed in the hope that it will be useful,
99 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1010 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1111 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program; if not, write to the Free Software
15 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1612 */
1713
1814 /* system customizations are in sysconfig.h */
4844 * usually more strict because you're not really supposed to dump/load and
4945 * upgrade at the same time.
5046 */
51 #define REV_LEVEL 804 /* This version */
47 #define REV_LEVEL 805 /* This version */
5248 #define REV_MIN 591 /* Oldest compatible database */
5349 #define EXPORT_REV_MIN 760 /* Oldest compatible export files */
54 #define LIBCITADEL_MIN 804 /* Minimum required version of libcitadel */
50 #define LIBCITADEL_MIN 805 /* Minimum required version of libcitadel */
5551
5652 #define SERVER_TYPE 0 /* zero for stock Citadel; other developers please
5753 obtain SERVER_TYPE codes for your implementations */
00 #! /bin/sh
11 # From configure.ac Revision: 5108 .
22 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Citadel 8.04.
3 # Generated by GNU Autoconf 2.63 for Citadel 8.05.
44 #
55 # Report bugs to <http://www.citadel.org/>.
66 #
596596 # Identity of this package.
597597 PACKAGE_NAME='Citadel'
598598 PACKAGE_TARNAME='citadel'
599 PACKAGE_VERSION='8.04'
600 PACKAGE_STRING='Citadel 8.04'
599 PACKAGE_VERSION='8.05'
600 PACKAGE_STRING='Citadel 8.05'
601601 PACKAGE_BUGREPORT='http://www.citadel.org/'
602602
603603 ac_unique_file="citserver.c"
13161316 # Omit some internal or obsolete options to make the list less imposing.
13171317 # This message is too long to be a string in the A/UX 3.1 sh.
13181318 cat <<_ACEOF
1319 \`configure' configures Citadel 8.04 to adapt to many kinds of systems.
1319 \`configure' configures Citadel 8.05 to adapt to many kinds of systems.
13201320
13211321 Usage: $0 [OPTION]... [VAR=VALUE]...
13221322
13811381
13821382 if test -n "$ac_init_help"; then
13831383 case $ac_init_help in
1384 short | recursive ) echo "Configuration of Citadel 8.04:";;
1384 short | recursive ) echo "Configuration of Citadel 8.05:";;
13851385 esac
13861386 cat <<\_ACEOF
13871387
14991499 test -n "$ac_init_help" && exit $ac_status
15001500 if $ac_init_version; then
15011501 cat <<\_ACEOF
1502 Citadel configure 8.04
1502 Citadel configure 8.05
15031503 generated by GNU Autoconf 2.63
15041504
15051505 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
15131513 This file contains any messages produced by compilers while
15141514 running configure, to aid debugging if configure makes a mistake.
15151515
1516 It was created by Citadel $as_me 8.04, which was
1516 It was created by Citadel $as_me 8.05, which was
15171517 generated by GNU Autoconf 2.63. Invocation command line was
15181518
15191519 $ $0 $@
1353213532 # report actual input values of CONFIG_FILES etc. instead of their
1353313533 # values after options handling.
1353413534 ac_log="
13535 This file was extended by Citadel $as_me 8.04, which was
13535 This file was extended by Citadel $as_me 8.05, which was
1353613536 generated by GNU Autoconf 2.63. Invocation command line was
1353713537
1353813538 CONFIG_FILES = $CONFIG_FILES
1359113591 _ACEOF
1359213592 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1359313593 ac_cs_version="\\
13594 Citadel config.status 8.04
13594 Citadel config.status 8.05
1359513595 configured by $0, generated by GNU Autoconf 2.63,
1359613596 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
1359713597
00 dnl Process this file with autoconf to produce a configure script.
11 AC_PREREQ(2.52)
2 AC_INIT([Citadel], [8.04], [http://www.citadel.org/])
2 AC_INIT([Citadel], [8.05], [http://www.citadel.org/])
33 AC_REVISION([$Revision: 5108 $])
44 AC_CONFIG_SRCDIR([citserver.c])
55 AC_CONFIG_HEADER(sysdep.h)
88
99 const char *svn_revision (void)
1010 {
11 const char *SVN_Version = "bdf2499";
11 const char *SVN_Version = "fef8075";
1212 return SVN_Version;
1313 }