12345678910111213141516171819 |
- --- util-linux-2.25.2.orig/configure.ac 2014-10-24 05:24:02.952545559 -0500
- +++ util-linux-2.25.2/configure.ac 2014-12-27 12:17:12.651522964 -0600
- @@ -53,16 +53,6 @@ LIBSMARTCOLS_LT_MINOR=1
- LIBSMARTCOLS_LT_MICRO=0
- LIBSMARTCOLS_VERSION_INFO=`expr $LIBSMARTCOLS_LT_MAJOR + $LIBSMARTCOLS_LT_MINOR`:$LIBSMARTCOLS_LT_MICRO:$LIBSMARTCOLS_LT_MINOR
-
- -# Check whether exec_prefix=/usr:
- -AS_CASE([$exec_prefix:$prefix],
- -[NONE:NONE | NONE:/usr | /usr:*],
- - [AC_MSG_NOTICE([Default --exec-prefix detected.])
- - AS_CASE([$bindir], ['${exec_prefix}/bin'], [bindir=/bin; AC_MSG_NOTICE([ --bindir defaults to /bin]) ])
- - AS_CASE([$sbindir], ['${exec_prefix}/sbin'], [sbindir=/sbin; AC_MSG_NOTICE([ --sbindir defaults to /sbin])])
- - AS_CASE([$libdir], ['${exec_prefix}/lib'], [libdir=/lib; AC_MSG_NOTICE([ --libdir defaults to /lib]) ])
- - ]
- -)
- -
- AS_CASE([$prefix:$localstatedir],
- [NONE:'${prefix}/var' | /usr:'${prefix}/var'],
- [localstatedir=/run
|