patch-configure_ac.orig 963 B

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