Changeset 514
- Timestamp:
- 07/16/12 11:56:02 (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r513 r514 2 2 * make initrd, did not work anymore 3 3 Author Bas van der Vlies 4 5 * Applied contributed patch for the configure.ac to add CentOS/RedHat 6 Author: proche 7 Applied by: Dennis Stam 4 8 5 9 1.5.3 -
trunk/configure.ac
r410 r514 31 31 OS=suse 32 32 OS_RELEASE=$(cat /etc/SuSE-release|awk '/VERSION =/ {print $3}') 33 AC_MSG_RESULT(found ${OS} release ${OS_RELEASE}) 34 elif [ test -e /etc/redhat-release ]; then 35 OS=rhel 36 OS_RELEASE=$(cat /etc/redhat-release|awk '{print $3}') 33 37 AC_MSG_RESULT(found ${OS} release ${OS_RELEASE}) 34 38 else
Note: See TracChangeset
for help on using the changeset viewer.