forked from Imagelibrary/rtems
* Makefile.am, gpg/gpg-pubkey-eac29b6f-3fe1f458, ChangeLog, vendors.list.d/rtems.list, sources.list.d/rtems-4.6.list, sources.list.d/rtems-4.7.list, configure.ac, .cvsignore, COPYING, rtems-apt-conf.spec.in, INSTALL: New.
13 lines
392 B
Plaintext
13 lines
392 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 1.8.2 dist-bzip2 no-dist-gzip])
|
|
AC_CONFIG_FILES([Makefile
|
|
rtems-apt-conf.spec
|
|
])
|
|
AC_OUTPUT
|