~ubuntu-branches/debian/wheezy/byobu/wheezy

« back to all changes in this revision

Viewing changes to autom4te.cache/output.1

  • Committer: Package Import Robot
  • Author(s): Alexander Chernyakhovsky
  • Date: 2012-01-11 19:37:34 UTC
  • mfrom: (0.5.3) (0.1.162 precise)
  • Revision ID: package-import@ubuntu.com-20120111193734-89083z97py39gj05
Tags: 5.2-1
* Syncing from Ubuntu. Remaining changes:
  - Switch to dh short syntax
  - Added a substvar ${perl:Depends} dependency into debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
566
566
 
567
567
ac_subst_vars='LTLIBOBJS
568
568
LIB@&t@OBJS
 
569
LN_S
569
570
am__untar
570
571
am__tar
571
572
AMTAR
2181
2182
 
2182
2183
 
2183
2184
 
 
2185
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
 
2186
$as_echo_n "checking whether ln -s works... " >&6; }
 
2187
LN_S=$as_ln_s
 
2188
if test "$LN_S" = "ln -s"; then
 
2189
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
2190
$as_echo "yes" >&6; }
 
2191
else
 
2192
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
 
2193
$as_echo "no, using $LN_S" >&6; }
 
2194
fi
 
2195
 
2184
2196
 
2185
2197
# Checks for programs.
2186
2198
 
2192
2204
 
2193
2205
# Checks for library functions.
2194
2206
 
2195
 
ac_config_files="$ac_config_files Makefile etc/byobu/Makefile usr/share/applications/Makefile usr/share/byobu/ec2/Makefile usr/share/byobu/keybindings/Makefile usr/share/byobu/pixmaps/Makefile usr/share/byobu/profiles/Makefile usr/share/byobu/status/Makefile usr/share/byobu/tests/Makefile usr/share/byobu/windows/Makefile usr/share/doc/byobu/Makefile usr/lib/byobu/Makefile usr/share/man/man1/Makefile usr/bin/Makefile"
 
2207
ac_config_files="$ac_config_files Makefile etc/byobu/Makefile etc/profile.d/Makefile usr/share/applications/Makefile usr/share/byobu/ec2/Makefile usr/share/byobu/keybindings/Makefile usr/share/byobu/pixmaps/Makefile usr/share/byobu/profiles/Makefile usr/share/byobu/status/Makefile usr/share/byobu/tests/Makefile usr/share/byobu/windows/Makefile usr/share/doc/byobu/Makefile usr/lib/byobu/Makefile usr/lib/byobu/include/Makefile usr/share/man/man1/Makefile usr/bin/Makefile"
2196
2208
 
2197
2209
cat >confcache <<\_ACEOF
2198
2210
# This file is a shell script that caches the results of configure
2917
2929
  case $ac_config_target in
2918
2930
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2919
2931
    "etc/byobu/Makefile") CONFIG_FILES="$CONFIG_FILES etc/byobu/Makefile" ;;
 
2932
    "etc/profile.d/Makefile") CONFIG_FILES="$CONFIG_FILES etc/profile.d/Makefile" ;;
2920
2933
    "usr/share/applications/Makefile") CONFIG_FILES="$CONFIG_FILES usr/share/applications/Makefile" ;;
2921
2934
    "usr/share/byobu/ec2/Makefile") CONFIG_FILES="$CONFIG_FILES usr/share/byobu/ec2/Makefile" ;;
2922
2935
    "usr/share/byobu/keybindings/Makefile") CONFIG_FILES="$CONFIG_FILES usr/share/byobu/keybindings/Makefile" ;;
2927
2940
    "usr/share/byobu/windows/Makefile") CONFIG_FILES="$CONFIG_FILES usr/share/byobu/windows/Makefile" ;;
2928
2941
    "usr/share/doc/byobu/Makefile") CONFIG_FILES="$CONFIG_FILES usr/share/doc/byobu/Makefile" ;;
2929
2942
    "usr/lib/byobu/Makefile") CONFIG_FILES="$CONFIG_FILES usr/lib/byobu/Makefile" ;;
 
2943
    "usr/lib/byobu/include/Makefile") CONFIG_FILES="$CONFIG_FILES usr/lib/byobu/include/Makefile" ;;
2930
2944
    "usr/share/man/man1/Makefile") CONFIG_FILES="$CONFIG_FILES usr/share/man/man1/Makefile" ;;
2931
2945
    "usr/bin/Makefile") CONFIG_FILES="$CONFIG_FILES usr/bin/Makefile" ;;
2932
2946
 
3389
3403
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
3390
3404
fi
3391
3405
 
3392
 
 
3393
 
if test -n "${prefix}" && test "${prefix}" != "/usr"; then
3394
 
        for i in usr/bin/byobu*; do
3395
 
                # This hackery seems necessary for Mac OSX and Solaris installs
3396
 
                sed -e "s:BYOBU_PREFIX=.*:BYOBU_PREFIX=\"${prefix}\":" "$i" > "$i.new"
3397
 
                mv -f "$i.new" "$i"
3398
 
                chmod 755 "$i"
3399
 
        done
3400
 
fi