File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- # This script was automatically generated by ACR v1.7.1
2
+ # This script was automatically generated by ACR v1.6.2
3
3
# @author: pancake <nopcode.org>
4
4
# @url: http://www.nopcode.org
5
5
# @repo: git clone https://github.com/radare/acr
@@ -104,12 +104,12 @@ done
104
104
: ${INSTALL_PROGRAM_STRIP:= ${INSTALL} -m 755 -s}
105
105
: ${INSTALL_MAN:= ${INSTALL} -m 444}
106
106
: ${INSTALL_LIB:= ${INSTALL} -m 755 -c}
107
- PKGNAME=' valabind' ; VERSION=' 1.7' ; CONTACT_MAIL=" pancake@nopcode.org" ; CONTACT_NAME=" pancake" ; CONTACT=" pancake <pancake@nopcode.org>" ;
107
+ PKGNAME=' valabind' ; VERSION=' 1.7.1 ' ; CONTACT_MAIL=" pancake@nopcode.org" ; CONTACT_NAME=" pancake" ; CONTACT=" pancake <pancake@nopcode.org>" ;
108
108
}
109
109
110
110
show_usage () {
111
111
cat << EOF2
112
- 'configure' configures valabind-1.7 to adapt to many kinds of systems.
112
+ 'configure' configures valabind-1.7.1 to adapt to many kinds of systems.
113
113
114
114
Usage: ./configure [OPTION]... [VAR=VALUE]...
115
115
@@ -181,7 +181,7 @@ take_environ() {
181
181
}
182
182
183
183
show_version () {
184
- echo " valabind-1.7 configuration script done with acr v1.7.1 .
184
+ echo " valabind-1.7.1 configuration script done with acr v1.6.2 .
185
185
The 'Free Software Foundation' message is only for autodetection.
186
186
Originally written by pancake <nopcode.org>."
187
187
exit 0
@@ -205,7 +205,7 @@ case $flag in
205
205
show_version ; ;;
206
206
-r|--r|--report)
207
207
echo " PKGNAME: valabind"
208
- echo " VERSION: 1.7"
208
+ echo " VERSION: 1.7.1 "
209
209
echo " LANGS: c vala"
210
210
echo " FLAGS: --with-vala=vala --with-valac=valac"
211
211
exit 0
Original file line number Diff line number Diff line change 1
1
PKGNAME valabind
2
- VERSION 1.7
2
+ VERSION 1.7.1
3
3
CONTACT pancake ; pancake@nopcode.org
4
4
5
5
LANG_C!
You can’t perform that action at this time.
0 commit comments