summaryrefslogtreecommitdiff
path: root/TAO/configure.ac
blob: 3b20a6a82738942c6035f0a9993e40b85cc4e78d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
dnl $Id$

dnl An autoconf script to automatically configure TAO.
dnl Process this file with autoconf to produce a configure script.

dnl Statically (i.e. at autoconf-time) determine the version of TAO.
dnl This is necessary since the version argument to AC_INIT is
dnl supposed to be a static value, not a dynamic (e.g. a shell
dnl variable).
dnl
dnl Note that this macro removes the newline output by the M4
dnl "esyscmd" built-in.  Unless you understand what you're doing,
dnl particularly with M4, do not modify this macro definition.
define([TAO_VERSION], patsubst(esyscmd(grep TAO_VERSION tao/Version.h | sed 's/.*\"\(.*\)\".*/\1/'), [
]))dnl remove newline ending every `esyscmd' answer

AC_INIT([TAO],
        TAO_VERSION,
        [tao-bugs@cs.wustl.edu],
        [tao])

AC_REVISION([$Id$])

AC_COPYRIGHT([ACE(TM), TAO(TM), CIAO(TM), and CoSMIC(TM) (henceforth
referred to as "DOC software") are copyrighted by Douglas C.
Schmidt and his research group at Washington University,
University of California, Irvine, and Vanderbilt University,
Copyright (c) 1993-2005, all rights reserved. Since DOC software is
open-source, free software, you are free to use, modify, copy, and
distribute--perpetually and irrevocably--the DOC software source code
and object code produced from the source, as well as copy and
distribute modified versions of this software. You must, however,
include this copyright statement along with code built using DOC
software.

Please see the file `COPYING' in the top level ACE directory for
additional details.])


dnl Require GNU Autoconf 2.58 or better.  Previous versions did not
dnl correctly support HP-UX.
AC_PREREQ([2.58])

AC_CONFIG_SRCDIR([tao/TAO_Internal.cpp])

AC_CONFIG_AUX_DIR([../aux_config])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_MACRO_DIR([../m4])

dnl Check what platform we are running on.
AC_CANONICAL_TARGET([])

dnl Initialize GNU Automake, and require Automake 1.9 or better.
AM_INIT_AUTOMAKE([1.9 foreign no-define])


dnl Add maintainer mode option to the option list.
dnl AM_MAINTAINER_MODE

dnl The maintainer of this configure script.
ACE_CONFIGURE_MAINTAINER='tao-users@cs.wustl.edu'


dnl Until autoconf support in ACE is complete, prevent this script
dnl from running unless the user explictly forces the configure script
dnl to run using the "--enable-maintainer-mode" configure script
dnl option.
dnl if test $USE_MAINTAINER_MODE != yes; then
dnl   AC_MSG_ERROR([
dnl     ACE autoconf support is currently disabled by default since it is
dnl     still under development.  Please use the stock ACE build procedure
dnl     detailed in the file \`ACE-INSTALL.html'.
dnl
dnl     If you wish to experiment with ACE's autoconf support then use the
dnl     \"--enable-maintainer-mode\" configure script option to enable
dnl     autoconf support.  For more details see the file
dnl     \`ACE-configuration.txt'.])
dnl fi  dnl  test $USE_MAINTAINER_MODE != yes

dnl Should we use "egrep" or "grep -E"?  This sets the "$EGREP" shell
dnl variable.
AC_PROG_EGREP

dnl If we are configuring in a CVS controlled directory then don't
dnl continue any further.  The idea is to prevent automatically
dnl generated files from being checked into the repository.  This
dnl will prevent accidental overwrites of ACE's current Makefiles by
dnl the automatically generated ones, for example.
dnl ACE_CHECK_FOR_CVS_DIR

dnl Prevent the configure script from continuing any further if
dnl configuration is being performed in the top-level directory.  The
dnl idea is to prevent files generated during configuration and build
dnl from overwriting the stock files of the same name.
ACE_CHECK_TOP_SRCDIR

dnl Prepare the `tao/config.h.in' header template.
ACE_PREP_CONFIG_HEADER

dnl Allow the standard program name transformations.
dnl We probably don't need AC_ARG_PROGRAM any longer since AM_INIT_AUTOMAKE
dnl handles this functionality.  -- Ossama
dnl AC_ARG_PROGRAM

dnl Generate a header file with all settings.
AC_CONFIG_HEADERS([tao/config.h])

dnl Move before the AC_ARG_ENABLE stuff to prevent autoconf complaints.
dnl This is a bit messy but it makes life easier for me.
dnl                          -Ossama
dnl
dnl SECTION: checks for programs
dnl

dnl Check if system supports "#! /bin/sh" line in scripts
AC_SYS_INTERPRETER

dnl Check the C compiler and preprocessor.
dnl AC_PROG_CC
dnl AC_PROG_CPP
dnl AC_PROG_CC_C_O

dnl Check the C++ compiler and preprocessor.
AC_PROG_CXX
AC_PROG_CXXCPP

dnl Configure libtool
AC_DISABLE_STATIC
AC_PROG_LIBTOOL

ACE_CHECK_THREADS

dnl Set the test language as C++
AC_LANG([C++])

dnl If we are cross compiling disable certain things in the Makefiles.
AM_CONDITIONAL([ACE_CROSS_COMPILED], [test X$cross_compiling = Xyes])

dnl Look for the best awk-style program available.
AC_PROG_AWK

dnl Parse the version information argument.
dnl Note that "TAO_VERSION" is an m4 macro.
tao_version_temp=TAO_VERSION
tao_save_ifs="$IFS"; IFS='.'
set dummy $tao_version_temp 0 0 0
IFS="$tao_save_ifs"

TAO_MAJOR=$2
TAO_MINOR=$3
TAO_BETA=$4

AC_SUBST([TAO_MAJOR])
AC_SUBST([TAO_MINOR])
AC_SUBST([TAO_BETA])

dnl We should have --with/--enable flags for these options.
dnl Until we do, set them to reasonable defaults.
TAO_ENABLE_MINIMUM_CORBA
AM_CONDITIONAL(TEMPLATES_REQUIRE_SOURCE, false)
AM_CONDITIONAL(BUILD_ACE_FOR_TAO, false)
AM_CONDITIONAL(BUILD_RT_CORBA, true)
AM_CONDITIONAL(BUILD_CORBA_MESSAGING, true)
AM_CONDITIONAL(BUILD_INTERCEPTORS, true)
AM_CONDITIONAL(BUILD_ACE_UUID, true)
AM_CONDITIONAL(BUILD_AMI, true)
AM_CONDITIONAL(BUILD_REPO, false)
AM_CONDITIONAL(BUILD_THREADS, true)
AM_CONDITIONAL(BUILD_EC_TYPED_EVENTS, true)
AM_CONDITIONAL(BUILD_WFMO, false)
AM_CONDITIONAL(BUILD_WINNT, false)
AM_CONDITIONAL(BUILD_WXWINDOWS, false)
AM_CONDITIONAL(BUILD_STL, false)
AM_CONDITIONAL(BUILD_BOOST, false)

ACE_ENABLE_ACEXML
ACE_ENABLE_SSL
ACE_ENABLE_FL_REACTOR
ACE_ENABLE_QT_REACTOR
ACE_ENABLE_TK_REACTOR
ACE_ENABLE_XT_REACTOR

TAO_ENABLE_EXAMPLES
TAO_ENABLE_TESTS


dnl
dnl SECTION 16: AC_CONFIG_FILES([FILE...])
dnl
dnl
dnl We can finally create all the files listed here; Makefile is
dnl created from Makefile.in, etc.  Top-level Makefiles should be
dnl created first.

AC_CONFIG_FILES([
  Makefile
  TAO_IDL/Makefile
  docs/Makefile
  docs/tutorials/Makefile
  docs/tutorials/Quoter/AMI/Makefile
  docs/tutorials/Quoter/Event_Service/Makefile
  docs/tutorials/Quoter/Makefile
  docs/tutorials/Quoter/Naming_Service/Makefile
  docs/tutorials/Quoter/On_Demand_Activation/Makefile
  docs/tutorials/Quoter/RTCORBA/Makefile
  docs/tutorials/Quoter/RT_Event_Service/Makefile
  docs/tutorials/Quoter/Simple/Client/Makefile
  docs/tutorials/Quoter/Simple/Impl-Repo/Makefile
  docs/tutorials/Quoter/Simple/ImprovedServer/Makefile
  docs/tutorials/Quoter/Simple/Makefile
  docs/tutorials/Quoter/Simple/Persistent/Makefile
  docs/tutorials/Quoter/Simple/Server/Makefile
  docs/tutorials/Quoter/idl/Makefile
  orbsvcs/Concurrency_Service/Makefile
  orbsvcs/CosEvent_Service/Makefile
  orbsvcs/Dump_Schedule/Makefile
  orbsvcs/Event_Service/Makefile
  orbsvcs/FTRT_Event_Service/Event_Service/Makefile
  orbsvcs/FTRT_Event_Service/Factory_Service/Makefile
  orbsvcs/FTRT_Event_Service/Gateway_Service/Makefile
  orbsvcs/FTRT_Event_Service/Makefile
  orbsvcs/FT_ReplicationManager/Makefile
  orbsvcs/Fault_Detector/Makefile
  orbsvcs/Fault_Notifier/Makefile
  orbsvcs/IFR_Service/Makefile
  orbsvcs/ImplRepo_Service/Makefile
  orbsvcs/LifeCycle_Service/Makefile
  orbsvcs/LoadBalancer/Makefile
  orbsvcs/Logging_Service/Basic_Logging_Service/Makefile
  orbsvcs/Logging_Service/Event_Logging_Service/Makefile
  orbsvcs/Logging_Service/Makefile
  orbsvcs/Logging_Service/Notify_Logging_Service/Makefile
  orbsvcs/Logging_Service/RTEvent_Logging_Service/Makefile
  orbsvcs/Makefile
  orbsvcs/Naming_Service/Makefile
  orbsvcs/Notify_Service/Makefile
  orbsvcs/Scheduling_Service/Makefile
  orbsvcs/TAO_Service/Makefile
  orbsvcs/Time_Service/Makefile
  orbsvcs/Trading_Service/Makefile
  orbsvcs/orbsvcs/Makefile
  tao/Makefile
  utils/Makefile
  utils/catior/Makefile
  utils/nslist/Makefile
  utils/wxNamingViewer/Makefile
 ])

if test $tao_build_examples = yes; then
  AC_CONFIG_FILES([
    examples/AMH/Makefile
    examples/AMH/Sink_Server/Makefile
    examples/AMI/FL_Callback/Makefile
    examples/AMI/Makefile
    examples/Advanced/Makefile
    examples/Advanced/ch_3/Makefile
    examples/Buffered_AMI/Makefile
    examples/Buffered_Oneways/Makefile
    examples/Callback_Quoter/Makefile
    examples/Content_Server/AMI_Iterator/Makefile
    examples/Content_Server/AMI_Observer/Makefile
    examples/Content_Server/Makefile
    examples/Content_Server/SMI_Iterator/Makefile
    examples/Event_Comm/Makefile
    examples/Kokyu_dsrt_schedulers/Makefile
    examples/Kokyu_dsrt_schedulers/fp_example/Makefile
    examples/Kokyu_dsrt_schedulers/mif_example/Makefile
    examples/Kokyu_dsrt_schedulers/muf_example/Makefile
    examples/Load_Balancing/Makefile
    examples/Load_Balancing_persistent/Makefile
    examples/Logging/Makefile
    examples/Makefile
    examples/OBV/Makefile
    examples/OBV/Typed_Events/Makefile
    examples/POA/Adapter_Activator/Makefile
    examples/POA/DSI/Makefile
    examples/POA/Default_Servant/Makefile
    examples/POA/Explicit_Activation/Alt_Resources/Makefile
    examples/POA/Explicit_Activation/Makefile
    examples/POA/FindPOA/Makefile
    examples/POA/Forwarding/Makefile
    examples/POA/Generic_Servant/Makefile
    examples/POA/Loader/Makefile
    examples/POA/Makefile
    examples/POA/NewPOA/Makefile
    examples/POA/On_Demand_Activation/Makefile
    examples/POA/On_Demand_Loading/Makefile
    examples/POA/POA_BiDir/Makefile
    examples/POA/Reference_Counted_Servant/Makefile
    examples/POA/RootPOA/Makefile
    examples/POA/TIE/Makefile
    examples/Persistent_Grid/Makefile
    examples/PluggableUDP/Makefile
    examples/PluggableUDP/tests/Basic/Makefile
    examples/PluggableUDP/tests/Makefile
    examples/PluggableUDP/tests/Performance/Makefile
    examples/PluggableUDP/tests/SimplePerformance/Makefile
    examples/Quoter/Makefile
    examples/RTCORBA/Activity/Makefile
    examples/RTCORBA/Makefile
    examples/RTScheduling/Fixed_Priority_Scheduler/Makefile
    examples/RTScheduling/MIF_Scheduler/Makefile
    examples/RTScheduling/Makefile
    examples/Simple/Makefile
    examples/Simple/bank/Makefile
    examples/Simple/chat/Makefile
    examples/Simple/echo/Makefile
    examples/Simple/grid/Makefile
    examples/Simple/time-date/Makefile
    examples/Simple/time/Makefile
    examples/Simulator/Event_Supplier/Makefile
    examples/Simulator/Makefile
    examples/TypeCode_Creation/Makefile
    examples/ior_corbaloc/Makefile
    examples/mfc/Makefile
    orbsvcs/examples/CosEC/Factory/Makefile
    orbsvcs/examples/CosEC/Makefile
    orbsvcs/examples/CosEC/RtEC_Based/Makefile
    orbsvcs/examples/CosEC/RtEC_Based/bin/Makefile
    orbsvcs/examples/CosEC/RtEC_Based/lib/Makefile
    orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Makefile
    orbsvcs/examples/CosEC/RtEC_Based/tests/Makefile
    orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/Makefile
    orbsvcs/examples/CosEC/Simple/Makefile
    orbsvcs/examples/CosEC/TypedSimple/Makefile
    orbsvcs/examples/FaultTolerance/Makefile
    orbsvcs/examples/FaultTolerance/RolyPoly/Makefile
    orbsvcs/examples/ImR/Advanced/Makefile
    orbsvcs/examples/ImR/Combined_Service/Makefile
    orbsvcs/examples/ImR/Makefile
    orbsvcs/examples/LoadBalancing/Makefile
    orbsvcs/examples/Log/Basic/Makefile
    orbsvcs/examples/Log/Event/Makefile
    orbsvcs/examples/Log/Makefile
    orbsvcs/examples/Log/Notify/Makefile
    orbsvcs/examples/Log/RTEvent/Makefile
    orbsvcs/examples/Makefile
    orbsvcs/examples/Notify/Federation/Agent/Makefile
    orbsvcs/examples/Notify/Federation/Gate/Makefile
    orbsvcs/examples/Notify/Federation/Makefile
    orbsvcs/examples/Notify/Federation/SpaceCraft/Makefile
    orbsvcs/examples/Notify/Filter/Makefile
    orbsvcs/examples/Notify/Lanes/Makefile
    orbsvcs/examples/Notify/Makefile
    orbsvcs/examples/Notify/Subscribe/Makefile
    orbsvcs/examples/Notify/ThreadPool/Makefile
    orbsvcs/examples/ORT/Makefile
    orbsvcs/examples/RtEC/IIOPGateway/Makefile
    orbsvcs/examples/RtEC/Kokyu/Makefile
    orbsvcs/examples/RtEC/MCast/Makefile
    orbsvcs/examples/RtEC/Makefile
    orbsvcs/examples/RtEC/Schedule/Makefile
    orbsvcs/examples/RtEC/Simple/Makefile
    orbsvcs/examples/Security/Makefile
    orbsvcs/examples/Security/Send_File/Makefile
  ])
fi

if test $tao_build_tests = yes; then
  AC_CONFIG_FILES([
    interop-tests/Makefile
    interop-tests/wchar/Makefile
    performance-tests/Anyop/Makefile
    performance-tests/CSD_Strategy/Makefile
    performance-tests/CSD_Strategy/TestApps/Makefile
    performance-tests/CSD_Strategy/TestInf/Makefile
    performance-tests/CSD_Strategy/TestServant/Makefile
    performance-tests/Callback/Makefile
    performance-tests/Cubit/Makefile
    performance-tests/Cubit/TAO/DII_Cubit/Makefile
    performance-tests/Cubit/TAO/IDL_Cubit/Makefile
    performance-tests/Cubit/TAO/MT_Cubit/Makefile
    performance-tests/Cubit/TAO/Makefile
    performance-tests/Latency/AMH_Single_Threaded/Makefile
    performance-tests/Latency/AMI/Makefile
    performance-tests/Latency/Collocation/Makefile
    performance-tests/Latency/DII/Makefile
    performance-tests/Latency/DSI/Makefile
    performance-tests/Latency/Deferred/Makefile
    performance-tests/Latency/Makefile
    performance-tests/Latency/Single_Threaded/Makefile
    performance-tests/Latency/Thread_Per_Connection/Makefile
    performance-tests/Latency/Thread_Pool/Makefile
    performance-tests/Makefile
    performance-tests/Memory/IORsize/Makefile
    performance-tests/Memory/Makefile
    performance-tests/Memory/Single_Threaded/Makefile
    performance-tests/POA/Create_Reference/Makefile
    performance-tests/POA/Demux/Makefile
    performance-tests/POA/Implicit_Activation/Makefile
    performance-tests/POA/Makefile
    performance-tests/POA/Object_Creation_And_Registration/Makefile
    performance-tests/Pluggable/Makefile
    performance-tests/Protocols/Makefile
    performance-tests/RTCorba/Makefile
    performance-tests/RTCorba/Multiple_Endpoints/Common/Makefile
    performance-tests/RTCorba/Multiple_Endpoints/Makefile
    performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/Makefile
    performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/Makefile
    performance-tests/RTCorba/Oneways/Makefile
    performance-tests/RTCorba/Oneways/Reliable/Makefile
    performance-tests/RTCorba/Thread_Pool/Makefile
    performance-tests/Sequence_Latency/AMH_Single_Threaded/Makefile
    performance-tests/Sequence_Latency/AMI/Makefile
    performance-tests/Sequence_Latency/DII/Makefile
    performance-tests/Sequence_Latency/DSI/Makefile
    performance-tests/Sequence_Latency/Deferred/Makefile
    performance-tests/Sequence_Latency/Makefile
    performance-tests/Sequence_Latency/Single_Threaded/Makefile
    performance-tests/Sequence_Latency/Thread_Per_Connection/Makefile
    performance-tests/Sequence_Latency/Thread_Pool/Makefile
    performance-tests/Throughput/Makefile
    orbsvcs/performance-tests/LoadBalancing/LBPerf/Makefile
    orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/Makefile
    orbsvcs/performance-tests/LoadBalancing/Makefile
    orbsvcs/performance-tests/Makefile
    orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/Makefile
    orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/Makefile
    orbsvcs/performance-tests/RTEvent/Makefile
    orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/Makefile
    orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/Makefile
    orbsvcs/performance-tests/RTEvent/Roundtrip/Makefile
    orbsvcs/performance-tests/RTEvent/TCP_Baseline/Makefile
    orbsvcs/performance-tests/RTEvent/lib/Makefile
    orbsvcs/tests/AVStreams/Asynch_Three_Stage/Makefile
    orbsvcs/tests/AVStreams/Bidirectional_Flows/Makefile
    orbsvcs/tests/AVStreams/Component_Switching/Makefile
    orbsvcs/tests/AVStreams/Full_Profile/Makefile
    orbsvcs/tests/AVStreams/Latency/Makefile
    orbsvcs/tests/AVStreams/Makefile
    orbsvcs/tests/AVStreams/Modify_QoS/Makefile
    orbsvcs/tests/AVStreams/Multicast/Makefile
    orbsvcs/tests/AVStreams/Multicast_Full_Profile/Makefile
    orbsvcs/tests/AVStreams/Multiple_Flows/Makefile
    orbsvcs/tests/AVStreams/Pluggable/Makefile
    orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/Makefile
    orbsvcs/tests/AVStreams/Simple_Three_Stage/Makefile
    orbsvcs/tests/AVStreams/Simple_Two_Stage/Makefile
    orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/Makefile
    orbsvcs/tests/BiDir_CORBALOC/Makefile
    orbsvcs/tests/Bug_1334_Regression/Makefile
    orbsvcs/tests/Bug_1393_Regression/Makefile
    orbsvcs/tests/Bug_1395_Regression/Makefile
    orbsvcs/tests/Bug_1630_Regression/Makefile
    orbsvcs/tests/Bug_2074_Regression/Makefile
    orbsvcs/tests/Bug_2137_Regression/Makefile
    orbsvcs/tests/Bug_2247_Regression/Makefile
    orbsvcs/tests/Bug_2248_Regression/Makefile
    orbsvcs/tests/Bug_2285_Regression/Makefile
    orbsvcs/tests/Bug_2287_Regression/Makefile
    orbsvcs/tests/Bug_2316_Regression/Makefile
    orbsvcs/tests/Bug_2377_Regression/Makefile
    orbsvcs/tests/Bug_2615_Regression/Makefile
    orbsvcs/tests/Concurrency/Makefile
    orbsvcs/tests/CosEvent/Basic/Makefile
    orbsvcs/tests/CosEvent/Makefile
    orbsvcs/tests/CosEvent/Timeout/Makefile
    orbsvcs/tests/CosEvent/lib/Makefile
    orbsvcs/tests/EC_Custom_Marshal/Makefile
    orbsvcs/tests/EC_MT_Mcast/Makefile
    orbsvcs/tests/EC_Mcast/Makefile
    orbsvcs/tests/EC_Multiple/Makefile
    orbsvcs/tests/EC_Throughput/Makefile
    orbsvcs/tests/Event/Basic/Makefile
    orbsvcs/tests/Event/Makefile
    orbsvcs/tests/Event/Mcast/Common/Makefile
    orbsvcs/tests/Event/Mcast/Complex/Makefile
    orbsvcs/tests/Event/Mcast/Makefile
    orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/Makefile
    orbsvcs/tests/Event/Mcast/Simple/Makefile
    orbsvcs/tests/Event/Mcast/Two_Way/Makefile
    orbsvcs/tests/Event/Performance/Makefile
    orbsvcs/tests/Event/ThreadFlags/Makefile
    orbsvcs/tests/Event/lib/Makefile
    orbsvcs/tests/FT_App/Makefile
    orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/Makefile
    orbsvcs/tests/FaultTolerance/IOGR/Makefile
    orbsvcs/tests/FaultTolerance/IOGRManipulation/Makefile
    orbsvcs/tests/FaultTolerance/Makefile
    orbsvcs/tests/FtRtEvent/Makefile
    orbsvcs/tests/HTIOP/AMI/Makefile
    orbsvcs/tests/HTIOP/BiDirectional/Makefile
    orbsvcs/tests/HTIOP/Hello/Makefile
    orbsvcs/tests/HTIOP/Makefile
    orbsvcs/tests/IOR_MCast/Makefile
    orbsvcs/tests/ImplRepo/Makefile
    orbsvcs/tests/ImplRepo/NameService/Makefile
    orbsvcs/tests/ImplRepo/scale/Makefile
    orbsvcs/tests/InterfaceRepo/Application_Test/Makefile
    orbsvcs/tests/InterfaceRepo/IDL3_Test/Makefile
    orbsvcs/tests/InterfaceRepo/IFR_Inheritance_Test/Makefile
    orbsvcs/tests/InterfaceRepo/IFR_Test/Makefile
    orbsvcs/tests/InterfaceRepo/Latency_Test/Makefile
    orbsvcs/tests/InterfaceRepo/Makefile
    orbsvcs/tests/InterfaceRepo/Persistence_Test/Makefile
    orbsvcs/tests/Interoperable_Naming/Makefile
    orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/Makefile
    orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Makefile
    orbsvcs/tests/LoadBalancing/GenericFactory/Makefile
    orbsvcs/tests/LoadBalancing/GenericFactory/Manage_Object_Group/Makefile
    orbsvcs/tests/LoadBalancing/LoadMonitor/CPU/Makefile
    orbsvcs/tests/LoadBalancing/LoadMonitor/Makefile
    orbsvcs/tests/LoadBalancing/Makefile
    orbsvcs/tests/Log/Basic_Log_Test/Makefile
    orbsvcs/tests/Log/Makefile
    orbsvcs/tests/Makefile
    orbsvcs/tests/Miop/Makefile
    orbsvcs/tests/Miop/McastHello/Makefile
    orbsvcs/tests/Notify/Basic/Makefile
    orbsvcs/tests/Notify/Blocking/Makefile
    orbsvcs/tests/Notify/Destroy/Makefile
    orbsvcs/tests/Notify/Discarding/Makefile
    orbsvcs/tests/Notify/Driver/Makefile
    orbsvcs/tests/Notify/MT_Dispatching/Makefile
    orbsvcs/tests/Notify/Makefile
    orbsvcs/tests/Notify/Ordering/Makefile
    orbsvcs/tests/Notify/PluggableTopology/Makefile
    orbsvcs/tests/Notify/RT_lib/Makefile
    orbsvcs/tests/Notify/Reconnecting/Makefile
    orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Makefile
    orbsvcs/tests/Notify/Sequence_Multi_Filter/Makefile
    orbsvcs/tests/Notify/Structured_Filter/Makefile
    orbsvcs/tests/Notify/Structured_Multi_Filter/Makefile
    orbsvcs/tests/Notify/Test_Filter/Makefile
    orbsvcs/tests/Notify/XML_Persistence/Makefile
    orbsvcs/tests/Notify/lib/Makefile
    orbsvcs/tests/Notify/performance-tests/Filter/Makefile
    orbsvcs/tests/Notify/performance-tests/Makefile
    orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile
    orbsvcs/tests/Notify/performance-tests/Throughput/Makefile
    orbsvcs/tests/Property/Makefile
    orbsvcs/tests/Redundant_Naming/Makefile
    orbsvcs/tests/Sched/Makefile
    orbsvcs/tests/Sched_Conf/Makefile
    orbsvcs/tests/Security/BiDirectional/Makefile
    orbsvcs/tests/Security/Big_Request/Makefile
    orbsvcs/tests/Security/Callback/Makefile
    orbsvcs/tests/Security/Crash_Test/Makefile
    orbsvcs/tests/Security/MT_IIOP_SSL/Makefile
    orbsvcs/tests/Security/MT_SSLIOP/Makefile
    orbsvcs/tests/Security/Makefile
    orbsvcs/tests/Security/Secure_Invocation/Makefile
    orbsvcs/tests/Security/ssliop_corbaloc/Makefile
    orbsvcs/tests/Simple_Naming/Makefile
    orbsvcs/tests/Time/Makefile
    orbsvcs/tests/Trading/Makefile
    orbsvcs/tests/ior_corbaname/Makefile
    orbsvcs/tests/tests_svc_loader/Makefile
  ])
fi

dnl Note that the "TAO_VERSION" in the message below is an M4 macro
dnl that expands to the version of TAO being configured.
AC_CONFIG_COMMANDS([default],[
  echo ""
  echo "Configuration of TAO TAO_VERSION is now complete."
  echo ""
 ],[])
AC_OUTPUT