]> git.pld-linux.org Git - packages/asterisk.git/blob - asterisk-configure.patch
- move ASTERISK_1_4 to head, HEAD to ASTERISK_1_2
[packages/asterisk.git] / asterisk-configure.patch
1 diff -Nru asterisk-1.4.0-beta2/configure asterisk-1.4.0-beta2.orig/configure
2 --- asterisk-1.4.0-beta2/configure      2006-09-19 17:09:01.000000000 +0000
3 +++ asterisk-1.4.0-beta2.orig/configure 2006-10-08 13:41:50.000000000 +0000
4 @@ -547,7 +547,7 @@
5  #
6  # Initializations.
7  #
8 -ac_default_prefix=/usr/local
9 +ac_default_prefix=/usr/
10  ac_clean_files=
11  ac_config_libobj_dir=.
12  LIBOBJS=
13 @@ -24106,8 +24106,8 @@
14      if test "${HAS_PWLIB:-unset}" != "unset" ; then
15        PWLIBDIR="${HOME}/pwlib"
16      else
17 -      { echo "$as_me:$LINENO: checking for /usr/local/include/ptlib.h" >&5
18 -echo $ECHO_N "checking for /usr/local/include/ptlib.h... $ECHO_C" >&6; }
19 +      { echo "$as_me:$LINENO: checking for /usr/include/ptlib.h" >&5
20 +echo $ECHO_N "checking for /usr/include/ptlib.h... $ECHO_C" >&6; }
21  if test "${ac_cv_file__usr_local_include_ptlib_h+set}" = set; then
22    echo $ECHO_N "(cached) $ECHO_C" >&6
23  else
24 @@ -24115,7 +24115,7 @@
25    { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
26  echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
27     { (exit 1); exit 1; }; }
28 -if test -r "/usr/local/include/ptlib.h"; then
29 +if test -r "/usr/include/ptlib.h"; then
30    ac_cv_file__usr_local_include_ptlib_h=yes
31  else
32    ac_cv_file__usr_local_include_ptlib_h=no
33 @@ -24141,7 +24141,7 @@
34    ;;
35    *)
36    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
37 -for as_dir in /usr/local/bin
38 +for as_dir in /usr/bin
39  do
40    IFS=$as_save_IFS
41    test -z "$as_dir" && as_dir=.
42 @@ -24182,7 +24182,7 @@
43    ;;
44    *)
45    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
46 -for as_dir in /usr/local/share/pwlib/make
47 +for as_dir in /usr/share/pwlib/make
48  do
49    IFS=$as_save_IFS
50    test -z "$as_dir" && as_dir=.
51 @@ -24210,8 +24210,8 @@
52  
53  
54          fi
55 -        PWLIB_INCDIR="/usr/local/include"
56 -        PWLIB_LIBDIR="/usr/local/lib"
57 +        PWLIB_INCDIR="/usr/include"
58 +        PWLIB_LIBDIR="/usr/lib"
59        else
60          { echo "$as_me:$LINENO: checking for /usr/include/ptlib.h" >&5
61  echo $ECHO_N "checking for /usr/include/ptlib.h... $ECHO_C" >&6; }
This page took 0.079407 seconds and 3 git commands to generate.