forked from aria2/aria2
-
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.
- Loading branch information
1 parent
07e9189
commit d354e48
Showing
20 changed files
with
582 additions
and
65 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,4 +1,4 @@ | ||
SUBDIRS = intl m4 po src test | ||
SUBDIRS = intl m4 po src test doc | ||
|
||
ACLOCAL_AMFLAGS = -I m4 | ||
|
||
|
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.59 for aria2c 0.8.0. | ||
# Generated by GNU Autoconf 2.59 for aria2c 0.8.1. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} | |
# Identity of this package. | ||
PACKAGE_NAME='aria2c' | ||
PACKAGE_TARNAME='aria2c' | ||
PACKAGE_VERSION='0.8.0' | ||
PACKAGE_STRING='aria2c 0.8.0' | ||
PACKAGE_VERSION='0.8.1' | ||
PACKAGE_STRING='aria2c 0.8.1' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
|
||
ac_unique_file="src/Socket.h" | ||
|
@@ -788,7 +788,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 aria2c 0.8.0 to adapt to many kinds of systems. | ||
\`configure' configures aria2c 0.8.1 to adapt to many kinds of systems. | ||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
@@ -854,7 +854,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of aria2c 0.8.0:";; | ||
short | recursive ) echo "Configuration of aria2c 0.8.1:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
@@ -1004,7 +1004,7 @@ fi | |
test -n "$ac_init_help" && exit 0 | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
aria2c configure 0.8.0 | ||
aria2c configure 0.8.1 | ||
generated by GNU Autoconf 2.59 | ||
Copyright (C) 2003 Free Software Foundation, Inc. | ||
|
@@ -1018,7 +1018,7 @@ cat >&5 <<_ACEOF | |
This file contains any messages produced by compilers while | ||
running configure, to aid debugging if configure makes a mistake. | ||
It was created by aria2c $as_me 0.8.0, which was | ||
It was created by aria2c $as_me 0.8.1, which was | ||
generated by GNU Autoconf 2.59. Invocation command line was | ||
$ $0 $@ | ||
|
@@ -1661,7 +1661,7 @@ fi | |
# Define the identity of the package. | ||
PACKAGE='aria2c' | ||
VERSION='0.8.0' | ||
VERSION='0.8.1' | ||
cat >>confdefs.h <<_ACEOF | ||
|
@@ -3824,7 +3824,7 @@ else | |
echo "${ECHO_T}no" >&6 | ||
fi | ||
min_xml_version=2.6.26 | ||
min_xml_version=2.6.24 | ||
echo "$as_me:$LINENO: checking for libxml - version >= $min_xml_version" >&5 | ||
echo $ECHO_N "checking for libxml - version >= $min_xml_version... $ECHO_C" >&6 | ||
no_xml="" | ||
|
@@ -11800,7 +11800,7 @@ _ACEOF | |
fi | ||
done | ||
ac_config_files="$ac_config_files Makefile src/Makefile test/Makefile po/Makefile.in m4/Makefile intl/Makefile" | ||
ac_config_files="$ac_config_files Makefile src/Makefile test/Makefile po/Makefile.in m4/Makefile intl/Makefile doc/Makefile" | ||
cat >confcache <<\_ACEOF | ||
# This file is a shell script that caches the results of configure | ||
|
@@ -12227,7 +12227,7 @@ _ASBOX | |
} >&5 | ||
cat >&5 <<_CSEOF | ||
This file was extended by aria2c $as_me 0.8.0, which was | ||
This file was extended by aria2c $as_me 0.8.1, which was | ||
generated by GNU Autoconf 2.59. Invocation command line was | ||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -12290,7 +12290,7 @@ _ACEOF | |
cat >>$CONFIG_STATUS <<_ACEOF | ||
ac_cs_version="\\ | ||
aria2c config.status 0.8.0 | ||
aria2c config.status 0.8.1 | ||
configured by $0, generated by GNU Autoconf 2.59, | ||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" | ||
|
@@ -12413,6 +12413,7 @@ do | |
"po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; | ||
"m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;; | ||
"intl/Makefile" ) CONFIG_FILES="$CONFIG_FILES intl/Makefile" ;; | ||
"doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; | ||
"depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; | ||
"default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; | ||
"config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Process this file with autoconf to produce a configure script. | ||
# | ||
AC_PREREQ(2.59) | ||
AC_INIT(aria2c, 0.8.0, [email protected]) | ||
AC_INIT(aria2c, 0.8.1, [email protected]) | ||
AM_INIT_AUTOMAKE() | ||
AM_PATH_CPPUNIT(1.10.2) | ||
AC_CONFIG_SRCDIR([src/Socket.h]) | ||
|
@@ -31,7 +31,7 @@ AC_PROG_YACC | |
|
||
# Checks for libraries. | ||
if test "x$with_libxml2" = "xyes"; then | ||
AM_PATH_XML2([2.6.26], [have_libxml2=yes]) | ||
AM_PATH_XML2([2.6.24], [have_libxml2=yes]) | ||
if test "x$have_libxml2" = "xyes"; then | ||
AC_DEFINE([HAVE_LIBXML2], [1], [Define to 1 if you have libxml2.]) | ||
fi | ||
|
@@ -128,5 +128,6 @@ AC_CONFIG_FILES([Makefile | |
test/Makefile | ||
po/Makefile.in | ||
m4/Makefile | ||
intl/Makefile]) | ||
intl/Makefile | ||
doc/Makefile]) | ||
AC_OUTPUT |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
man_MANS = aria2c.1 | ||
EXTRA_DIST = $(man_MANS) |
Oops, something went wrong.