summaryrefslogtreecommitdiffstats
path: root/c/src/tests/tools
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/tools')
-rw-r--r--c/src/tests/tools/configure.in2
-rw-r--r--c/src/tests/tools/generic/configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/tests/tools/configure.in b/c/src/tests/tools/configure.in
index 0e32e8ccf7..85e2892dac 100644
--- a/c/src/tests/tools/configure.in
+++ b/c/src/tests/tools/configure.in
@@ -3,9 +3,9 @@ dnl
dnl $Id$
AC_INIT(generic)
+RTEMS_TOP(../../../..)
AC_CONFIG_AUX_DIR(../../../..)
-RTEMS_TOP(../../../..)
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE(rtems-tests-tools,$RTEMS_VERSION,no)
diff --git a/c/src/tests/tools/generic/configure.in b/c/src/tests/tools/generic/configure.in
index 420f69c7e2..bcb17a75c3 100644
--- a/c/src/tests/tools/generic/configure.in
+++ b/c/src/tests/tools/generic/configure.in
@@ -3,9 +3,9 @@ dnl
dnl $Id$
AC_INIT(sorttimes.in)
+RTEMS_TOP(../../../../..)
AC_CONFIG_AUX_DIR(../../../../..)
-RTEMS_TOP(../../../../..)
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE(rtems-tests-tools-generic,$RTEMS_VERSION,no)