forked from comotion/cpm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:comotion/cpm
- Loading branch information
Showing
9 changed files
with
59 additions
and
28 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,6 +1,6 @@ | ||
#! /bin/sh | ||
# Guess values for system-dependent variables and create Makefiles. | ||
# Generated by GNU Autoconf 2.69 for cpm 0.27. | ||
# Generated by GNU Autoconf 2.69 for cpm 0.28. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -548,8 +548,8 @@ MAKEFLAGS= | |
# Identity of this package. | ||
PACKAGE_NAME='cpm' | ||
PACKAGE_TARNAME='cpm' | ||
PACKAGE_VERSION='0.27' | ||
PACKAGE_STRING='cpm 0.27' | ||
PACKAGE_VERSION='0.28' | ||
PACKAGE_STRING='cpm 0.28' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
PACKAGE_URL='' | ||
|
||
|
@@ -1226,7 +1226,7 @@ if test "$ac_init_help" = "long"; then | |
# Omit some internal or obsolete options to make the list less imposing. | ||
# This message is too long to be a string in the A/UX 3.1 sh. | ||
cat <<_ACEOF | ||
\`configure' configures cpm 0.27 to adapt to many kinds of systems. | ||
\`configure' configures cpm 0.28 to adapt to many kinds of systems. | ||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
@@ -1287,7 +1287,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of cpm 0.27:";; | ||
short | recursive ) echo "Configuration of cpm 0.28:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
@@ -1392,7 +1392,7 @@ fi | |
test -n "$ac_init_help" && exit $ac_status | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
cpm configure 0.27 | ||
cpm configure 0.28 | ||
generated by GNU Autoconf 2.69 | ||
Copyright (C) 2012 Free Software Foundation, Inc. | ||
|
@@ -1815,7 +1815,7 @@ cat >config.log <<_ACEOF | |
This file contains any messages produced by compilers while | ||
running configure, to aid debugging if configure makes a mistake. | ||
It was created by cpm $as_me 0.27, which was | ||
It was created by cpm $as_me 0.28, which was | ||
generated by GNU Autoconf 2.69. Invocation command line was | ||
$ $0 $@ | ||
|
@@ -4633,6 +4633,18 @@ fi | |
|
||
done | ||
|
||
for ac_header in sys/prctl.h | ||
do : | ||
ac_fn_c_check_header_mongrel "$LINENO" "sys/prctl.h" "ac_cv_header_sys_prctl_h" "$ac_includes_default" | ||
if test "x$ac_cv_header_sys_prctl_h" = xyes; then : | ||
cat >>confdefs.h <<_ACEOF | ||
#define HAVE_SYS_PRCTL_H 1 | ||
_ACEOF | ||
|
||
fi | ||
|
||
done | ||
|
||
|
||
# Checks for typedefs, structures, and compiler characteristics. | ||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking typedefs, structures, and compiler characteristics" >&5 | ||
|
@@ -6300,7 +6312,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |
# report actual input values of CONFIG_FILES etc. instead of their | ||
# values after options handling. | ||
ac_log=" | ||
This file was extended by cpm $as_me 0.27, which was | ||
This file was extended by cpm $as_me 0.28, which was | ||
generated by GNU Autoconf 2.69. Invocation command line was | ||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -6362,7 +6374,7 @@ _ACEOF | |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | ||
ac_cs_version="\\ | ||
cpm config.status 0.27 | ||
cpm config.status 0.28 | ||
configured by $0, generated by GNU Autoconf 2.69, | ||
with options \\"\$ac_cs_config\\" | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
AC_MSG_NOTICE([general setup]) | ||
AC_PREREQ(2.59) | ||
AC_INIT(cpm, 0.27, [email protected]) | ||
AC_INIT(cpm, 0.28, [email protected]) | ||
AC_CONFIG_SRCDIR([config.h.in]) | ||
AC_CONFIG_HEADER([config.h]) | ||
|
||
|
@@ -372,6 +372,7 @@ AC_SUBST(LIBGPGME_CFLAGS) | |
AC_MSG_NOTICE([checking header files]) | ||
AC_HEADER_STDC | ||
AC_CHECK_HEADERS([fcntl.h getopt.h libintl.h locale.h stdlib.h sys/fsuid.h sys/ioctl.h termios.h]) | ||
AC_CHECK_HEADERS(sys/prctl.h) | ||
|
||
# Checks for typedefs, structures, and compiler characteristics. | ||
AC_MSG_NOTICE([checking typedefs, structures, and compiler characteristics]) | ||
|
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
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
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