Changeset 66387986 in rtems for c/configure.ac


Ignore:
Timestamp:
10/11/01 19:07:37 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
df25c998
Parents:
96462044
Message:

2001-10-11 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Add autom4te.cache for autoconf > 2.52.
  • configure.in: Remove.
  • configure.ac: New file, generated from configure.in by autoupdate.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • c/configure.ac

    r96462044 r66387986  
    1 dnl Process this file with autoconf to produce a configure script.
    2 dnl
    3 dnl $Id$
     1## Process this file with autoconf to produce a configure script.
     2##
     3## $Id$
    44
    5 AC_PREREQ(2.13)
    6 AC_INIT(src)
     5AC_PREREQ(2.52)
     6AC_INIT
     7AC_CONFIG_SRCDIR([src])
    78RTEMS_TOP(..)
    89AC_CONFIG_AUX_DIR(..)
     
    1314AM_MAINTAINER_MODE
    1415
    15 dnl These options are used within this file.
     16## These options are used within this file.
    1617RTEMS_ENABLE_BARE
    1718RTEMS_ENABLE_RTEMSBSP(rtems_bsp)
     
    9495
    9596# Explicitly list all Makefiles here
    96 AC_OUTPUT(
    97 Makefile
    98 )
     97AC_CONFIG_FILES([Makefile
     98])
     99AC_OUTPUT
    99100
    100101echo
Note: See TracChangeset for help on using the changeset viewer.