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

AC_PREREQ(2.59)
AC_INIT([rtems-apt-conf],[0.0],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([sources.list.d/rtems-4.6.list])
AC_CONFIG_AUX_DIR([.])
AM_INIT_AUTOMAKE([foreign 1.8.2 dist-bzip2 no-dist-gzip])
AC_CONFIG_FILES([Makefile
rtems-apt-conf.spec
])
AC_OUTPUT