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

4.104.114.84.95
Last change on this file since 6f23e9e4 was 97891e5e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/24/04 at 05:54:59

2004-09-24 Ralf Corsepius <ralf_corsepius@…>

  • configure.ac: Require automake > 1.9.
  • Property mode set to 100644
File size: 390 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 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.