summaryrefslogtreecommitdiffstats
path: root/contrib/repo-conf/configure.ac
blob: 165fbe47bfc8588f5d148415b92248f281cbbdfd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.60)
AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.4],[rtems-bugs@rtems.com],
  [rtems-]_RTEMS_API[-repo-conf])
RTEMS_VERSIONING
AC_CONFIG_SRCDIR([gpg])
AC_CONFIG_AUX_DIR([.])
AC_SUBST([RTEMS_API],[_RTEMS_API])
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip 1.10])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT