Changeset 1051
- Timestamp:
- 04/17/07 12:44:28 (6 years ago)
- Location:
- pkg/main/xfardic/trunk
- Files:
-
- 16 added
- 9 edited
-
Makefile (modified) (5 diffs)
-
config.log (added)
-
config.status (added)
-
configure (modified) (53 diffs)
-
data/Makefile (modified) (5 diffs)
-
debian (added)
-
debian/changelog (added)
-
debian/compat (added)
-
debian/control (added)
-
debian/copyright (added)
-
debian/rules (added)
-
debian/watch (added)
-
locales/az_AZ/Makefile (modified) (5 diffs)
-
locales/fa_IR/Makefile (modified) (5 diffs)
-
man/Makefile (modified) (5 diffs)
-
pixmaps/Makefile (modified) (5 diffs)
-
pixmaps/Makefile.in (modified) (3 diffs)
-
src/.deps (added)
-
src/.deps/about.Po (added)
-
src/.deps/leitner.Po (added)
-
src/.deps/selection.Po (added)
-
src/.deps/settings.Po (added)
-
src/.deps/xfardic.Po (added)
-
src/.deps/xfardic_app.Po (added)
-
src/Makefile (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pkg/main/xfardic/trunk/Makefile
r1048 r1051 69 69 distuninstallcheck_listfiles = find . -type f -print 70 70 distcleancheck_listfiles = find . -type f -print 71 ACLOCAL = ${SHELL} /home/alan/svn/xfardic- 0.9.0/missing --run aclocal-1.971 ACLOCAL = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run aclocal-1.9 72 72 AMDEP_FALSE = # 73 73 AMDEP_TRUE = 74 AMTAR = ${SHELL} /home/alan/svn/xfardic- 0.9.0/missing --run tar75 AUTOCONF = ${SHELL} /home/alan/svn/xfardic- 0.9.0/missing --run autoconf76 AUTOHEADER = ${SHELL} /home/alan/svn/xfardic- 0.9.0/missing --run autoheader77 AUTOMAKE = ${SHELL} /home/alan/svn/xfardic- 0.9.0/missing --run automake-1.974 AMTAR = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run tar 75 AUTOCONF = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run autoconf 76 AUTOHEADER = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run autoheader 77 AUTOMAKE = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run automake-1.9 78 78 AWK = gawk 79 CC = gcc79 CC = i486-linux-gnu-gcc 80 80 CCDEPMODE = depmode=gcc3 81 CFLAGS = - g -O282 CPP = gcc -E81 CFLAGS = -Wall -g -O2 -Wl,-z,defs 82 CPP = i486-linux-gnu-gcc -E 83 83 CPPFLAGS = 84 CXX = g++84 CXX = i486-linux-gnu-g++ 85 85 CXXDEPMODE = depmode=gcc3 86 86 CXXFLAGS = -g -O2 … … 100 100 LIBS = 101 101 LTLIBOBJS = 102 MAKEINFO = ${SHELL} /home/alan/svn/xfardic- 0.9.0/missing --run makeinfo102 MAKEINFO = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run makeinfo 103 103 OBJEXT = o 104 104 PACKAGE = xfardic … … 113 113 STRIP = 114 114 VERSION = 0.9.0 115 ac_ct_CC = gcc116 ac_ct_CXX = g++115 ac_ct_CC = 116 ac_ct_CXX = 117 117 am__fastdepCC_FALSE = # 118 118 am__fastdepCC_TRUE = … … 125 125 am__untar = ${AMTAR} xf - 126 126 bindir = ${exec_prefix}/bin 127 build_alias = 127 build_alias = i486-linux-gnu 128 128 datadir = ${datarootdir} 129 129 datarootdir = ${prefix}/share … … 131 131 dvidir = ${docdir} 132 132 exec_prefix = ${prefix} 133 host_alias = 133 host_alias = i486-linux-gnu 134 134 htmldir = ${docdir} 135 135 includedir = ${prefix}/include 136 infodir = ${ datarootdir}/info137 install_sh = /home/alan/svn/xfardic- 0.9.0/install-sh136 infodir = ${prefix}/share/info 137 install_sh = /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/install-sh 138 138 libdir = ${exec_prefix}/lib 139 139 libexecdir = ${exec_prefix}/libexec 140 140 localedir = ${datarootdir}/locale 141 141 localstatedir = ${prefix}/var 142 mandir = ${ datarootdir}/man142 mandir = ${prefix}/share/man 143 143 mkdir_p = mkdir -p -- 144 144 oldincludedir = /usr/include -
pkg/main/xfardic/trunk/configure
r1048 r1051 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 0.3 # Generated by GNU Autoconf 2.61. 4 4 # 5 5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, … … 11 11 ## --------------------- ## 12 12 13 # Be Bourne compatible 13 # Be more Bourne compatible 14 DUALCASE=1; export DUALCASE # for MKS sh 14 15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 15 16 emulate sh … … 20 21 setopt NO_GLOB_SUBST 21 22 else 22 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 23 fi 24 BIN_SH=xpg4; export BIN_SH # for Tru64 25 DUALCASE=1; export DUALCASE # for MKS sh 23 case `(set -o) 2>/dev/null` in 24 *posix*) set -o posix ;; 25 esac 26 27 fi 28 29 26 30 27 31 … … 216 220 as_candidate_shells= 217 221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 218 for as_dir in / usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH222 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 219 223 do 220 224 IFS=$as_save_IFS … … 234 238 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 235 239 { ("$as_shell") 2> /dev/null <<\_ASEOF 236 # Be Bourne compatible237 240 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 238 241 emulate sh … … 243 246 setopt NO_GLOB_SUBST 244 247 else 245 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 246 fi 247 BIN_SH=xpg4; export BIN_SH # for Tru64 248 DUALCASE=1; export DUALCASE # for MKS sh 248 case `(set -o) 2>/dev/null` in 249 *posix*) set -o posix ;; 250 esac 251 252 fi 253 249 254 250 255 : … … 254 259 as_have_required=yes 255 260 if { "$as_shell" 2> /dev/null <<\_ASEOF 256 # Be Bourne compatible257 261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 258 262 emulate sh … … 263 267 setopt NO_GLOB_SUBST 264 268 else 265 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 266 fi 267 BIN_SH=xpg4; export BIN_SH # for Tru64 268 DUALCASE=1; export DUALCASE # for MKS sh 269 case `(set -o) 2>/dev/null` in 270 *posix*) set -o posix ;; 271 esac 272 273 fi 274 269 275 270 276 : … … 513 519 fi 514 520 515 # Find out whether ``test -x'' works. Don't use a zero-byte file, as 516 # systems may use methods other than mode bits to determine executability. 517 cat >conf$$.file <<_ASEOF 518 #! /bin/sh 519 exit 0 520 _ASEOF 521 chmod +x conf$$.file 522 if test -x conf$$.file >/dev/null 2>&1; then 523 as_executable_p="test -x" 524 else 525 as_executable_p=: 526 fi 527 rm -f conf$$.file 521 if test -x / >/dev/null 2>&1; then 522 as_test_x='test -x' 523 else 524 if ls -dL / >/dev/null 2>&1; then 525 as_ls_L_option=L 526 else 527 as_ls_L_option= 528 fi 529 as_test_x=' 530 eval sh -c '\'' 531 if test -d "$1"; then 532 test -d "$1/."; 533 else 534 case $1 in 535 -*)set "./$1";; 536 esac; 537 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 538 ???[sx]*):;;*)false;;esac;fi 539 '\'' sh 540 ' 541 fi 542 as_executable_p=$as_test_x 528 543 529 544 # Sed expression to map a string onto a valid CPP name. … … 653 668 CXXFLAGS 654 669 LDFLAGS 670 LIBS 655 671 CPPFLAGS 656 672 CCC … … 763 779 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 764 780 # Reject names that are not valid shell variable names. 765 expr "x$ac_feature" : ".*[^- _$as_cr_alnum]" >/dev/null &&781 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 766 782 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 767 783 { (exit 1); exit 1; }; } 768 ac_feature=`echo $ac_feature | sed 's/ -/_/g'`784 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 769 785 eval enable_$ac_feature=no ;; 770 786 … … 782 798 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 783 799 # Reject names that are not valid shell variable names. 784 expr "x$ac_feature" : ".*[^- _$as_cr_alnum]" >/dev/null &&800 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 785 801 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 786 802 { (exit 1); exit 1; }; } 787 ac_feature=`echo $ac_feature | sed 's/ -/_/g'`803 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 788 804 eval enable_$ac_feature=\$ac_optarg ;; 789 805 … … 979 995 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 980 996 # Reject names that are not valid shell variable names. 981 expr "x$ac_package" : ".*[^- _$as_cr_alnum]" >/dev/null &&997 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 982 998 { echo "$as_me: error: invalid package name: $ac_package" >&2 983 999 { (exit 1); exit 1; }; } 984 ac_package=`echo $ac_package | sed 's/-/_/g'`1000 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 985 1001 eval with_$ac_package=\$ac_optarg ;; 986 1002 … … 988 1004 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 989 1005 # Reject names that are not valid shell variable names. 990 expr "x$ac_package" : ".*[^- _$as_cr_alnum]" >/dev/null &&1006 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 991 1007 { echo "$as_me: error: invalid package name: $ac_package" >&2 992 1008 { (exit 1); exit 1; }; } 993 ac_package=`echo $ac_package | sed 's/ -/_/g'`1009 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 994 1010 eval with_$ac_package=no ;; 995 1011 … … 1244 1260 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1245 1261 nonstandard directory <lib dir> 1262 LIBS libraries to pass to the linker, e.g. -l<library> 1246 1263 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 1247 1264 you have headers in a nonstandard directory <include dir> … … 1314 1331 cat <<\_ACEOF 1315 1332 configure 1316 generated by GNU Autoconf 2.6 01333 generated by GNU Autoconf 2.61 1317 1334 1318 1335 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, … … 1328 1345 1329 1346 It was created by $as_me, which was 1330 generated by GNU Autoconf 2.6 0. Invocation command line was1347 generated by GNU Autoconf 2.61. Invocation command line was 1331 1348 1332 1349 $ $0 $@ … … 1740 1757 for ac_prog in ginstall scoinst install; do 1741 1758 for ac_exec_ext in '' $ac_executable_extensions; do 1742 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_prog$ac_exec_ext"; }; then1759 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 1743 1760 if test $ac_prog = install && 1744 1761 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then … … 1906 1923 test -z "$as_dir" && as_dir=. 1907 1924 for ac_exec_ext in '' $ac_executable_extensions; do 1908 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then1925 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1909 1926 ac_cv_prog_AWK="$ac_prog" 1910 1927 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2041 2058 test -z "$as_dir" && as_dir=. 2042 2059 for ac_exec_ext in '' $ac_executable_extensions; do 2043 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then2060 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2044 2061 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 2045 2062 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2081 2098 test -z "$as_dir" && as_dir=. 2082 2099 for ac_exec_ext in '' $ac_executable_extensions; do 2083 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then2100 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2084 2101 ac_cv_prog_ac_ct_STRIP="strip" 2085 2102 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2163 2180 test -z "$as_dir" && as_dir=. 2164 2181 for ac_exec_ext in '' $ac_executable_extensions; do 2165 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then2182 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2166 2183 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 2167 2184 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2207 2224 test -z "$as_dir" && as_dir=. 2208 2225 for ac_exec_ext in '' $ac_executable_extensions; do 2209 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then2226 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2210 2227 ac_cv_prog_ac_ct_CXX="$ac_prog" 2211 2228 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2341 2358 # so that the user can short-circuit this test for compilers unknown to 2342 2359 # Autoconf. 2343 for ac_file in $ac_files 2360 for ac_file in $ac_files '' 2344 2361 do 2345 2362 test -f "$ac_file" || continue … … 2369 2386 2370 2387 else 2388 ac_file='' 2389 fi 2390 2391 { echo "$as_me:$LINENO: result: $ac_file" >&5 2392 echo "${ECHO_T}$ac_file" >&6; } 2393 if test -z "$ac_file"; then 2371 2394 echo "$as_me: failed program was:" >&5 2372 2395 sed 's/^/| /' conftest.$ac_ext >&5 … … 2380 2403 2381 2404 ac_exeext=$ac_cv_exeext 2382 { echo "$as_me:$LINENO: result: $ac_file" >&52383 echo "${ECHO_T}$ac_file" >&6; }2384 2405 2385 2406 # Check that the compiler produces executables we can run. If not, either … … 2559 2580 cat conftest.err >&5 2560 2581 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2561 (exit $ac_status); } && 2562 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 2563 { (case "(($ac_try" in 2564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2565 *) ac_try_echo=$ac_try;; 2566 esac 2567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2568 (eval "$ac_try") 2>&5 2569 ac_status=$? 2570 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2571 (exit $ac_status); }; } && 2572 { ac_try='test -s conftest.$ac_objext' 2573 { (case "(($ac_try" in 2574 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2575 *) ac_try_echo=$ac_try;; 2576 esac 2577 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2578 (eval "$ac_try") 2>&5 2579 ac_status=$? 2580 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2581 (exit $ac_status); }; }; then 2582 (exit $ac_status); } && { 2583 test -z "$ac_cxx_werror_flag" || 2584 test ! -s conftest.err 2585 } && test -s conftest.$ac_objext; then 2582 2586 ac_compiler_gnu=yes 2583 2587 else … … 2634 2638 cat conftest.err >&5 2635 2639 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2636 (exit $ac_status); } && 2637 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 2638 { (case "(($ac_try" in 2639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2640 *) ac_try_echo=$ac_try;; 2641 esac 2642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2643 (eval "$ac_try") 2>&5 2644 ac_status=$? 2645 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2646 (exit $ac_status); }; } && 2647 { ac_try='test -s conftest.$ac_objext' 2648 { (case "(($ac_try" in 2649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2650 *) ac_try_echo=$ac_try;; 2651 esac 2652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2653 (eval "$ac_try") 2>&5 2654 ac_status=$? 2655 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2656 (exit $ac_status); }; }; then 2640 (exit $ac_status); } && { 2641 test -z "$ac_cxx_werror_flag" || 2642 test ! -s conftest.err 2643 } && test -s conftest.$ac_objext; then 2657 2644 ac_cv_prog_cxx_g=yes 2658 2645 else … … 2689 2676 cat conftest.err >&5 2690 2677 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2691 (exit $ac_status); } && 2692 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 2693 { (case "(($ac_try" in 2694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2695 *) ac_try_echo=$ac_try;; 2696 esac 2697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2698 (eval "$ac_try") 2>&5 2699 ac_status=$? 2700 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2701 (exit $ac_status); }; } && 2702 { ac_try='test -s conftest.$ac_objext' 2703 { (case "(($ac_try" in 2704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2705 *) ac_try_echo=$ac_try;; 2706 esac 2707 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2708 (eval "$ac_try") 2>&5 2709 ac_status=$? 2710 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2711 (exit $ac_status); }; }; then 2678 (exit $ac_status); } && { 2679 test -z "$ac_cxx_werror_flag" || 2680 test ! -s conftest.err 2681 } && test -s conftest.$ac_objext; then 2712 2682 : 2713 2683 else … … 2745 2715 cat conftest.err >&5 2746 2716 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2747 (exit $ac_status); } && 2748 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 2749 { (case "(($ac_try" in 2750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2751 *) ac_try_echo=$ac_try;; 2752 esac 2753 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2754 (eval "$ac_try") 2>&5 2755 ac_status=$? 2756 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2757 (exit $ac_status); }; } && 2758 { ac_try='test -s conftest.$ac_objext' 2759 { (case "(($ac_try" in 2760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2761 *) ac_try_echo=$ac_try;; 2762 esac 2763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2764 (eval "$ac_try") 2>&5 2765 ac_status=$? 2766 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2767 (exit $ac_status); }; }; then 2717 (exit $ac_status); } && { 2718 test -z "$ac_cxx_werror_flag" || 2719 test ! -s conftest.err 2720 } && test -s conftest.$ac_objext; then 2768 2721 ac_cv_prog_cxx_g=yes 2769 2722 else … … 3002 2955 test -z "$as_dir" && as_dir=. 3003 2956 for ac_exec_ext in '' $ac_executable_extensions; do 3004 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then2957 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3005 2958 ac_cv_prog_CC="${ac_tool_prefix}gcc" 3006 2959 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3042 2995 test -z "$as_dir" && as_dir=. 3043 2996 for ac_exec_ext in '' $ac_executable_extensions; do 3044 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then2997 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3045 2998 ac_cv_prog_ac_ct_CC="gcc" 3046 2999 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3099 3052 test -z "$as_dir" && as_dir=. 3100 3053 for ac_exec_ext in '' $ac_executable_extensions; do 3101 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then3054 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3102 3055 ac_cv_prog_CC="${ac_tool_prefix}cc" 3103 3056 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3140 3093 test -z "$as_dir" && as_dir=. 3141 3094 for ac_exec_ext in '' $ac_executable_extensions; do 3142 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then3095 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3143 3096 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 3144 3097 ac_prog_rejected=yes … … 3198 3151 test -z "$as_dir" && as_dir=. 3199 3152 for ac_exec_ext in '' $ac_executable_extensions; do 3200 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then3153 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3201 3154 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 3202 3155 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3242 3195 test -z "$as_dir" && as_dir=. 3243 3196 for ac_exec_ext in '' $ac_executable_extensions; do 3244 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then3197 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3245 3198 ac_cv_prog_ac_ct_CC="$ac_prog" 3246 3199 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3362 3315 cat conftest.err >&5 3363 3316 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3364 (exit $ac_status); } && 3365 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3366 { (case "(($ac_try" in 3367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3368 *) ac_try_echo=$ac_try;; 3369 esac 3370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3371 (eval "$ac_try") 2>&5 3372 ac_status=$? 3373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3374 (exit $ac_status); }; } && 3375 { ac_try='test -s conftest.$ac_objext' 3376 { (case "(($ac_try" in 3377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3378 *) ac_try_echo=$ac_try;; 3379 esac 3380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3381 (eval "$ac_try") 2>&5 3382 ac_status=$? 3383 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3384 (exit $ac_status); }; }; then 3317 (exit $ac_status); } && { 3318 test -z "$ac_c_werror_flag" || 3319 test ! -s conftest.err 3320 } && test -s conftest.$ac_objext; then 3385 3321 ac_compiler_gnu=yes 3386 3322 else … … 3437 3373 cat conftest.err >&5 3438 3374 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3439 (exit $ac_status); } && 3440 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3441 { (case "(($ac_try" in 3442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3443 *) ac_try_echo=$ac_try;; 3444 esac 3445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3446 (eval "$ac_try") 2>&5 3447 ac_status=$? 3448 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3449 (exit $ac_status); }; } && 3450 { ac_try='test -s conftest.$ac_objext' 3451 { (case "(($ac_try" in 3452 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3453 *) ac_try_echo=$ac_try;; 3454 esac 3455 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3456 (eval "$ac_try") 2>&5 3457 ac_status=$? 3458 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3459 (exit $ac_status); }; }; then 3375 (exit $ac_status); } && { 3376 test -z "$ac_c_werror_flag" || 3377 test ! -s conftest.err 3378 } && test -s conftest.$ac_objext; then 3460 3379 ac_cv_prog_cc_g=yes 3461 3380 else … … 3492 3411 cat conftest.err >&5 3493 3412 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3494 (exit $ac_status); } && 3495 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3496 { (case "(($ac_try" in 3497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3498 *) ac_try_echo=$ac_try;; 3499 esac 3500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3501 (eval "$ac_try") 2>&5 3502 ac_status=$? 3503 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3504 (exit $ac_status); }; } && 3505 { ac_try='test -s conftest.$ac_objext' 3506 { (case "(($ac_try" in 3507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3508 *) ac_try_echo=$ac_try;; 3509 esac 3510 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3511 (eval "$ac_try") 2>&5 3512 ac_status=$? 3513 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3514 (exit $ac_status); }; }; then 3413 (exit $ac_status); } && { 3414 test -z "$ac_c_werror_flag" || 3415 test ! -s conftest.err 3416 } && test -s conftest.$ac_objext; then 3515 3417 : 3516 3418 else … … 3548 3450 cat conftest.err >&5 3549 3451 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3550 (exit $ac_status); } && 3551 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3552 { (case "(($ac_try" in 3553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3554 *) ac_try_echo=$ac_try;; 3555 esac 3556 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3557 (eval "$ac_try") 2>&5 3558 ac_status=$? 3559 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3560 (exit $ac_status); }; } && 3561 { ac_try='test -s conftest.$ac_objext' 3562 { (case "(($ac_try" in 3563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3564 *) ac_try_echo=$ac_try;; 3565 esac 3566 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3567 (eval "$ac_try") 2>&5 3568 ac_status=$? 3569 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3570 (exit $ac_status); }; }; then 3452 (exit $ac_status); } && { 3453 test -z "$ac_c_werror_flag" || 3454 test ! -s conftest.err 3455 } && test -s conftest.$ac_objext; then 3571 3456 ac_cv_prog_cc_g=yes 3572 3457 else … … 3684 3569 cat conftest.err >&5 3685 3570 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3686 (exit $ac_status); } && 3687 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3688 { (case "(($ac_try" in 3689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3690 *) ac_try_echo=$ac_try;; 3691 esac 3692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3693 (eval "$ac_try") 2>&5 3694 ac_status=$? 3695 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3696 (exit $ac_status); }; } && 3697 { ac_try='test -s conftest.$ac_objext' 3698 { (case "(($ac_try" in 3699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3700 *) ac_try_echo=$ac_try;; 3701 esac 3702 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3703 (eval "$ac_try") 2>&5 3704 ac_status=$? 3705 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3706 (exit $ac_status); }; }; then 3571 (exit $ac_status); } && { 3572 test -z "$ac_c_werror_flag" || 3573 test ! -s conftest.err 3574 } && test -s conftest.$ac_objext; then 3707 3575 ac_cv_prog_cc_c89=$ac_arg 3708 3576 else … … 3906 3774 cat conftest.err >&5 3907 3775 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3908 (exit $ac_status); } >/dev/null; then 3909 if test -s conftest.err; then 3910 ac_cpp_err=$ac_c_preproc_warn_flag 3911 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3912 else 3913 ac_cpp_err= 3914 fi 3915 else 3916 ac_cpp_err=yes 3917 fi 3918 if test -z "$ac_cpp_err"; then 3776 (exit $ac_status); } >/dev/null && { 3777 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3778 test ! -s conftest.err 3779 }; then 3919 3780 : 3920 3781 else … … 3950 3811 cat conftest.err >&5 3951 3812 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3952 (exit $ac_status); } >/dev/null; then 3953 if test -s conftest.err; then 3954 ac_cpp_err=$ac_c_preproc_warn_flag 3955 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3956 else 3957 ac_cpp_err= 3958 fi 3959 else 3960 ac_cpp_err=yes 3961 fi 3962 if test -z "$ac_cpp_err"; then 3813 (exit $ac_status); } >/dev/null && { 3814 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3815 test ! -s conftest.err 3816 }; then 3963 3817 # Broken: success on invalid input. 3964 3818 continue … … 4025 3879 cat conftest.err >&5 4026 3880 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4027 (exit $ac_status); } >/dev/null; then 4028 if test -s conftest.err; then 4029 ac_cpp_err=$ac_c_preproc_warn_flag 4030 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4031 else 4032 ac_cpp_err= 4033 fi 4034 else 4035 ac_cpp_err=yes 4036 fi 4037 if test -z "$ac_cpp_err"; then 3881 (exit $ac_status); } >/dev/null && { 3882 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3883 test ! -s conftest.err 3884 }; then 4038 3885 : 4039 3886 else … … 4069 3916 cat conftest.err >&5 4070 3917 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4071 (exit $ac_status); } >/dev/null; then 4072 if test -s conftest.err; then 4073 ac_cpp_err=$ac_c_preproc_warn_flag 4074 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4075 else 4076 ac_cpp_err= 4077 fi 4078 else 4079 ac_cpp_err=yes 4080 fi 4081 if test -z "$ac_cpp_err"; then 3918 (exit $ac_status); } >/dev/null && { 3919 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3920 test ! -s conftest.err 3921 }; then 4082 3922 # Broken: success on invalid input. 4083 3923 continue … … 4133 3973 cat conftest.err >&5 4134 3974 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4135 (exit $ac_status); } >/dev/null; then 4136 if test -s conftest.err; then 4137 ac_cpp_err=$ac_c_preproc_warn_flag 4138 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4139 else 4140 ac_cpp_err= 4141 fi 4142 else 4143 ac_cpp_err=yes 4144 fi 4145 if test -z "$ac_cpp_err"; then 3975 (exit $ac_status); } >/dev/null && { 3976 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3977 test ! -s conftest.err 3978 }; then 4146 3979 echo "checking for aspell.h... yes" 4147 3980 else … … 4167 4000 fi 4168 4001 done 4002 4169 4003 if test "x$LIBGNOME_INCLUDEDIR" = "x"; then 4170 4004 { { echo "$as_me:$LINENO: error: You should have GNOME desktop header files! Install libgnome-desktop-dev" >&5 … … 4450 4284 ## --------------------- ## 4451 4285 4452 # Be Bourne compatible 4286 # Be more Bourne compatible 4287 DUALCASE=1; export DUALCASE # for MKS sh 4453 4288 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 4454 4289 emulate sh … … 4459 4294 setopt NO_GLOB_SUBST 4460 4295 else 4461 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 4462 fi 4463 BIN_SH=xpg4; export BIN_SH # for Tru64 4464 DUALCASE=1; export DUALCASE # for MKS sh 4296 case `(set -o) 2>/dev/null` in 4297 *posix*) set -o posix ;; 4298 esac 4299 4300 fi 4301 4302 4465 4303 4466 4304 … … 4686 4524 fi 4687 4525 4688 # Find out whether ``test -x'' works. Don't use a zero-byte file, as 4689 # systems may use methods other than mode bits to determine executability. 4690 cat >conf$$.file <<_ASEOF 4691 #! /bin/sh 4692 exit 0 4693 _ASEOF 4694 chmod +x conf$$.file 4695 if test -x conf$$.file >/dev/null 2>&1; then 4696 as_executable_p="test -x" 4697 else 4698 as_executable_p=: 4699 fi 4700 rm -f conf$$.file 4526 if test -x / >/dev/null 2>&1; then 4527 as_test_x='test -x' 4528 else 4529 if ls -dL / >/dev/null 2>&1; then 4530 as_ls_L_option=L 4531 else 4532 as_ls_L_option= 4533 fi 4534 as_test_x=' 4535 eval sh -c '\'' 4536 if test -d "$1"; then 4537 test -d "$1/."; 4538 else 4539 case $1 in 4540 -*)set "./$1";; 4541 esac; 4542 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 4543 ???[sx]*):;;*)false;;esac;fi 4544 '\'' sh 4545 ' 4546 fi 4547 as_executable_p=$as_test_x 4701 4548 4702 4549 # Sed expression to map a string onto a valid CPP name. … … 4714 4561 ac_log=" 4715 4562 This file was extended by $as_me, which was 4716 generated by GNU Autoconf 2.6 0. Invocation command line was4563 generated by GNU Autoconf 2.61. Invocation command line was 4717 4564 4718 4565 CONFIG_FILES = $CONFIG_FILES … … 4742 4589 4743 4590 -h, --help print this help, then exit 4744 -V, --version print version number , then exit4591 -V, --version print version number and configuration settings, then exit 4745 4592 -q, --quiet do not print progress messages 4746 4593 -d, --debug don't remove temporary files … … 4761 4608 ac_cs_version="\\ 4762 4609 config.status 4763 configured by $0, generated by GNU Autoconf 2.6 0,4610 configured by $0, generated by GNU Autoconf 2.61, 4764 4611 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 4765 4612 -
pkg/main/xfardic/trunk/data/Makefile
r1048 r1051 55 55 DATA = $(desktop_DATA) 56 56 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 57 ACLOCAL = ${SHELL} /home/alan/svn/xfardic- 0.9.0/missing --run aclocal-1.957 ACLOCAL = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run aclocal-1.9 58 58 AMDEP_FALSE = # 59 59 AMDEP_TRUE = 60 AMTAR = ${SHELL} /home/alan/svn/xfardic- 0.9.0/missing --run tar61 AUTOCONF = ${SHELL} /home/alan/svn/xfardic- 0.9.0/missing --run autoconf62 AUTOHEADER = ${SHELL} /home/alan/svn/xfardic- 0.9.0/missing --run autoheader63 AUTOMAKE = ${SHELL} /home/alan/svn/xfardic- 0.9.0/missing --run automake-1.960 AMTAR = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run tar 61 AUTOCONF = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run autoconf 62 AUTOHEADER = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run autoheader 63 AUTOMAKE = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run automake-1.9 64 64 AWK = gawk 65 CC = gcc65 CC = i486-linux-gnu-gcc 66 66 CCDEPMODE = depmode=gcc3 67 CFLAGS = - g -O268 CPP = gcc -E67 CFLAGS = -Wall -g -O2 -Wl,-z,defs 68 CPP = i486-linux-gnu-gcc -E 69 69 CPPFLAGS = 70 CXX = g++70 CXX = i486-linux-gnu-g++ 71 71 CXXDEPMODE = depmode=gcc3 72 72 CXXFLAGS = -g -O2 … … 86 86 LIBS = 87 87 LTLIBOBJS = 88 MAKEINFO = ${SHELL} /home/alan/svn/xfardic- 0.9.0/missing --run makeinfo88 MAKEINFO = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run makeinfo 89 89 OBJEXT = o 90 90 PACKAGE = xfardic … … 99 99 STRIP = 100 100 VERSION = 0.9.0 101 ac_ct_CC = gcc102 ac_ct_CXX = g++101 ac_ct_CC = 102 ac_ct_CXX = 103 103 am__fastdepCC_FALSE = # 104 104 am__fastdepCC_TRUE = … … 111 111 am__untar = ${AMTAR} xf - 112 112 bindir = ${exec_prefix}/bin 113 build_alias = 113 build_alias = i486-linux-gnu 114 114 datadir = ${datarootdir} 115 115 datarootdir = ${prefix}/share … … 117 117 dvidir = ${docdir} 118 118 exec_prefix = ${prefix} 119 host_alias = 119 host_alias = i486-linux-gnu 120 120 htmldir = ${docdir} 121 121 includedir = ${prefix}/include 122 infodir = ${ datarootdir}/info123 install_sh = /home/alan/svn/xfardic- 0.9.0/install-sh122 infodir = ${prefix}/share/info 123 install_sh = /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/install-sh 124 124 libdir = ${exec_prefix}/lib 125 125 libexecdir = ${exec_prefix}/libexec 126 126 localedir = ${datarootdir}/locale 127 127 localstatedir = ${prefix}/var 128 mandir = ${ datarootdir}/man128 mandir = ${prefix}/share/man 129 129 mkdir_p = mkdir -p -- 130 130 oldincludedir = /usr/include -
pkg/main/xfardic/trunk/locales/az_AZ/Makefile
r1048 r1051 57 57 DATA = $(locale_DATA) 58 58 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 59 ACLOCAL = ${SHELL} /home/alan/svn/xfardic- 0.8.99.2/missing --run aclocal-1.959 ACLOCAL = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run aclocal-1.9 60 60 AMDEP_FALSE = # 61 61 AMDEP_TRUE = 62 AMTAR = ${SHELL} /home/alan/svn/xfardic- 0.8.99.2/missing --run tar63 AUTOCONF = ${SHELL} /home/alan/svn/xfardic- 0.8.99.2/missing --run autoconf64 AUTOHEADER = ${SHELL} /home/alan/svn/xfardic- 0.8.99.2/missing --run autoheader65 AUTOMAKE = ${SHELL} /home/alan/svn/xfardic- 0.8.99.2/missing --run automake-1.962 AMTAR = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run tar 63 AUTOCONF = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run autoconf 64 AUTOHEADER = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run autoheader 65 AUTOMAKE = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run automake-1.9 66 66 AWK = gawk 67 CC = gcc67 CC = i486-linux-gnu-gcc 68 68 CCDEPMODE = depmode=gcc3 69 CFLAGS = - g -O270 CPP = gcc -E69 CFLAGS = -Wall -g -O2 -Wl,-z,defs 70 CPP = i486-linux-gnu-gcc -E 71 71 CPPFLAGS = 72 CXX = g++72 CXX = i486-linux-gnu-g++ 73 73 CXXDEPMODE = depmode=gcc3 74 74 CXXFLAGS = -g -O2 … … 88 88 LIBS = 89 89 LTLIBOBJS = 90 MAKEINFO = ${SHELL} /home/alan/svn/xfardic- 0.8.99.2/missing --run makeinfo90 MAKEINFO = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run makeinfo 91 91 OBJEXT = o 92 92 PACKAGE = xfardic … … 101 101 STRIP = 102 102 VERSION = 0.9.0 103 ac_ct_CC = gcc104 ac_ct_CXX = g++103 ac_ct_CC = 104 ac_ct_CXX = 105 105 am__fastdepCC_FALSE = # 106 106 am__fastdepCC_TRUE = … … 113 113 am__untar = ${AMTAR} xf - 114 114 bindir = ${exec_prefix}/bin 115 build_alias = 115 build_alias = i486-linux-gnu 116 116 datadir = ${datarootdir} 117 117 datarootdir = ${prefix}/share … … 119 119 dvidir = ${docdir} 120 120 exec_prefix = ${prefix} 121 host_alias = 121 host_alias = i486-linux-gnu 122 122 htmldir = ${docdir} 123 123 includedir = ${prefix}/include 124 infodir = ${ datarootdir}/info125 install_sh = /home/alan/svn/xfardic- 0.8.99.2/install-sh124 infodir = ${prefix}/share/info 125 install_sh = /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/install-sh 126 126 libdir = ${exec_prefix}/lib 127 127 libexecdir = ${exec_prefix}/libexec 128 128 localedir = $(datadir)/locale/az/LC_MESSAGES 129 129 localstatedir = ${prefix}/var 130 mandir = ${ datarootdir}/man130 mandir = ${prefix}/share/man 131 131 mkdir_p = mkdir -p -- 132 132 oldincludedir = /usr/include -
pkg/main/xfardic/trunk/locales/fa_IR/Makefile
r1048 r1051 57 57 DATA = $(locale_DATA) 58 58 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 59 ACLOCAL = ${SHELL} /home/alan/svn/xfardic- 0.8.99.2/missing --run aclocal-1.959 ACLOCAL = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run aclocal-1.9 60 60 AMDEP_FALSE = # 61 61 AMDEP_TRUE = 62 AMTAR = ${SHELL} /home/alan/svn/xfardic- 0.8.99.2/missing --run tar63 AUTOCONF = ${SHELL} /home/alan/svn/xfardic- 0.8.99.2/missing --run autoconf64 AUTOHEADER = ${SHELL} /home/alan/svn/xfardic- 0.8.99.2/missing --run autoheader65 AUTOMAKE = ${SHELL} /home/alan/svn/xfardic- 0.8.99.2/missing --run automake-1.962 AMTAR = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run tar 63 AUTOCONF = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run autoconf 64 AUTOHEADER = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run autoheader 65 AUTOMAKE = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run automake-1.9 66 66 AWK = gawk 67 CC = gcc67 CC = i486-linux-gnu-gcc 68 68 CCDEPMODE = depmode=gcc3 69 CFLAGS = - g -O270 CPP = gcc -E69 CFLAGS = -Wall -g -O2 -Wl,-z,defs 70 CPP = i486-linux-gnu-gcc -E 71 71 CPPFLAGS = 72 CXX = g++72 CXX = i486-linux-gnu-g++ 73 73 CXXDEPMODE = depmode=gcc3 74 74 CXXFLAGS = -g -O2 … … 88 88 LIBS = 89 89 LTLIBOBJS = 90 MAKEINFO = ${SHELL} /home/alan/svn/xfardic- 0.8.99.2/missing --run makeinfo90 MAKEINFO = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run makeinfo 91 91 OBJEXT = o 92 92 PACKAGE = xfardic … … 101 101 STRIP = 102 102 VERSION = 0.9.0 103 ac_ct_CC = gcc104 ac_ct_CXX = g++103 ac_ct_CC = 104 ac_ct_CXX = 105 105 am__fastdepCC_FALSE = # 106 106 am__fastdepCC_TRUE = … … 113 113 am__untar = ${AMTAR} xf - 114 114 bindir = ${exec_prefix}/bin 115 build_alias = 115 build_alias = i486-linux-gnu 116 116 datadir = ${datarootdir} 117 117 datarootdir = ${prefix}/share … … 119 119 dvidir = ${docdir} 120 120 exec_prefix = ${prefix} 121 host_alias = 121 host_alias = i486-linux-gnu 122 122 htmldir = ${docdir} 123 123 includedir = ${prefix}/include 124 infodir = ${ datarootdir}/info125 install_sh = /home/alan/svn/xfardic- 0.8.99.2/install-sh124 infodir = ${prefix}/share/info 125 install_sh = /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/install-sh 126 126 libdir = ${exec_prefix}/lib 127 127 libexecdir = ${exec_prefix}/libexec 128 128 localedir = $(datadir)/locale/fa/LC_MESSAGES 129 129 localstatedir = ${prefix}/var 130 mandir = ${ datarootdir}/man130 mandir = ${prefix}/share/man 131 131 mkdir_p = mkdir -p -- 132 132 oldincludedir = /usr/include -
pkg/main/xfardic/trunk/man/Makefile
r1048 r1051 49 49 MANS = $(man_MANS) 50 50 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 51 ACLOCAL = ${SHELL} /home/alan/svn/xfardic- 0.9.0/missing --run aclocal-1.951 ACLOCAL = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run aclocal-1.9 52 52 AMDEP_FALSE = # 53 53 AMDEP_TRUE = 54 AMTAR = ${SHELL} /home/alan/svn/xfardic- 0.9.0/missing --run tar55 AUTOCONF = ${SHELL} /home/alan/svn/xfardic- 0.9.0/missing --run autoconf56 AUTOHEADER = ${SHELL} /home/alan/svn/xfardic- 0.9.0/missing --run autoheader57 AUTOMAKE = ${SHELL} /home/alan/svn/xfardic- 0.9.0/missing --run automake-1.954 AMTAR = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run tar 55 AUTOCONF = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run autoconf 56 AUTOHEADER = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run autoheader 57 AUTOMAKE = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run automake-1.9 58 58 AWK = gawk 59 CC = gcc59 CC = i486-linux-gnu-gcc 60 60 CCDEPMODE = depmode=gcc3 61 CFLAGS = - g -O262 CPP = gcc -E61 CFLAGS = -Wall -g -O2 -Wl,-z,defs 62 CPP = i486-linux-gnu-gcc -E 63 63 CPPFLAGS = 64 CXX = g++64 CXX = i486-linux-gnu-g++ 65 65 CXXDEPMODE = depmode=gcc3 66 66 CXXFLAGS = -g -O2 … … 80 80 LIBS = 81 81 LTLIBOBJS = 82 MAKEINFO = ${SHELL} /home/alan/svn/xfardic- 0.9.0/missing --run makeinfo82 MAKEINFO = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run makeinfo 83 83 OBJEXT = o 84 84 PACKAGE = xfardic … … 93 93 STRIP = 94 94 VERSION = 0.9.0 95 ac_ct_CC = gcc96 ac_ct_CXX = g++95 ac_ct_CC = 96 ac_ct_CXX = 97 97 am__fastdepCC_FALSE = # 98 98 am__fastdepCC_TRUE = … … 105 105 am__untar = ${AMTAR} xf - 106 106 bindir = ${exec_prefix}/bin 107 build_alias = 107 build_alias = i486-linux-gnu 108 108 datadir = ${datarootdir} 109 109 datarootdir = ${prefix}/share … … 111 111 dvidir = ${docdir} 112 112 exec_prefix = ${prefix} 113 host_alias = 113 host_alias = i486-linux-gnu 114 114 htmldir = ${docdir} 115 115 includedir = ${prefix}/include 116 infodir = ${ datarootdir}/info117 install_sh = /home/alan/svn/xfardic- 0.9.0/install-sh116 infodir = ${prefix}/share/info 117 install_sh = /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/install-sh 118 118 libdir = ${exec_prefix}/lib 119 119 libexecdir = ${exec_prefix}/libexec 120 120 localedir = ${datarootdir}/locale 121 121 localstatedir = ${prefix}/var 122 mandir = ${ datarootdir}/man122 mandir = ${prefix}/share/man 123 123 mkdir_p = mkdir -p -- 124 124 oldincludedir = /usr/include -
pkg/main/xfardic/trunk/pixmaps/Makefile
r1048 r1051 58 58 DATA = $(appicon_DATA) $(mainicon_DATA) 59 59 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 60 ACLOCAL = ${SHELL} /home/alan/svn/xfardic- 0.9.0/missing --run aclocal-1.960 ACLOCAL = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run aclocal-1.9 61 61 AMDEP_FALSE = # 62 62 AMDEP_TRUE = 63 AMTAR = ${SHELL} /home/alan/svn/xfardic- 0.9.0/missing --run tar64 AUTOCONF = ${SHELL} /home/alan/svn/xfardic- 0.9.0/missing --run autoconf65 AUTOHEADER = ${SHELL} /home/alan/svn/xfardic- 0.9.0/missing --run autoheader66 AUTOMAKE = ${SHELL} /home/alan/svn/xfardic- 0.9.0/missing --run automake-1.963 AMTAR = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run tar 64 AUTOCONF = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run autoconf 65 AUTOHEADER = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run autoheader 66 AUTOMAKE = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run automake-1.9 67 67 AWK = gawk 68 CC = gcc68 CC = i486-linux-gnu-gcc 69 69 CCDEPMODE = depmode=gcc3 70 CFLAGS = - g -O271 CPP = gcc -E70 CFLAGS = -Wall -g -O2 -Wl,-z,defs 71 CPP = i486-linux-gnu-gcc -E 72 72 CPPFLAGS = 73 CXX = g++73 CXX = i486-linux-gnu-g++ 74 74 CXXDEPMODE = depmode=gcc3 75 75 CXXFLAGS = -g -O2 … … 89 89 LIBS = 90 90 LTLIBOBJS = 91 MAKEINFO = ${SHELL} /home/alan/svn/xfardic- 0.9.0/missing --run makeinfo91 MAKEINFO = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run makeinfo 92 92 OBJEXT = o 93 93 PACKAGE = xfardic … … 102 102 STRIP = 103 103 VERSION = 0.9.0 104 ac_ct_CC = gcc105 ac_ct_CXX = g++104 ac_ct_CC = 105 ac_ct_CXX = 106 106 am__fastdepCC_FALSE = # 107 107 am__fastdepCC_TRUE = … … 114 114 am__untar = ${AMTAR} xf - 115 115 bindir = ${exec_prefix}/bin 116 build_alias = 116 build_alias = i486-linux-gnu 117 117 datadir = ${datarootdir} 118 118 datarootdir = ${prefix}/share … … 120 120 dvidir = ${docdir} 121 121 exec_prefix = ${prefix} 122 host_alias = 122 host_alias = i486-linux-gnu 123 123 htmldir = ${docdir} 124 124 includedir = ${prefix}/include 125 infodir = ${ datarootdir}/info126 install_sh = /home/alan/svn/xfardic- 0.9.0/install-sh125 infodir = ${prefix}/share/info 126 install_sh = /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/install-sh 127 127 libdir = ${exec_prefix}/lib 128 128 libexecdir = ${exec_prefix}/libexec 129 129 localedir = ${datarootdir}/locale 130 130 localstatedir = ${prefix}/var 131 mandir = ${ datarootdir}/man131 mandir = ${prefix}/share/man 132 132 mkdir_p = mkdir -p -- 133 133 oldincludedir = /usr/include -
pkg/main/xfardic/trunk/pixmaps/Makefile.in
r1048 r1051 149 149 150 150 mainicon_DATA = xfardic-logo.svg 151 152 151 EXTRA_DIST = $(appicon_DATA) 153 152 all: all-am … … 193 192 $(appiconDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(appicondir)/$$f"; \ 194 193 done 195 install-mainiconDATA: $(mainicon_DATA)196 @$(NORMAL_INSTALL)197 test -z "$(mainicondir)" || $(mkdir_p) "$(DESTDIR)$(mainicondir)"198 @list='$(appicon_DATA)'; for p in $$list; do \199 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \200 f=$(am__strip_dir) \201 echo " $(appiconDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(mainicondir)/$$f'"; \202 $(appiconDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(mainicondir)/$$f"; \203 done204 194 205 195 uninstall-appiconDATA: … … 209 199 echo " rm -f '$(DESTDIR)$(appicondir)/$$f'"; \ 210 200 rm -f "$(DESTDIR)$(appicondir)/$$f"; \ 201 done 202 install-mainiconDATA: $(mainicon_DATA) 203 @$(NORMAL_INSTALL) 204 test -z "$(mainicondir)" || $(mkdir_p) "$(DESTDIR)$(mainicondir)" 205 @list='$(mainicon_DATA)'; for p in $$list; do \ 206 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 207 f=$(am__strip_dir) \ 208 echo " $(mainiconDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(mainicondir)/$$f'"; \ 209 $(mainiconDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(mainicondir)/$$f"; \ 211 210 done 212 211 -
pkg/main/xfardic/trunk/src/Makefile
r1048 r1051 65 65 CTAGS = ctags 66 66 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 67 ACLOCAL = ${SHELL} /home/alan/svn/xfardic- 0.8.99.2/missing --run aclocal-1.967 ACLOCAL = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run aclocal-1.9 68 68 AMDEP_FALSE = # 69 69 AMDEP_TRUE = 70 AMTAR = ${SHELL} /home/alan/svn/xfardic- 0.8.99.2/missing --run tar71 AUTOCONF = ${SHELL} /home/alan/svn/xfardic- 0.8.99.2/missing --run autoconf72 AUTOHEADER = ${SHELL} /home/alan/svn/xfardic- 0.8.99.2/missing --run autoheader73 AUTOMAKE = ${SHELL} /home/alan/svn/xfardic- 0.8.99.2/missing --run automake-1.970 AMTAR = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run tar 71 AUTOCONF = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run autoconf 72 AUTOHEADER = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run autoheader 73 AUTOMAKE = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run automake-1.9 74 74 AWK = gawk 75 CC = gcc75 CC = i486-linux-gnu-gcc 76 76 CCDEPMODE = depmode=gcc3 77 CFLAGS = - g -O278 CPP = gcc -E77 CFLAGS = -Wall -g -O2 -Wl,-z,defs 78 CPP = i486-linux-gnu-gcc -E 79 79 CPPFLAGS = 80 CXX = g++80 CXX = i486-linux-gnu-g++ 81 81 CXXDEPMODE = depmode=gcc3 82 82 CXXFLAGS = -g -O2 … … 96 96 LIBS = 97 97 LTLIBOBJS = 98 MAKEINFO = ${SHELL} /home/alan/svn/xfardic- 0.8.99.2/missing --run makeinfo98 MAKEINFO = ${SHELL} /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/missing --run makeinfo 99 99 OBJEXT = o 100 100 PACKAGE = xfardic … … 109 109 STRIP = 110 110 VERSION = 0.9.0 111 ac_ct_CC = gcc112 ac_ct_CXX = g++111 ac_ct_CC = 112 ac_ct_CXX = 113 113 am__fastdepCC_FALSE = # 114 114 am__fastdepCC_TRUE = … … 121 121 am__untar = ${AMTAR} xf - 122 122 bindir = ${exec_prefix}/bin 123 build_alias = 123 build_alias = i486-linux-gnu 124 124 datadir = ${datarootdir} 125 125 datarootdir = ${prefix}/share … … 127 127 dvidir = ${docdir} 128 128 exec_prefix = ${prefix} 129 host_alias = 129 host_alias = i486-linux-gnu 130 130 htmldir = ${docdir} 131 131 includedir = ${prefix}/include 132 infodir = ${ datarootdir}/info133 install_sh = /home/alan/svn/xfardic- 0.8.99.2/install-sh132 infodir = ${prefix}/share/info 133 install_sh = /home/alan/svn/xfardic-pkg/xfardic-0.8.99.3/install-sh 134 134 libdir = ${exec_prefix}/lib 135 135 libexecdir = ${exec_prefix}/libexec 136 136 localedir = ${datarootdir}/locale 137 137 localstatedir = ${prefix}/var 138 mandir = ${ datarootdir}/man138 mandir = ${prefix}/share/man 139 139 mkdir_p = mkdir -p -- 140 140 oldincludedir = /usr/include
Note: See TracChangeset
for help on using the changeset viewer.


