Changeset 541
- Timestamp:
- 02/05/10 17:35:45 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 4 edited
-
Makefile.am (modified) (1 diff)
-
Makefile.in (modified) (1 diff)
-
configure (modified) (12 diffs)
-
configure.ac (modified) (1 diff)
-
i2p/Makefile.am (added)
-
i2p/Makefile.in (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r540 r541 1 SUBDIRS = src man src/cygwin debian freebsd 1 SUBDIRS = src man src/cygwin debian freebsd i2p 2 2 dist_doc_DATA = README 3 EXTRA_DIST = glob_id.txt hosts.onioncat 3 4 -
trunk/Makefile.in
r540 r541 172 172 sysconfdir = @sysconfdir@ 173 173 target_alias = @target_alias@ 174 SUBDIRS = src man src/cygwin debian freebsd 174 SUBDIRS = src man src/cygwin debian freebsd i2p 175 175 dist_doc_DATA = README 176 EXTRA_DIST = glob_id.txt hosts.onioncat 176 177 all: config.h 177 178 $(MAKE) $(AM_MAKEFLAGS) all-recursive -
trunk/configure
r540 r541 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.62 for onioncat 0.2.2.r54 0.3 # Generated by GNU Autoconf 2.62 for onioncat 0.2.2.r541. 4 4 # 5 5 # Report bugs to <rahra@cypherpunk.at>. … … 597 597 PACKAGE_NAME='onioncat' 598 598 PACKAGE_TARNAME='onioncat' 599 PACKAGE_VERSION='0.2.2.r54 0'600 PACKAGE_STRING='onioncat 0.2.2.r54 0'599 PACKAGE_VERSION='0.2.2.r541' 600 PACKAGE_STRING='onioncat 0.2.2.r541' 601 601 PACKAGE_BUGREPORT='rahra@cypherpunk.at' 602 602 … … 1261 1261 # This message is too long to be a string in the A/UX 3.1 sh. 1262 1262 cat <<_ACEOF 1263 \`configure' configures onioncat 0.2.2.r54 0to adapt to many kinds of systems.1263 \`configure' configures onioncat 0.2.2.r541 to adapt to many kinds of systems. 1264 1264 1265 1265 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1331 1331 if test -n "$ac_init_help"; then 1332 1332 case $ac_init_help in 1333 short | recursive ) echo "Configuration of onioncat 0.2.2.r54 0:";;1333 short | recursive ) echo "Configuration of onioncat 0.2.2.r541:";; 1334 1334 esac 1335 1335 cat <<\_ACEOF … … 1423 1423 if $ac_init_version; then 1424 1424 cat <<\_ACEOF 1425 onioncat configure 0.2.2.r54 01425 onioncat configure 0.2.2.r541 1426 1426 generated by GNU Autoconf 2.62 1427 1427 … … 1437 1437 running configure, to aid debugging if configure makes a mistake. 1438 1438 1439 It was created by onioncat $as_me 0.2.2.r54 0, which was1439 It was created by onioncat $as_me 0.2.2.r541, which was 1440 1440 generated by GNU Autoconf 2.62. Invocation command line was 1441 1441 … … 2086 2086 # Define the identity of the package. 2087 2087 PACKAGE='onioncat' 2088 VERSION='0.2.2.r54 0'2088 VERSION='0.2.2.r541' 2089 2089 2090 2090 … … 2237 2237 2238 2238 cat >>confdefs.h <<\_ACEOF 2239 #define SVN_REVISION "54 0"2239 #define SVN_REVISION "541" 2240 2240 _ACEOF 2241 2241 … … 4891 4891 4892 4892 4893 ac_config_files="$ac_config_files Makefile src/cygwin/Makefile src/Makefile man/Makefile debian/Makefile freebsd/Makefile "4893 ac_config_files="$ac_config_files Makefile src/cygwin/Makefile src/Makefile man/Makefile debian/Makefile freebsd/Makefile i2p/Makefile" 4894 4894 4895 4895 cat >confcache <<\_ACEOF … … 5326 5326 # values after options handling. 5327 5327 ac_log=" 5328 This file was extended by onioncat $as_me 0.2.2.r54 0, which was5328 This file was extended by onioncat $as_me 0.2.2.r541, which was 5329 5329 generated by GNU Autoconf 2.62. Invocation command line was 5330 5330 … … 5379 5379 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5380 5380 ac_cs_version="\\ 5381 onioncat config.status 0.2.2.r54 05381 onioncat config.status 0.2.2.r541 5382 5382 configured by $0, generated by GNU Autoconf 2.62, 5383 5383 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" … … 5509 5509 "debian/Makefile") CONFIG_FILES="$CONFIG_FILES debian/Makefile" ;; 5510 5510 "freebsd/Makefile") CONFIG_FILES="$CONFIG_FILES freebsd/Makefile" ;; 5511 "i2p/Makefile") CONFIG_FILES="$CONFIG_FILES i2p/Makefile" ;; 5511 5512 5512 5513 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 -
trunk/configure.ac
r540 r541 133 133 AC_CHECK_FUNCS([strlcat strlcpy ether_ntoa ether_ntoa_r]) 134 134 135 AC_CONFIG_FILES([Makefile src/cygwin/Makefile src/Makefile man/Makefile debian/Makefile freebsd/Makefile ])135 AC_CONFIG_FILES([Makefile src/cygwin/Makefile src/Makefile man/Makefile debian/Makefile freebsd/Makefile i2p/Makefile]) 136 136 AC_OUTPUT 137 137
Note: See TracChangeset
for help on using the changeset viewer.
