Changeset 5ac4461 in rtems
- Timestamp:
- Oct 24, 2008, 6:46:33 AM (12 years ago)
- Branches:
- 4.10, 4.11, 5, master
- Children:
- d6223f8
- Parents:
- dcd0d35b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/repo-conf/configure.ac
rdcd0d35b r5ac4461 3 3 4 4 AC_PREREQ(2.61) 5 AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.1 1],[http://www.rtems.org/bugzilla],5 AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.12],[http://www.rtems.org/bugzilla], 6 6 [rtems-]_RTEMS_API[-repo-conf]) 7 7 RTEMS_VERSIONING … … 10 10 AC_SUBST([RTEMS_API],[_RTEMS_API]) 11 11 AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip 1.10]) 12 12 13 AC_ARG_ENABLE(os_subdir,AS_HELP_STRING( 13 14 [--enable-os-subdir=<dir> ... os subdirectory]), … … 15 16 [os_subdir="fedora/"]) 16 17 AC_SUBST([OS_SUBDIR],[$os_subdir]) 18 19 case "$os_subdir" in 20 fedora/ ) os_name="Fedora";; 21 redhat/el ) os_name="CentOS";; 22 suse/ ) os_name="openSUSE";; 23 *) AC_MSG_ERROR([Invalid os-name]) 24 ;; 25 esac 26 AC_SUBST([OS_NAME],[$os_name]) 27 17 28 AC_CONFIG_FILES([Makefile]) 18 29 AC_OUTPUT
Note: See TracChangeset
for help on using the changeset viewer.