|
1 | 1 | #!/bin/sh
|
2 |
| -# This script was automatically generated by ACR v2.1.2 |
| 2 | +# This script was automatically generated by ACR v2.1.4 |
3 | 3 | # @author: pancake <nopcode.org>
|
4 | 4 | # @url: http://www.nopcode.org
|
5 | 5 | # @repo: git clone https://github.com/radare/acr
|
@@ -112,12 +112,12 @@ done
|
112 | 112 | : ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
|
113 | 113 | : ${INSTALL_MAN:=${INSTALL} -m 444}
|
114 | 114 | : ${INSTALL_LIB:=${INSTALL} -m 755 -c}
|
115 |
| - PKGNAME= 'acr' ; VERSION= '2.1.2' ; VERSION_MAJOR=2 ; VERSION_MINOR=1 ; VERSION_PATCH= 2; VERSION_NUMBER= 20102; CONTACT_MAIL= "[email protected]" ; CONTACT_NAME= "pancake" ; CONTACT= "pancake <[email protected]>" ; |
| 115 | + PKGNAME= 'acr' ; VERSION= '2.1.4' ; VERSION_MAJOR=2 ; VERSION_MINOR=1 ; VERSION_PATCH= 4; VERSION_NUMBER= 20104; CONTACT_MAIL= "[email protected]" ; CONTACT_NAME= "pancake" ; CONTACT= "pancake <[email protected]>" ; |
116 | 116 | }
|
117 | 117 |
|
118 | 118 | show_usage() {
|
119 | 119 | cat <<EOF2
|
120 |
| -'configure' configures acr-2.1.2 to adapt to many kinds of systems. |
| 120 | +'configure' configures acr-2.1.4 to adapt to many kinds of systems. |
121 | 121 |
|
122 | 122 | Usage: ./configure [OPTION]... [VAR=VALUE]...
|
123 | 123 |
|
@@ -182,10 +182,10 @@ ocho() {
|
182 | 182 |
|
183 | 183 | show_version() {
|
184 | 184 | if [ "$QUIET" = 1 ]; then
|
185 |
| - echo "2.1.2" |
| 185 | + echo "2.1.4" |
186 | 186 | exit 0
|
187 | 187 | fi
|
188 |
| -echo "acr-2.1.2 configuration script done with acr v2.1.2. |
| 188 | +echo "acr-2.1.4 configuration script done with acr v2.1.4. |
189 | 189 | The 'Free Software Foundation' message is only for autodetection.
|
190 | 190 | Originally written by pancake <nopcode.org>."
|
191 | 191 | exit 0
|
@@ -214,7 +214,7 @@ case $flag in
|
214 | 214 | show_version ; ;;
|
215 | 215 | -r|--r|--report)
|
216 | 216 | echo "PKGNAME: acr"
|
217 |
| -echo "VERSION: 2.1.2" |
| 217 | +echo "VERSION: 2.1.4" |
218 | 218 | echo "AUTHOR: pancake"
|
219 | 219 |
|
220 | 220 | echo "DESCRIPTION: automatic configuration replacement tool"
|
|
381 | 381 | fi
|
382 | 382 | #ACR# /* package information */
|
383 | 383 | #ACR# PKGNAME acr
|
384 |
| -#ACR# VERSION 2.1.2 |
| 384 | +#ACR# VERSION 2.1.4 |
385 | 385 | #ACR# CONTACT pancake ; [email protected]
|
386 | 386 | #ACR#
|
387 | 387 | #ACR# DESCRIPTION automatic configuration replacement tool ;
|
|
0 commit comments