summaryrefslogtreecommitdiffstats
path: root/contrib/repo-conf/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/repo-conf/configure.ac')
-rw-r--r--contrib/repo-conf/configure.ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/repo-conf/configure.ac b/contrib/repo-conf/configure.ac
new file mode 100644
index 0000000000..91d23e0c89
--- /dev/null
+++ b/contrib/repo-conf/configure.ac
@@ -0,0 +1,13 @@
+# -*- Autoconf -*-
+# Process this file with autoconf to produce a configure script.
+
+AC_PREREQ(2.60)
+AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.2],[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