mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-09 09:03:33 +00:00
14 lines
259 B
Plaintext
14 lines
259 B
Plaintext
## $Id$
|
|
|
|
AC_PREREQ(2.59)
|
|
AC_INIT([rtems-contrib-freebsd],[0.0],[rtems-bugs@rtems.com])
|
|
AC_CONFIG_AUX_DIR(.)
|
|
AC_CONFIG_SRCDIR([i386-freebsd-libs.spec.in])
|
|
|
|
AM_INIT_AUTOMAKE([no-define foreign 1.9])
|
|
|
|
AC_PATH_PROG(RPM,rpm)
|
|
|
|
AC_CONFIG_FILES([Makefile])
|
|
AC_OUTPUT
|