Big cleanup: Remove trailing whitespace from files (except those imported
from external sources).
This commit is contained in:
+6
-6
@@ -257,14 +257,14 @@ AC_ARG_ENABLE(libusb,
|
||||
fi ],
|
||||
[ enable_libusb=yes ]
|
||||
)
|
||||
AC_MSG_RESULT($enable_libusb)
|
||||
AC_MSG_RESULT($enable_libusb)
|
||||
|
||||
if test "$enable_libusb" = "yes"; then
|
||||
ifdef([PKG_CHECK_MODULES],
|
||||
[PKG_CHECK_MODULES(LIBUSB, libusb,
|
||||
[AC_DEFINE(HAVE_LIBUSB, [1], [Define to 1 if you have libusb])],
|
||||
[ enable_libusb=no ])],
|
||||
[AC_MSG_WARN([pkg-config not (fully) installed; drivers requiring libusb may not be built])])
|
||||
[AC_MSG_WARN([pkg-config not (fully) installed; drivers requiring libusb may not be built])])
|
||||
fi
|
||||
AC_SUBST(LIBUSB_LIBS)
|
||||
AC_SUBST(LIBUSB_CFLAGS)
|
||||
@@ -280,14 +280,14 @@ AC_ARG_ENABLE(libftdi,
|
||||
fi ],
|
||||
[ enable_libftdi=yes ]
|
||||
)
|
||||
AC_MSG_RESULT($enable_libftdi)
|
||||
AC_MSG_RESULT($enable_libftdi)
|
||||
|
||||
if test "$enable_libftdi" = "yes"; then
|
||||
ifdef([PKG_CHECK_MODULES],
|
||||
[PKG_CHECK_MODULES(LIBFTDI, libftdi >= 0.8,
|
||||
[AC_DEFINE(HAVE_LIBFTDI, [1], [Define to 1 if you have libftdi])],
|
||||
[ enable_libftdi=no ])],
|
||||
[AC_MSG_WARN([pkg-config not (fully) installed; drivers requiring libftdi may not be built])])
|
||||
[AC_MSG_WARN([pkg-config not (fully) installed; drivers requiring libftdi may not be built])])
|
||||
fi
|
||||
AC_SUBST(LIBFTDI_LIBS)
|
||||
AC_SUBST(LIBFTDI_CFLAGS)
|
||||
@@ -303,7 +303,7 @@ AC_ARG_ENABLE(ethlcd,
|
||||
fi ],
|
||||
[ enable_ethlcd=yes ]
|
||||
)
|
||||
AC_MSG_RESULT($enable_ethlcd)
|
||||
AC_MSG_RESULT($enable_ethlcd)
|
||||
|
||||
|
||||
# check for doxygen
|
||||
@@ -323,7 +323,7 @@ if test ! -d $pidfiledir ; then
|
||||
NONE/*) pidfiledir=`echo $pidfiledir | sed "s~NONE~$ac_default_prefix~"` ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
|
||||
AC_ARG_WITH(pidfile-dir,
|
||||
[AS_HELP_STRING([--with-pidfile-dir=PATH], [specify location of pid files [/var/run]])],
|
||||
[ if test -n "$withval" && test "x$withval" != "xno" && \
|
||||
|
||||
Reference in New Issue
Block a user