source: rtems/contrib/repo-conf/configure.ac @ fcb0cd46

4.104.114.84.95
Last change on this file since fcb0cd46 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: 445 bytes
RevLine 
[6f23e9e4]1#                                               -*- Autoconf -*-
2# Process this file with autoconf to produce a configure script.
3
4AC_PREREQ(2.60)
[fcb0cd46]5AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.4],[http://www.rtems.org/bugzilla],
[6f23e9e4]6  [rtems-]_RTEMS_API[-repo-conf])
7RTEMS_VERSIONING
8AC_CONFIG_SRCDIR([gpg])
9AC_CONFIG_AUX_DIR([.])
10AC_SUBST([RTEMS_API],[_RTEMS_API])
11AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip 1.10])
12AC_CONFIG_FILES([Makefile])
13AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.