xref: /aosp_15_r20/external/ltp/testcases/open_posix_testsuite/configure.ac (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1*49cdfc7eSAndroid Build Coastguard WorkerAC_PREREQ(2.61)
2*49cdfc7eSAndroid Build Coastguard WorkerAC_INIT([open_posix_testsuite], [LTP_VERSION], [[email protected]])
3*49cdfc7eSAndroid Build Coastguard WorkerAC_CONFIG_FILES([ \
4*49cdfc7eSAndroid Build Coastguard Worker    include/mk/config.mk \
5*49cdfc7eSAndroid Build Coastguard Worker])
6*49cdfc7eSAndroid Build Coastguard Worker
7*49cdfc7eSAndroid Build Coastguard WorkerAC_PROG_CC
8*49cdfc7eSAndroid Build Coastguard Worker
9*49cdfc7eSAndroid Build Coastguard WorkerAC_PREFIX_DEFAULT(/opt/openposix_testsuite)
10*49cdfc7eSAndroid Build Coastguard Worker
11*49cdfc7eSAndroid Build Coastguard WorkerAC_ARG_WITH([open-posix-testdir],
12*49cdfc7eSAndroid Build Coastguard Worker    [AS_HELP_STRING([--with-open-posix-testdir=DIR], [Relative path from $prefix to testdir])],
13*49cdfc7eSAndroid Build Coastguard Worker    [testdir=$withval],
14*49cdfc7eSAndroid Build Coastguard Worker    [testdir=]
15*49cdfc7eSAndroid Build Coastguard Worker)
16*49cdfc7eSAndroid Build Coastguard WorkerAC_SUBST([testdir], [$testdir])
17*49cdfc7eSAndroid Build Coastguard Worker
18*49cdfc7eSAndroid Build Coastguard WorkerAC_OUTPUT
19