File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1- _VERSION =2.1
2-
1+ _VERSION =?
32-include config.mk
43
54PWD: =$(shell pwd)
Original file line number Diff line number Diff line change @@ -103,12 +103,12 @@ done
103103: ${INSTALL_PROGRAM_STRIP:= ${INSTALL} -m 755 -s}
104104: ${INSTALL_MAN:= ${INSTALL} -m 444}
105105: ${INSTALL_LIB:= ${INSTALL} -m 755 -c}
106- PKGNAME=
' valabind' ; VERSION=
' 2.1 ' ; CONTACT_MAIL=
" [email protected] " ; CONTACT_NAME=
" pancake" ; CONTACT=
" pancake <[email protected] >" ; 106+ PKGNAME=
' valabind' ; VERSION=
' 1.5 ' ; CONTACT_MAIL=
" [email protected] " ; CONTACT_NAME=
" pancake" ; CONTACT=
" pancake <[email protected] >" ; 107107}
108108
109109show_usage () {
110110cat << EOF2
111- 'configure' configures valabind-2.1 to adapt to many kinds of systems.
111+ 'configure' configures valabind-1.5 to adapt to many kinds of systems.
112112
113113Usage: ./configure [OPTION]... [VAR=VALUE]...
114114
@@ -180,7 +180,7 @@ take_environ() {
180180}
181181
182182show_version () {
183- echo " valabind-2.1 configuration script done with acr v1.3.
183+ echo " valabind-1.5 configuration script done with acr v1.3.
184184The 'Free Software Foundation' message is only for autodetection.
185185Originally written by pancake <nopcode.org>."
186186exit 0
@@ -204,7 +204,7 @@ case $flag in
204204 show_version ; ;;
205205-r|--r|--report)
206206echo " PKGNAME: valabind"
207- echo " VERSION: 2.1 "
207+ echo " VERSION: 1.5 "
208208echo " LANGS: c vala"
209209echo " FLAGS: --with-vala=vala --with-valac=valac"
210210 exit 0
Original file line number Diff line number Diff line change 11PKGNAME valabind
2- VERSION 2.1
2+ VERSION 1.5
33CONTACT pancake ;
[email protected] 44
55LANG_C!
You can’t perform that action at this time.
0 commit comments