Changeset 620c972 in rtems for scripts/configure.ac
- Timestamp:
- Jul 29, 2002, 7:40:53 AM (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3d36fe3d
- Parents:
- 14102c62
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/configure.ac
r14102c62 r620c972 4 4 AC_INIT([rtems-scripts],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) 5 5 AC_CONFIG_SRCDIR([binutils]) 6 RTEMS_TOP([..]) 6 7 AC_PREFIX_DEFAULT([/opt/rtems]) 7 8 AM_INIT_AUTOMAKE([no-define foreign 1.6]) … … 92 93 autotools/Makefile 93 94 autotools/automake-rtems.spec 95 cpukit/Makefile 94 96 ]) 97 AC_CONFIG_FILES([cpukit/mkspec],[chmod +x cpukit/mkspec]) 95 98 AC_CONFIG_COMMANDS([default],[[chmod 755 buildall 96 99 chmod 755 buildalltar
Note: See TracChangeset
for help on using the changeset viewer.