-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
26 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/sh | ||
# This script was automatically generated by ACR v2.1.2 | ||
# This script was automatically generated by ACR v2.1.4 | ||
# @author: pancake <nopcode.org> | ||
# @url: http://www.nopcode.org | ||
# @repo: git clone https://github.com/radare/acr | ||
|
@@ -113,12 +113,12 @@ done | |
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s} | ||
: ${INSTALL_MAN:=${INSTALL} -m 444} | ||
: ${INSTALL_LIB:=${INSTALL} -m 755 -c} | ||
PKGNAME='iaito' ; VERSION='5.9.0' ; VERSION_MAJOR=5; VERSION_MINOR=9; VERSION_PATCH=0; VERSION_NUMBER=50900; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ; | ||
PKGNAME='iaito' ; VERSION='5.9.2' ; VERSION_MAJOR=5; VERSION_MINOR=9; VERSION_PATCH=2; VERSION_NUMBER=50902; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ; | ||
} | ||
|
||
show_usage() { | ||
cat <<EOF2 | ||
'configure' configures iaito-5.9.0 to adapt to many kinds of systems. | ||
'configure' configures iaito-5.9.2 to adapt to many kinds of systems. | ||
Usage: ./configure [OPTION]... [VAR=VALUE]... | ||
|
@@ -194,10 +194,10 @@ ocho() { | |
|
||
show_version() { | ||
if [ "$QUIET" = 1 ]; then | ||
echo "5.9.0" | ||
echo "5.9.2" | ||
exit 0 | ||
fi | ||
echo "iaito-5.9.0 configuration script done with acr v2.1.2. | ||
echo "iaito-5.9.2 configuration script done with acr v2.1.4. | ||
The 'Free Software Foundation' message is only for autodetection. | ||
Originally written by pancake <nopcode.org>." | ||
exit 0 | ||
|
@@ -226,7 +226,7 @@ case $flag in | |
show_version ; ;; | ||
-r|--r|--report) | ||
echo "PKGNAME: iaito" | ||
echo "VERSION: 5.9.0" | ||
echo "VERSION: 5.9.2" | ||
echo "AUTHOR: pancake" | ||
echo "EMAIL: [email protected]" | ||
echo "LANGS: c++" | ||
|
@@ -343,6 +343,7 @@ exit 1 | |
if [ 0 = 0 ]; then echo ${CPP}; else | ||
echo "ERROR: ${CPP} cannot parse sources"; fi | ||
ochof "checking for pkg-config... " | ||
ENVWORDS="${ENVWORDS} HAVE_PKGCONFIG" | ||
if [ -n "$PKGCONFIG" ]; then | ||
if [ -x "$PKGCONFIG" ]; then | ||
_HAVE_PKGCONFIG="${PKGCONFIG}" | ||
|
@@ -366,7 +367,9 @@ else | |
fi | ||
if [ -n "${PKGCONFIG}" ]; then | ||
ocho ${PKGCONFIG} | ||
HAVE_PKGCONFIG=1 | ||
else | ||
HAVE_PKGCONFIG=0 | ||
echo "Cannot find pkg-config or pkgconf in PATH" >&2 | ||
exit 1 | ||
ocho no; fi | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
PKGNAME iaito | ||
VERSION 5.9.0 | ||
VERSION 5.9.2 | ||
CONTACT pancake ; [email protected] | ||
|
||
LANG_CXX! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters