Skip to content

Commit 7ea9267

Browse files
Fixed GPL version in configure
1 parent 2787882 commit 7ea9267

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Diff for: configure

+12-12
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 Yambo 4.4.0 r.108 (based on r.16814 h.4b029da46).
3+
# Generated by GNU Autoconf 2.69 for Yambo 4.3.3 r.139 (based on r.16814 h.4b029da46).
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='Yambo'
582582
PACKAGE_TARNAME='yambo'
583-
PACKAGE_VERSION='4.4.0 r.108 (based on r.16814 h.4b029da46)'
584-
PACKAGE_STRING='Yambo 4.4.0 r.108 (based on r.16814 h.4b029da46)'
583+
PACKAGE_VERSION='4.3.3 r.139 (based on r.16814 h.4b029da46)'
584+
PACKAGE_STRING='Yambo 4.3.3 r.139 (based on r.16814 h.4b029da46)'
585585
PACKAGE_BUGREPORT='[email protected]'
586586
PACKAGE_URL=''
587587

@@ -1492,7 +1492,7 @@ if test "$ac_init_help" = "long"; then
14921492
# Omit some internal or obsolete options to make the list less imposing.
14931493
# This message is too long to be a string in the A/UX 3.1 sh.
14941494
cat <<_ACEOF
1495-
\`configure' configures Yambo 4.4.0 r.108 (based on r.16814 h.4b029da46) to adapt to many kinds of systems.
1495+
\`configure' configures Yambo 4.3.3 r.139 (based on r.16814 h.4b029da46) to adapt to many kinds of systems.
14961496
14971497
Usage: $0 [OPTION]... [VAR=VALUE]...
14981498
@@ -1558,7 +1558,7 @@ fi
15581558

15591559
if test -n "$ac_init_help"; then
15601560
case $ac_init_help in
1561-
short | recursive ) echo "Configuration of Yambo 4.4.0 r.108 (based on r.16814 h.4b029da46):";;
1561+
short | recursive ) echo "Configuration of Yambo 4.3.3 r.139 (based on r.16814 h.4b029da46):";;
15621562
esac
15631563
cat <<\_ACEOF
15641564
@@ -1747,7 +1747,7 @@ fi
17471747
test -n "$ac_init_help" && exit $ac_status
17481748
if $ac_init_version; then
17491749
cat <<\_ACEOF
1750-
Yambo configure 4.4.0 r.108 (based on r.16814 h.4b029da46)
1750+
Yambo configure 4.3.3 r.139 (based on r.16814 h.4b029da46)
17511751
generated by GNU Autoconf 2.69
17521752
17531753
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2426,7 +2426,7 @@ cat >config.log <<_ACEOF
24262426
This file contains any messages produced by compilers while
24272427
running configure, to aid debugging if configure makes a mistake.
24282428
2429-
It was created by Yambo $as_me 4.4.0 r.108 (based on r.16814 h.4b029da46), which was
2429+
It was created by Yambo $as_me 4.3.3 r.139 (based on r.16814 h.4b029da46), which was
24302430
generated by GNU Autoconf 2.69. Invocation command line was
24312431
24322432
$ $0 $@
@@ -2775,9 +2775,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
27752775

27762776

27772777
SVERSION="4"
2778-
SSUBVERSION="4"
2779-
SPATCHLEVEL="1"
2780-
SREVISION="108"
2778+
SSUBVERSION="3"
2779+
SPATCHLEVEL="3"
2780+
SREVISION="139"
27812781
BASE_REV="16814"
27822782
SHASH="4b029da46"
27832783

@@ -13702,7 +13702,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1370213702
# report actual input values of CONFIG_FILES etc. instead of their
1370313703
# values after options handling.
1370413704
ac_log="
13705-
This file was extended by Yambo $as_me 4.4.0 r.108 (based on r.16814 h.4b029da46), which was
13705+
This file was extended by Yambo $as_me 4.3.3 r.139 (based on r.16814 h.4b029da46), which was
1370613706
generated by GNU Autoconf 2.69. Invocation command line was
1370713707
1370813708
CONFIG_FILES = $CONFIG_FILES
@@ -13764,7 +13764,7 @@ _ACEOF
1376413764
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1376513765
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1376613766
ac_cs_version="\\
13767-
Yambo config.status 4.4.0 r.108 (based on r.16814 h.4b029da46)
13767+
Yambo config.status 4.3.3 r.139 (based on r.16814 h.4b029da46)
1376813768
configured by $0, generated by GNU Autoconf 2.69,
1376913769
with options \\"\$ac_cs_config\\"
1377013770

0 commit comments

Comments
 (0)