Changeset 541


Ignore:
Timestamp:
02/05/10 17:35:45 (2 years ago)
Author:
eagle
Message:

forgot to include some files into the source package

Location:
trunk
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r540 r541  
    1 SUBDIRS = src man src/cygwin debian freebsd 
     1SUBDIRS = src man src/cygwin debian freebsd i2p 
    22dist_doc_DATA = README 
     3EXTRA_DIST = glob_id.txt hosts.onioncat 
    34 
  • trunk/Makefile.in

    r540 r541  
    172172sysconfdir = @sysconfdir@ 
    173173target_alias = @target_alias@ 
    174 SUBDIRS = src man src/cygwin debian freebsd 
     174SUBDIRS = src man src/cygwin debian freebsd i2p 
    175175dist_doc_DATA = README 
     176EXTRA_DIST = glob_id.txt hosts.onioncat 
    176177all: config.h 
    177178        $(MAKE) $(AM_MAKEFLAGS) all-recursive 
  • trunk/configure

    r540 r541  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.62 for onioncat 0.2.2.r540. 
     3# Generated by GNU Autoconf 2.62 for onioncat 0.2.2.r541. 
    44# 
    55# Report bugs to <rahra@cypherpunk.at>. 
     
    597597PACKAGE_NAME='onioncat' 
    598598PACKAGE_TARNAME='onioncat' 
    599 PACKAGE_VERSION='0.2.2.r540' 
    600 PACKAGE_STRING='onioncat 0.2.2.r540' 
     599PACKAGE_VERSION='0.2.2.r541' 
     600PACKAGE_STRING='onioncat 0.2.2.r541' 
    601601PACKAGE_BUGREPORT='rahra@cypherpunk.at' 
    602602 
     
    12611261  # This message is too long to be a string in the A/UX 3.1 sh. 
    12621262  cat <<_ACEOF 
    1263 \`configure' configures onioncat 0.2.2.r540 to adapt to many kinds of systems. 
     1263\`configure' configures onioncat 0.2.2.r541 to adapt to many kinds of systems. 
    12641264 
    12651265Usage: $0 [OPTION]... [VAR=VALUE]... 
     
    13311331if test -n "$ac_init_help"; then 
    13321332  case $ac_init_help in 
    1333      short | recursive ) echo "Configuration of onioncat 0.2.2.r540:";; 
     1333     short | recursive ) echo "Configuration of onioncat 0.2.2.r541:";; 
    13341334   esac 
    13351335  cat <<\_ACEOF 
     
    14231423if $ac_init_version; then 
    14241424  cat <<\_ACEOF 
    1425 onioncat configure 0.2.2.r540 
     1425onioncat configure 0.2.2.r541 
    14261426generated by GNU Autoconf 2.62 
    14271427 
     
    14371437running configure, to aid debugging if configure makes a mistake. 
    14381438 
    1439 It was created by onioncat $as_me 0.2.2.r540, which was 
     1439It was created by onioncat $as_me 0.2.2.r541, which was 
    14401440generated by GNU Autoconf 2.62.  Invocation command line was 
    14411441 
     
    20862086# Define the identity of the package. 
    20872087 PACKAGE='onioncat' 
    2088  VERSION='0.2.2.r540' 
     2088 VERSION='0.2.2.r541' 
    20892089 
    20902090 
     
    22372237 
    22382238cat >>confdefs.h <<\_ACEOF 
    2239 #define SVN_REVISION "540" 
     2239#define SVN_REVISION "541" 
    22402240_ACEOF 
    22412241 
     
    48914891 
    48924892 
    4893 ac_config_files="$ac_config_files Makefile src/cygwin/Makefile src/Makefile man/Makefile debian/Makefile freebsd/Makefile" 
     4893ac_config_files="$ac_config_files Makefile src/cygwin/Makefile src/Makefile man/Makefile debian/Makefile freebsd/Makefile i2p/Makefile" 
    48944894 
    48954895cat >confcache <<\_ACEOF 
     
    53265326# values after options handling. 
    53275327ac_log=" 
    5328 This file was extended by onioncat $as_me 0.2.2.r540, which was 
     5328This file was extended by onioncat $as_me 0.2.2.r541, which was 
    53295329generated by GNU Autoconf 2.62.  Invocation command line was 
    53305330 
     
    53795379cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
    53805380ac_cs_version="\\ 
    5381 onioncat config.status 0.2.2.r540 
     5381onioncat config.status 0.2.2.r541 
    53825382configured by $0, generated by GNU Autoconf 2.62, 
    53835383  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 
     
    55095509    "debian/Makefile") CONFIG_FILES="$CONFIG_FILES debian/Makefile" ;; 
    55105510    "freebsd/Makefile") CONFIG_FILES="$CONFIG_FILES freebsd/Makefile" ;; 
     5511    "i2p/Makefile") CONFIG_FILES="$CONFIG_FILES i2p/Makefile" ;; 
    55115512 
    55125513  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 
  • trunk/configure.ac

    r540 r541  
    133133AC_CHECK_FUNCS([strlcat strlcpy ether_ntoa ether_ntoa_r]) 
    134134 
    135 AC_CONFIG_FILES([Makefile src/cygwin/Makefile src/Makefile man/Makefile debian/Makefile freebsd/Makefile]) 
     135AC_CONFIG_FILES([Makefile src/cygwin/Makefile src/Makefile man/Makefile debian/Makefile freebsd/Makefile i2p/Makefile]) 
    136136AC_OUTPUT 
    137137 
Note: See TracChangeset for help on using the changeset viewer.