Files
rtems/contrib/apt-conf/configure.ac
Ralf Corsepius 97891e5ea3 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Require automake > 1.9.
2004-09-24 05:54:59 +00:00

13 lines
390 B
Plaintext

# -*- 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 dist-bzip2 no-dist-gzip 1.9])
AC_CONFIG_FILES([Makefile
rtems-apt-conf.spec
])
AC_OUTPUT