]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/slang/slang/configure.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / slang / slang / configure.patch
1 --- slang-1.4.9/configure.orig  2004-09-24 14:12:25.619997396 +0100
2 +++ slang-1.4.9/configure       2004-09-24 14:15:25.579414174 +0100
3 @@ -2457,7 +2457,7 @@
4  
5  
6  
7 -subdirs="demo"
8 +#subdirs="demo"
9  
10  
11  trap '' 1 2 15
12 @@ -2876,76 +2876,76 @@
13      esac
14    done
15  
16 -  for ac_config_dir in demo; do
17 -
18 -    # Do not complain, so a configure script can configure whichever
19 -    # parts of a large source tree are present.
20 -    if test ! -d $srcdir/$ac_config_dir; then
21 -      continue
22 -    fi
23 -
24 -    echo configuring in $ac_config_dir
25 -
26 -    case "$srcdir" in
27 -    .) ;;
28 -    *)
29 -      if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
30 -      else
31 -        { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
32 -      fi
33 -      ;;
34 -    esac
35 -
36 -    ac_popdir=`pwd`
37 -    cd $ac_config_dir
38 -
39 -      # A "../" for each directory in /$ac_config_dir.
40 -      ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
41 -
42 -    case "$srcdir" in
43 -    .) # No --srcdir option.  We are building in place.
44 -      ac_sub_srcdir=$srcdir ;;
45 -    /*) # Absolute path.
46 -      ac_sub_srcdir=$srcdir/$ac_config_dir ;;
47 -    *) # Relative path.
48 -      ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
49 -    esac
50 -
51 -    # Check for guested configure; otherwise get Cygnus style configure.
52 -    if test -f $ac_sub_srcdir/configure; then
53 -      ac_sub_configure=$ac_sub_srcdir/configure
54 -    elif test -f $ac_sub_srcdir/configure.in; then
55 -      ac_sub_configure=$ac_configure
56 -    else
57 -      echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
58 -      ac_sub_configure=
59 -    fi
60 -
61 -    # The recursion is here.
62 -    if test -n "$ac_sub_configure"; then
63 -
64 -      # Make the cache file name correct relative to the subdirectory.
65 -      case "$cache_file" in
66 -      /*) ac_sub_cache_file=$cache_file ;;
67 -      *) # Relative path.
68 -        ac_sub_cache_file="$ac_dots$cache_file" ;;
69 -      esac
70 -  case "$ac_given_INSTALL" in
71 -        [/$]*) INSTALL="$ac_given_INSTALL" ;;
72 -        *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
73 -        esac
74 -
75 -      echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
76 +#  for ac_config_dir in demo; do
77 +#
78 +#    # Do not complain, so a configure script can configure whichever
79 +#    # parts of a large source tree are present.
80 +#    if test ! -d $srcdir/$ac_config_dir; then
81 +#      continue
82 +#    fi
83 +#
84 +#    echo configuring in $ac_config_dir
85 +#
86 +#    case "$srcdir" in
87 +#    .) ;;
88 +#    *)
89 +#      if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
90 +#      else
91 +#        { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
92 +#      fi
93 +#      ;;
94 +#    esac
95 +#
96 +#    ac_popdir=`pwd`
97 +#    cd $ac_config_dir
98 +#
99 +#      # A "../" for each directory in /$ac_config_dir.
100 +#      ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
101 +#
102 +#    case "$srcdir" in
103 +#    .) # No --srcdir option.  We are building in place.
104 +#      ac_sub_srcdir=$srcdir ;;
105 +#    /*) # Absolute path.
106 +#      ac_sub_srcdir=$srcdir/$ac_config_dir ;;
107 +#    *) # Relative path.
108 +#      ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
109 +#    esac
110 +#
111 +#    # Check for guested configure; otherwise get Cygnus style configure.
112 +#    if test -f $ac_sub_srcdir/configure; then
113 +#      ac_sub_configure=$ac_sub_srcdir/configure
114 +#    elif test -f $ac_sub_srcdir/configure.in; then
115 +#      ac_sub_configure=$ac_configure
116 +#    else
117 +#      echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
118 +#      ac_sub_configure=
119 +#    fi
120 +#
121 +#    # The recursion is here.
122 +#    if test -n "$ac_sub_configure"; then
123 +#
124 +#      # Make the cache file name correct relative to the subdirectory.
125 +#      case "$cache_file" in
126 +#      /*) ac_sub_cache_file=$cache_file ;;
127 +#      *) # Relative path.
128 +#        ac_sub_cache_file="$ac_dots$cache_file" ;;
129 +#      esac
130 +#  case "$ac_given_INSTALL" in
131 +#        [/$]*) INSTALL="$ac_given_INSTALL" ;;
132 +#        *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
133 +#        esac
134 +#
135 +#      echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
136        # The eval makes quoting arguments work.
137 -      if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
138 -      then :
139 -      else
140 -        { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
141 -      fi
142 -    fi
143 -
144 -    cd $ac_popdir
145 -  done
146 +#      if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
147 +#      then :
148 +#      else
149 +#        { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
150 +#      fi
151 +#    fi
152 +#
153 +#    cd $ac_popdir
154 +#  done
155  fi
156  
157