source: rtems/contrib/freebsd/configure.ac @ fce4a52

4.104.114.84.95
Last change on this file since fce4a52 was fce4a52, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/13/04 at 10:59:41

New.

  • Property mode set to 100644
File size: 259 bytes
RevLine 
[fce4a52]1## $Id$
2
3AC_PREREQ(2.59)
4AC_INIT([rtems-contrib-freebsd],[0.0],[rtems-bugs@rtems.com])
5AC_CONFIG_AUX_DIR(.)
6AC_CONFIG_SRCDIR([i386-freebsd-libs.spec.in])
7
8AM_INIT_AUTOMAKE([no-define foreign 1.8])
9
10AC_PATH_PROG(RPM,rpm)
11
12AC_CONFIG_FILES([Makefile])
13AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.