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

4.104.114.84.95
Last change on this file since 4ec03d7 was 4ec03d7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/17/07 at 15:34:10

Add --enable-os-subdir. Bump version to 0.6.

  • Property mode set to 100644
File size: 625 bytes
RevLine 
[6f23e9e4]1#                                               -*- Autoconf -*-
2# Process this file with autoconf to produce a configure script.
3
4AC_PREREQ(2.60)
[4ec03d7]5AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.6],[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])
[4ec03d7]12AC_ARG_ENABLE(os_subdir,AS_HELP_STRING(
13[--enable-os-subdir=<dir> ... os subdirectory]),
14[os_subdir="$enable_os_subdir"],
15[os_subdir="fedora/"])
16AC_SUBST([OS_SUBDIR],[$os_subdir])
[6f23e9e4]17AC_CONFIG_FILES([Makefile])
18AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.