source: rtems/testsuites/libtests/configure.ac @ 9b4422a2

4.115
Last change on this file since 9b4422a2 was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

  • Property mode set to 100644
File size: 2.0 KB
Line 
1## Process this file with autoconf to produce a configure script.
2
3AC_PREREQ([2.68])
4AC_INIT([rtems-c-src-tests-libtests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
5AC_CONFIG_SRCDIR([cpuuse])
6AC_CONFIG_HEADER([config.h])
7RTEMS_TOP([../..],[..])
8
9RTEMS_CANONICAL_TARGET_CPU
10
11AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
12AM_MAINTAINER_MODE
13
14RTEMS_ENABLE_CXX
15
16RTEMS_ENV_RTEMSBSP
17RTEMS_CHECK_RTEMS_TEST_NO_PAUSE
18
19RTEMS_PROJECT_ROOT
20
21RTEMS_PROG_CC_FOR_TARGET
22
23RTEMS_PROG_CXX_FOR_TARGET
24
25RTEMS_CANONICALIZE_TOOLS
26
27RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
28RTEMS_CHECK_CXX(RTEMS_BSP)
29RTEMS_CHECK_CPUOPTS([RTEMS_NETWORKING])
30
31AC_PROG_LN_S
32AC_PATH_PROG([PAX],[pax])
33
34AC_CHECK_HEADERS([complex.h])
35
36AM_CONDITIONAL(TARTESTS,test "$as_ln_s" = "ln -s" && test -n "$PAX")
37
38AM_CONDITIONAL(HAS_CXX,test "$rtems_cv_HAS_CPLUSPLUS" = "yes")
39AM_CONDITIONAL([HAS_COMPLEX],[test "$ac_cv_header_complex_h" = yes])
40AM_CONDITIONAL(NETTESTS,test "$rtems_cv_RTEMS_NETWORKING" = "yes")
41
42# Explicitly list all Makefiles here
43AC_CONFIG_FILES([Makefile
44rbheap01/Makefile
45syscall01/Makefile
46flashdisk01/Makefile
47block01/Makefile
48block02/Makefile
49block03/Makefile
50block04/Makefile
51block05/Makefile
52block06/Makefile
53block07/Makefile
54block08/Makefile
55block09/Makefile
56block10/Makefile
57block11/Makefile
58bspcmdline01/Makefile
59cpuuse/Makefile
60devfs01/Makefile
61devfs02/Makefile
62devfs03/Makefile
63devfs04/Makefile
64deviceio01/Makefile
65devnullfatal01/Makefile
66dumpbuf01/Makefile
67ftp01/Makefile
68gxx01/Makefile
69heapwalk/Makefile
70malloctest/Makefile
71malloc02/Makefile
72malloc03/Makefile
73malloc04/Makefile
74malloc05/Makefile
75monitor/Makefile
76monitor02/Makefile
77mouse01/Makefile
78putenvtest/Makefile
79rtems++/Makefile
80rtmonuse/Makefile
81stackchk/Makefile
82stackchk01/Makefile
83stringto01/Makefile
84tar01/Makefile
85tar02/Makefile
86tar03/Makefile
87termios/Makefile
88termios01/Makefile
89termios02/Makefile
90termios03/Makefile
91termios04/Makefile
92termios05/Makefile
93termios06/Makefile
94termios07/Makefile
95termios08/Makefile
96tztest/Makefile
97POSIX/Makefile
98math/Makefile
99mathf/Makefile
100mathl/Makefile
101complex/Makefile
102])
103AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.