source: rtems/contrib/apt-conf/configure.ac @ c9626644

4.104.114.84.95
Last change on this file since c9626644 was c9626644, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/20/04 at 14:17:43

2004-02-20 Ralf Corsepius <corsepiu@…>

  • 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.
  • Property mode set to 100644
File size: 392 bytes
Line 
1#                                               -*- Autoconf -*-
2# Process this file with autoconf to produce a configure script.
3
4AC_PREREQ(2.59)
5AC_INIT([rtems-apt-conf],[0.0],[rtems-bugs@rtems.com])
6AC_CONFIG_SRCDIR([sources.list.d/rtems-4.6.list])
7AC_CONFIG_AUX_DIR([.])
8AM_INIT_AUTOMAKE([foreign 1.8.2 dist-bzip2 no-dist-gzip])
9AC_CONFIG_FILES([Makefile
10rtems-apt-conf.spec
11])
12AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.