source: rtems/acinclude.m4 @ 2728d9cf

4.104.114.84.95
Last change on this file since 2728d9cf was b6cc40a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/20/02 at 13:41:51

2002-11-20 Ralf Corsepius <corsepiu@…>

  • acinclude.m4: Conditionally append --target=.
  • Property mode set to 100644
File size: 12.0 KB
Line 
1## All directories belong in one of 3 categories.
2## ${HOST_CONFIGDIRS_LIST} is directories we build using the host tools.
3## ${TARGET_CONFIGDIRS_LIST} is directories we build using the target tools.
4## ${BUILD_CONFIGDIRS_LIST} is directories we build using the build tools
5
6
7dnl RTEMS_ARG_VAR(VAR,HELP-STRING)
8dnl An internal macros to have help strings pretty
9dnl printed with configure --help, without letting autoconf spoil config subdir
10dnl environments by trying to propagate them
11dnl Stripped down version of autoconf-2.52's AC_ARG_VAR.
12
13AC_DEFUN([_RTEMS_ARG_VAR],
14[
15m4_expand_once([m4_divert_once([HELP_VAR],
16[AC_HELP_STRING([$1], [$2], [              ])])],
17      [$0($1)])dnl
18])
19
20AC_DEFUN([_RTEMS_SUBST_IFNOT],
21[AS_IF([`echo " [$]$1 " | grep " $2 " > /dev/null`],
22  [],
23  [AC_SUBST([$1],["[$]$1 $2"])])
24])
25
26AC_DEFUN([_RTEMS_COMMANDS_POST_CONFIG_SUBDIRS],
27[
28AC_CONFIG_COMMANDS_PRE([
29_RTEMS_BUILD_CONFIG_PREPARE
30_RTEMS_HOST_CONFIG_PREPARE
31_RTEMS_TARGET_CONFIG_PREPARE
32
33AS_IF([test $build = $host],
34[
35  AS_IF([test $host = $target],
36  [dnl b=h, h=t, t=b
37    BUILD_SUBDIRS="${build_configdirs}"
38    build_configdirs="${build_configdirs}"
39    HOST_SUBDIRS=""
40    host_configdirs=""
41    TARGET_SUBDIRS=""
42    target_configdirs=""],
43  [dnl b=h, h!=t, t!=b
44    BUILD_SUBDIRS="${build_configdirs}"
45    build_configdirs="${build_configdirs}"
46    HOST_SUBDIRS=""
47    host_configdirs=""
48    TARGET_SUBDIRS=`echo "${target_configdirs}" | \
49      sed -e "s%\([[^ ]][[^ ]]*\)%$target_alias/\1%g"`
50    target_configdirs="${target_configdirs}"
51  ])
52],[
53  AS_IF([test $host = $target],
54  [ dnl b!=h, h=t, b!=t
55    BUILD_SUBDIRS="${build_configdirs}"
56    build_configdirs="${build_configdirs}"
57    HOST_SUBDIRS=`echo "${host_configdirs}" | \
58      sed -e "s%\([[^ ]][[^ ]]*\)%$host_alias/\1%g"`
59    host_configdirs="${host_configdirs}"
60    TARGET_SUBDIRS=""
61    target_configdirs=""],
62  [
63    AS_IF([test $build = $target],
64    [dnl b!=h, h!=t, b=t
65      BUILD_SUBDIRS="${build_configdirs}"
66      build_configdirs="${build_configdirs}"
67      HOST_SUBDIRS=`echo "${host_configdirs}" | \
68        sed -e "s%\([[^ ]][[^ ]]*\)%$host_alias/\1%g"`
69      host_configdirs="${host_configdirs}"
70      TARGET_SUBDIRS=""
71      target_configdirs=""],
72    [dnl b!=h, h!=t, b!=t
73      BUILD_SUBDIRS="${build_configdirs}"
74      build_configdirs="${build_configdirs}"
75      HOST_SUBDIRS=`echo "${host_configdirs}" | \
76        sed -e "s%\([[^ ]][[^ ]]*\)%$host_alias/\1%g"`
77      host_configdirs="${host_configdirs}"
78      TARGET_SUBDIRS=`echo "${target_configdirs}" | \
79        sed -e "s%\([[^ ]][[^ ]]*\)%$target_alias/\1%g"`
80      target_configdirs="${target_configdirs}"
81    ])
82  ])
83])
84
85AC_SUBST(HOST_SUBDIRS)
86AC_SUBST(TARGET_SUBDIRS)
87AC_SUBST(BUILD_SUBDIRS)
88])
89
90  AC_CONFIG_COMMANDS_POST([
91    _RTEMS_OUTPUT_SUBDIRS([build],[BUILD])
92    _RTEMS_OUTPUT_SUBDIRS([host],[HOST])
93    _RTEMS_OUTPUT_SUBDIRS([target],[TARGET])
94  ])
95])
96
97dnl _RTEMS_SRCPATHS(BUILD-DIR-NAME)
98dnl ----------------------------
99dnl Inputs:
100dnl   - BUILD-DIR-NAME is `top-build -> build' and `top-src -> src'
101dnl   - `$srcdir' is `top-build -> top-src'
102dnl
103dnl Outputs:
104dnl - `ac_builddir' is `.', for symmetry only.
105dnl - `ac_top_builddir' is `build -> top_build'.
106dnl      If not empty, has a trailing slash.
107dnl - `ac_srcdir' is `build -> src'.
108dnl - `ac_top_srcdir' is `build -> top-src'.
109dnl
110dnl and `ac_buildpath' etc., the absolute paths.
111m4_define([_RTEMS_SRCPATHS],
112[
113m4_if([$2],,
114[dstdir=$1],
115[case "$2" in
116"." | "" )      # No subdir was given
117  dstdir=$1;;
118* )             # A subdir was given
119  dstdir=$2/$1;;
120esac])
121ac_builddir=.
122
123AS_IF([test $dstdir != .],
124[ # Strip off leading ./
125  ac_builddir_suffix=/`echo $dstdir | sed 's,^\.[[\\/]],,'`
126  ac_srcdir_suffix=/`echo $1 | sed 's,^\.[[\\/]],,'`
127  # A "../" for each directory in $ac_dir_suffix.
128  ac_top_builddir=`echo "$ac_builddir_suffix" | sed 's,/[[^\\/]]*,../,g'`
129],[
130  ac_dir_suffix= ac_top_builddir=
131])
132
133case $srcdir in
134  .)  # No --srcdir option.  We are building in place.
135    ac_srcdir=.
136    if test -z "$ac_top_builddir"; then
137       ac_top_srcdir=.
138    else
139       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
140    fi ;;
141  [[\\/]]* | ?:[[\\/]]* )  # Absolute path.
142    ac_srcdir=$srcdir$ac_srcdir_suffix;
143    ac_top_srcdir=$srcdir;
144    ;;
145  *) # Relative path.
146    ac_srcdir=$ac_top_builddir$srcdir$ac_srcdir_suffix;
147    ac_top_srcdir=$ac_top_builddir$srcdir;
148    ;;
149esac
150dnl Don't blindly perform a `cd $1/$ac_foo && pwd` since $ac_foo can be
151dnl absolute.
152
153ac_buildpath=`cd $dstdir && cd $ac_builddir && pwd`
154ac_top_buildpath=`cd $dstdir && cd $ac_top_builddir && pwd`
155ac_srcpath=`cd $dstdir && cd $ac_srcdir && pwd`
156ac_top_srcpath=`cd $dstdir && cd $ac_top_srcdir && pwd`
157])# _AC_SRCPATHS
158
159dnl _RTEMS_OUTPUT_SUBDIRS([host|target|build],[HOST|TARGET|BUILD])
160AC_DEFUN([_RTEMS_OUTPUT_SUBDIRS],[
161m4_ifdef([_RTEMS_$2_CONFIGDIRS_LIST],
162[
163_RTEMS_ARG_VAR([CC_FOR_$2],
164  [c-compiler to be used for $1 subdirs (default: auto-detected)])
165_RTEMS_ARG_VAR([CFLAGS_FOR_$2],
166  [c-flags to be used for $1 subdirs (default: provided by autoconf)])
167_RTEMS_ARG_VAR([CXX_FOR_$2],
168  [c++-compiler to be used for $1 subdirs (default: auto-detected)])
169_RTEMS_ARG_VAR([CXXFLAGS_FOR_$2],
170  [c++-flags to be used for $1 subdirs (default: provided by autoconf)])
171if test "$no_recursion" != yes; then
172
173 if test -n "${$2_SUBDIRS}"; then
174   ac_sub_configure_args="[$]$1args"
175
176  # Always prepend --prefix to ensure using the same prefix
177  # in subdir configurations.
178  ac_sub_configure_args="'--prefix=$prefix' $ac_sub_configure_args"
179
180  case "$$1_subdir" in
181  "." ) ;;
182  * )
183    ac_sub_configure_args="$ac_sub_configure_args '--with-target-subdir=$$1_subdir' '--exec-prefix=${prefix}/$$1_subdir'"
184    ;;
185  esac
186
187  # make sure that $1_subdir is not empty
188  test -n "$$1_subdir" || $1_subdir="."
189
190  ac_popdir=`pwd`
191  for ac_dir in $$1_configdirs; do
192
193    # Do not complain, so a configure script can configure whichever
194    # parts of a large source tree are present.
195    test -d $srcdir/$ac_dir || continue
196
197    AC_MSG_NOTICE([configuring in $$1_subdir/$ac_dir])
198    AS_MKDIR_P(["$$1_subdir/$ac_dir"])
199    _RTEMS_SRCPATHS(["$ac_dir"],["$$1_subdir"])
200
201    cd $$1_subdir/$ac_dir
202
203    # Check for guested configure; otherwise get Cygnus style configure.
204    if test -f $ac_srcdir/configure.gnu; then
205      ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
206    elif test -f $ac_srcdir/configure; then
207      ac_sub_configure="$SHELL '$ac_srcdir/configure'"
208    elif test -f $ac_srcdir/configure.in; then
209      ac_sub_configure=$ac_configure
210    else
211      AC_MSG_WARN([no configuration information is in $ac_dir])
212      ac_sub_configure=
213    fi
214
215    # The recursion is here.
216    if test -n "$ac_sub_configure"; then
217      # Make the cache file name correct relative to the subdirectory.
218      case $cache_file in
219      [[\\/]]* | ?:[[\\/]]* ) ac_sub_cache_file=$cache_file ;;
220      *) # Relative path.
221        ac_sub_cache_file=$ac_top_builddir$cache_file ;;
222      esac
223
224      ac_sub_configure_vars=
225      ac_sub_configure_vars="$ac_sub_configure_vars '--cache-file=$ac_sub_cache_file'"
226      ac_sub_configure_vars="$ac_sub_configure_vars '--srcdir=$ac_srcdir'"
227
228      test -n "[$]CC_FOR_$2" && \
229        ac_sub_configure_vars="$ac_sub_configure_vars 'CC=[$]CC_FOR_$2'"
230      test -n "[$]CXX_FOR_$2" && \
231        ac_sub_configure_vars="$ac_sub_configure_vars 'CXX=[$]CXX_FOR_$2'"
232      test -n "[$]CFLAGS_FOR_$2" && \
233        ac_sub_configure_vars="$ac_sub_configure_vars 'CFLAGS=[$]CFLAGS_FOR_$2'"
234      test -n "[$]CXXFLAGS_FOR_$2" && \
235        ac_sub_configure_vars="$ac_sub_configure_vars 'CXXFLAGS=[$]CXXFLAGS_FOR_$2'"
236
237      # The eval makes quoting arguments work.
238      AC_MSG_NOTICE([running $ac_sub_configure $ac_sub_configure_args $ac_sub_configure_vars])
239      eval $ac_sub_configure $ac_sub_configure_args $ac_sub_configure_vars ||
240        AC_MSG_ERROR([$ac_sub_configure failed for $ac_dir])
241    fi
242
243    cd $ac_popdir
244  done
245 fi
246fi
247])
248])
249
250## PUBLIC: RTEMS_BUILD_CONFIG_SUBDIRS(build_subdir)
251# subdirs to be built for the build environment
252AC_DEFUN([RTEMS_BUILD_CONFIG_SUBDIRS],[
253m4_append([_RTEMS_BUILD_CONFIGDIRS_LIST],[ $1])
254dnl Always append to build_configdirs
255AC_SUBST(build_configdirs,"$build_configdirs $1")
256
257m4_divert_text([DEFAULTS],
258               [ac_subdirs_all="$ac_subdirs_all m4_normalize([$1])"])
259m4_expand_once([_RTEMS_COMMANDS_POST_CONFIG_SUBDIRS])
260])
261
262AC_DEFUN([_RTEMS_CONFIGURE_ARGS_PRUNE],
263[
264$1_prune()
265{
266  $1=
267  for ac_arg
268  do
269    if test -n "$ac_prev"; then
270      ac_prev=
271      continue
272    fi
273    case $ac_arg in
274    -cache-file | --cache-file | --cache-fil | --cache-fi \
275    | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
276      ac_prev=cache_file ;;
277    -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
278    | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
279    | --c=*)
280      ;;
281    --config-cache | -C)
282      ;;
283
284    -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
285      ac_prev=srcdir ;;
286    -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
287      ;;
288
289    -host* | --host* );;
290    -host | --host )
291      ac_prev=host_alias;;
292    -target* | --target* );;
293    -target | --target )
294      ac_prev=target_alias;;
295    -build* | --build* );;
296    -build | --build )
297      ac_prev=build_alias;;
298
299    -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
300      ac_prev=prefix ;;
301    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
302      ;;
303
304    *_alias=* );;
305
306    m4_if([$2],,,[$2])
307    *) $1="$$1 '$ac_arg'" ;;
308   esac
309  done
310  export $1
311}
312])
313
314AC_DEFUN(_RTEMS_BUILD_CONFIG_PREPARE,[
315## # Record the configure arguments in Makefile.
316m4_ifdef([_RTEMS_BUILD_CONFIGDIRS_LIST],
317[
318m4_expand_once([_RTEMS_CONFIGURE_ARGS_PRUNE([buildargs])])
319eval buildargs_prune $ac_configure_args
320buildargs="'--host=${build}' '--build=${build}' ${buildargs}"
321test -n "${target_alias}" && \
322buildargs="${buildargs} --target='${target_alias}'"
323
324## AC_SUBST(buildargs)
325
326build_subdir="."
327],[])
328])
329
330## PUBLIC: RTEMS_HOST_CONFIG_SUBDIRS(host_subdir)
331# subdirs to be build for the host environment
332AC_DEFUN([RTEMS_HOST_CONFIG_SUBDIRS],[
333m4_append([_RTEMS_HOST_CONFIGDIRS_LIST],[ $1])dnl
334
335if test $build = $host;
336then
337  AS_IF([test $host = $target],
338    [_RTEMS_SUBST_IFNOT([build_configdirs],[$1])],
339    [_RTEMS_SUBST_IFNOT([build_configdirs],[$1])]
340  )
341else
342  AS_IF([test $host = $target],
343    [_RTEMS_SUBST_IFNOT([host_configdirs],[$1])],
344    [AS_IF([test $build = $target],
345      [_RTEMS_SUBST_IFNOT([host_configdirs],[$1])],
346      [_RTEMS_SUBST_IFNOT([host_configdirs],[$1])]
347    )]
348  )
349fi
350
351m4_divert_text([DEFAULTS],
352               [ac_subdirs_all="$ac_subdirs_all m4_normalize([$1])"])
353m4_expand_once([_RTEMS_COMMANDS_POST_CONFIG_SUBDIRS])
354])
355
356AC_DEFUN(_RTEMS_HOST_CONFIG_PREPARE,[
357m4_ifdef([_RTEMS_HOST_CONFIGDIRS_LIST],
358[
359## Record configure arguments in Makefile.
360m4_expand_once([_RTEMS_CONFIGURE_ARGS_PRUNE([hostargs])])
361eval hostargs_prune $ac_configure_args
362hostargs="'--host=${host_alias}' '--build=${build}' '--target=${target_alias}' ${hostargs}"
363## AC_SUBST(hostargs)
364
365host_subdir="${host_alias}"
366],[])
367])
368
369## PUBLIC: RTEMS_TARGET_CONFIG_SUBDIRS(target_subdir)
370# subdirs to be build for the target environment
371AC_DEFUN([RTEMS_TARGET_CONFIG_SUBDIRS],[
372m4_append([_RTEMS_TARGET_CONFIGDIRS_LIST],[ $1])
373
374if test $build = $host;
375then
376  AS_IF([test $host = $target],
377    [_RTEMS_SUBST_IFNOT([build_configdirs],[$1])],
378    [_RTEMS_SUBST_IFNOT([target_configdirs],[$1])]
379  )
380else
381  AS_IF([test $host = $target],
382    [_RTEMS_SUBST_IFNOT([host_configdirs],[$1])],
383    [AS_IF([test $build = $target],
384      [_RTEMS_SUBST_IFNOT([build_configdirs],[$1])],
385      [_RTEMS_SUBST_IFNOT([target_configdirs],[$1])]
386    )]
387  )
388fi
389
390m4_divert_text([DEFAULTS],
391               [ac_subdirs_all="$ac_subdirs_all m4_normalize([$1])"])
392m4_expand_once([_RTEMS_COMMANDS_POST_CONFIG_SUBDIRS])
393])
394
395AC_DEFUN(_RTEMS_TARGET_CONFIG_PREPARE,[
396m4_ifdef([_RTEMS_TARGET_CONFIGDIRS_LIST],
397[
398## Record the configure arguments in Makefile.
399m4_expand_once([_RTEMS_CONFIGURE_ARGS_PRUNE([targetargs])])
400eval targetargs_prune $ac_configure_args
401targetargs="'--host=${target_alias}' '--build=${build}' '--target=${target_alias}' ${targetargs}"
402## AC_SUBST(targetargs)
403
404target_subdir="${target_alias}"
405],[])
406])
Note: See TracBrowser for help on using the repository browser.