Skip to content

Commit b382c21

Browse files
lss602726449tuhaihe
authored andcommitted
Fix: fix configure by autoconf
Regenerate configure file from configure.ac by autoconf
1 parent f7a5b7a commit b382c21

File tree

2 files changed

+11
-23
lines changed

2 files changed

+11
-23
lines changed

configure

Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for Apache Cloudberry 2.1.0-devel.
3+
# Generated by GNU Autoconf 2.69 for Apache Cloudberry 3.0.0-devel.
44
#
55
# Report bugs to <dev@cloudberry.apache.org>.
66
#
@@ -582,8 +582,8 @@ MAKEFLAGS=
582582
# Identity of this package.
583583
PACKAGE_NAME='Apache Cloudberry'
584584
PACKAGE_TARNAME='apache-cloudberry'
585-
PACKAGE_VERSION='2.1.0-devel'
586-
PACKAGE_STRING='Apache Cloudberry 2.1.0-devel'
585+
PACKAGE_VERSION='3.0.0-devel'
586+
PACKAGE_STRING='Apache Cloudberry 3.0.0-devel'
587587
PACKAGE_BUGREPORT='dev@cloudberry.apache.org'
588588
PACKAGE_URL='https://cloudberry.apache.org/'
589589

@@ -851,7 +851,6 @@ infodir
851851
docdir
852852
oldincludedir
853853
includedir
854-
runstatedir
855854
localstatedir
856855
sharedstatedir
857856
sysconfdir
@@ -1023,7 +1022,6 @@ datadir='${datarootdir}'
10231022
sysconfdir='${prefix}/etc'
10241023
sharedstatedir='${prefix}/com'
10251024
localstatedir='${prefix}/var'
1026-
runstatedir='${localstatedir}/run'
10271025
includedir='${prefix}/include'
10281026
oldincludedir='/usr/include'
10291027
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1276,15 +1274,6 @@ do
12761274
| -silent | --silent | --silen | --sile | --sil)
12771275
silent=yes ;;
12781276

1279-
-runstatedir | --runstatedir | --runstatedi | --runstated \
1280-
| --runstate | --runstat | --runsta | --runst | --runs \
1281-
| --run | --ru | --r)
1282-
ac_prev=runstatedir ;;
1283-
-runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1284-
| --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1285-
| --run=* | --ru=* | --r=*)
1286-
runstatedir=$ac_optarg ;;
1287-
12881277
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
12891278
ac_prev=sbindir ;;
12901279
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@@ -1422,7 +1411,7 @@ fi
14221411
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
14231412
datadir sysconfdir sharedstatedir localstatedir includedir \
14241413
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1425-
libdir localedir mandir runstatedir
1414+
libdir localedir mandir
14261415
do
14271416
eval ac_val=\$$ac_var
14281417
# Remove trailing slashes.
@@ -1535,7 +1524,7 @@ if test "$ac_init_help" = "long"; then
15351524
# Omit some internal or obsolete options to make the list less imposing.
15361525
# This message is too long to be a string in the A/UX 3.1 sh.
15371526
cat <<_ACEOF
1538-
\`configure' configures Apache Cloudberry 2.1.0-devel to adapt to many kinds of systems.
1527+
\`configure' configures Apache Cloudberry 3.0.0-devel to adapt to many kinds of systems.
15391528

15401529
Usage: $0 [OPTION]... [VAR=VALUE]...
15411530

@@ -1575,7 +1564,6 @@ Fine tuning of the installation directories:
15751564
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
15761565
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
15771566
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
1578-
--runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
15791567
--libdir=DIR object code libraries [EPREFIX/lib]
15801568
--includedir=DIR C header files [PREFIX/include]
15811569
--oldincludedir=DIR C header files for non-gcc [/usr/include]
@@ -1602,7 +1590,7 @@ fi
16021590

16031591
if test -n "$ac_init_help"; then
16041592
case $ac_init_help in
1605-
short | recursive ) echo "Configuration of Apache Cloudberry 2.1.0-devel:";;
1593+
short | recursive ) echo "Configuration of Apache Cloudberry 3.0.0-devel:";;
16061594
esac
16071595
cat <<\_ACEOF
16081596

@@ -1813,7 +1801,7 @@ fi
18131801
test -n "$ac_init_help" && exit $ac_status
18141802
if $ac_init_version; then
18151803
cat <<\_ACEOF
1816-
Apache Cloudberry configure 2.1.0-devel
1804+
Apache Cloudberry configure 3.0.0-devel
18171805
generated by GNU Autoconf 2.69
18181806

18191807
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2566,7 +2554,7 @@ cat >config.log <<_ACEOF
25662554
This file contains any messages produced by compilers while
25672555
running configure, to aid debugging if configure makes a mistake.
25682556

2569-
It was created by Apache Cloudberry $as_me 2.1.0-devel, which was
2557+
It was created by Apache Cloudberry $as_me 3.0.0-devel, which was
25702558
generated by GNU Autoconf 2.69. Invocation command line was
25712559

25722560
$ $0 $@
@@ -23805,7 +23793,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2380523793
# report actual input values of CONFIG_FILES etc. instead of their
2380623794
# values after options handling.
2380723795
ac_log="
23808-
This file was extended by Apache Cloudberry $as_me 2.1.0-devel, which was
23796+
This file was extended by Apache Cloudberry $as_me 3.0.0-devel, which was
2380923797
generated by GNU Autoconf 2.69. Invocation command line was
2381023798

2381123799
CONFIG_FILES = $CONFIG_FILES
@@ -23876,7 +23864,7 @@ _ACEOF
2387623864
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2387723865
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2387823866
ac_cs_version="\\
23879-
Apache Cloudberry config.status 2.1.0-devel
23867+
Apache Cloudberry config.status 3.0.0-devel
2388023868
configured by $0, generated by GNU Autoconf 2.69,
2388123869
with options \\"\$ac_cs_config\\"
2388223870

gpMgmt/bin/gppylib/gpversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
% os.path.split(__file__)[-1])
1919
sys.exit(1)
2020

21-
MAIN_VERSION = [2,99] # version number for main
21+
MAIN_VERSION = [3,99] # version number for main
2222

2323

2424
#============================================================

0 commit comments

Comments
 (0)