aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/site-conf/configure.ac
blob: 0f08732a0815238f39f91a71a82559694840bee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
AC_INIT([zeckes-tests], [aleph-1], [noreply@::1])
AC_PREREQ([2.60])

#
#AC_CONFIG_MACRO_DIR([m4])
AC_GNU_SOURCE

OE_CHECK_BUILTIN


AC_OUTPUT([])