Skip to content

Commit 497e353

Browse files
committed
Release 2.1.2
1 parent 30d5f5d commit 497e353

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

configure

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# This script was automatically generated by ACR v2.1.1
2+
# This script was automatically generated by ACR v2.1.2
33
# @author: pancake <nopcode.org>
44
# @url: http://www.nopcode.org
55
# @repo: git clone https://github.com/radare/acr
@@ -92,8 +92,8 @@ create_environ() {
9292
: ${SBINDIR:="${PREFIX}/sbin"}
9393
: ${ETCDIR:="${SPREFIX}/etc"}
9494
: ${LIBDIR:="${SPREFIX}/lib"}
95-
: ${PKGCFG_LIBDIR:="\${exec_prefix}/lib"}
96-
: ${PKGCFG_INCDIR:="\${prefix}/include"}
95+
: ${PKGCFG_LIBDIR:='${exec_prefix}/lib'}
96+
: ${PKGCFG_INCDIR:='${prefix}/include'}
9797
: ${LIBEXECDIR:="${SPREFIX}/libexec"}
9898
: ${INCLUDEDIR:="${SPREFIX}/include"}
9999
: ${DATADIR:="${SPREFIX}/share"}
@@ -112,12 +112,12 @@ done
112112
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
113113
: ${INSTALL_MAN:=${INSTALL} -m 444}
114114
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
115-
PKGNAME='acr' ; VERSION='2.1.1' ; VERSION_MAJOR=2; VERSION_MINOR=1; VERSION_PATCH=1; VERSION_NUMBER=20101; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
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]>" ;
116116
}
117117

118118
show_usage() {
119119
cat <<EOF2
120-
'configure' configures acr-2.1.1 to adapt to many kinds of systems.
120+
'configure' configures acr-2.1.2 to adapt to many kinds of systems.
121121
122122
Usage: ./configure [OPTION]... [VAR=VALUE]...
123123
@@ -182,10 +182,10 @@ ocho() {
182182

183183
show_version() {
184184
if [ "$QUIET" = 1 ]; then
185-
echo "2.1.1"
185+
echo "2.1.2"
186186
exit 0
187187
fi
188-
echo "acr-2.1.1 configuration script done with acr v2.1.1.
188+
echo "acr-2.1.2 configuration script done with acr v2.1.2.
189189
The 'Free Software Foundation' message is only for autodetection.
190190
Originally written by pancake <nopcode.org>."
191191
exit 0
@@ -214,7 +214,7 @@ case $flag in
214214
show_version ; ;;
215215
-r|--r|--report)
216216
echo "PKGNAME: acr"
217-
echo "VERSION: 2.1.1"
217+
echo "VERSION: 2.1.2"
218218
echo "AUTHOR: pancake"
219219
echo "EMAIL: [email protected]"
220220
echo "DESCRIPTION: automatic configuration replacement tool"
@@ -381,7 +381,7 @@ done
381381
fi
382382
#ACR# /* package information */
383383
#ACR# PKGNAME acr
384-
#ACR# VERSION 2.1.1
384+
#ACR# VERSION 2.1.2
385385
#ACR# CONTACT pancake ; [email protected]
386386
#ACR#
387387
#ACR# DESCRIPTION automatic configuration replacement tool ;

configure.acr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* package information */
22
PKGNAME acr
3-
VERSION 2.1.1
3+
VERSION 2.1.2
44
CONTACT pancake ; [email protected]
55

66
DESCRIPTION automatic configuration replacement tool ;

0 commit comments

Comments
 (0)