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

4.9
Last change on this file since 430c0f6d was fcb0cd46, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/06 at 06:06:55

2006-12-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: New BUG-REPORT address.
  • Property mode set to 100644
File size: 399 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],[http://www.rtems.org/bugzilla])
6AC_CONFIG_SRCDIR([sources.list.d/rtems-4.6.list])
7AC_CONFIG_AUX_DIR([.])
8AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip 1.9])
9AC_CONFIG_FILES([Makefile
10rtems-apt-conf.spec
11])
12AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.