Skip to content

Commit

Permalink
Release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Apr 23, 2017
1 parent 51bbeaa commit f4ff999
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions configure
@@ -1,5 +1,5 @@
#!/bin/sh
# This script was automatically generated by ACR v1.1
# This script was automatically generated by ACR v1.2
# @author: pancake <nopcode.org>
# @url: http://www.nopcode.org
# @repo: git clone https://github.com/radare/acr
Expand Down Expand Up @@ -88,7 +88,7 @@ create_environ() {
: ${DATADIR:="${SPREFIX}/share"}
: ${INFODIR:="${DATADIR}/info"}
: ${MANDIR:="${DATADIR}/man"}
: ${DOCDIR:="${DOCDIR}/man"}
: ${DOCDIR:="${DATADIR}/doc/acr"}
: ${LOCALSTATEDIR:="${SPREFIX}/var"}
for A in `echo ${PATH} | sed -e 's,:, ,g'` ; do
[ -e "$A"/ginstall ] && : ${INSTALL:="$A"/ginstall} && break
Expand All @@ -101,12 +101,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='acr' ; VERSION='1.1' ; CONTACT_MAIL="@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <@nopcode.org>" ;
PKGNAME='acr' ; VERSION='1.2' ; CONTACT_MAIL="@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <@nopcode.org>" ;
}

show_usage() {
cat <<EOF2
'configure' configures acr-1.1 to adapt to many kinds of systems.
'configure' configures acr-1.2 to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
Expand All @@ -117,28 +117,28 @@ Defaults for the options are specified in brackets.
Configuration:
-h, --help display this help and exit
-V, --version display version information and exit
-r, --report show what libs/programs require to work
-V, --version display version information and exit
Installation directories:
--prefix=PREFIX install arch-independent files in PREFIX [/usr/local]
--exec-prefix=EPREFIX install arch-dependent files in EPREFIX [PREFIX]
--prefix=PREFIX install arch-independent files in PREFIX [/usr/local]
--sandbox=SPREFIX sandbox prefix directory: SPREFIX [PREFIX]
Fine tuning of the installation directories:
--bindir=DIR user executables [EPREFIX/bin]
--sbindir=DIR system admin executables [EPREFIX/sbin]
--libexecdir=DIR program executables [EPREFIX/libexec]
--docdir=DIR documentation directory [PREFIX/doc]
--datadir=DIR read-only architecture-independent data [PREFIX/share]
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
--libdir=DIR object code libraries [EPREFIX/lib]
--libpath=DIR set rpath/libname-path to linker
--docdir=DIR documentation directory [DATADIR/doc/acr]
--includedir=DIR C header files [PREFIX/include]
--infodir=DIR info documentation [DATADIR/info]
--libexecdir=DIR program executables [EPREFIX/libexec]
--libdir=DIR object code libraries [EPREFIX/lib]
--libpath=DIR set rpath/libname-path to linker
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
--mandir=DIR man documentation [DATADIR/man]
--sbindir=DIR system admin executables [EPREFIX/sbin]
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
System types:
--build=BUILD configure for building on BUILD [guessed]
Expand All @@ -158,7 +158,7 @@ take_environ() {
}

show_version() {
echo "acr-1.1 configuration script done with acr v1.1.
echo "acr-1.2 configuration script done with acr v1.2.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
Expand All @@ -182,7 +182,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: acr"
echo "VERSION: 1.1"
echo "VERSION: 1.2"
exit 0
;;
--cache-file)
Expand Down Expand Up @@ -334,7 +334,7 @@ echo " - ${A} = ${VAL}"
done
#ACR# (( package information ))
#ACR# PKGNAME acr
#ACR# VERSION 1.1
#ACR# VERSION 1.2
#ACR# CONTACT pancake ; @nopcode.org
#ACR#
#ACR# (( needed programs ))
Expand Down

0 comments on commit f4ff999

Please sign in to comment.