zap trailing space

This commit is contained in:
shadchin 2012-06-12 17:19:01 +00:00
parent 19315c6e52
commit c141be6b55

View File

@ -38,9 +38,9 @@ AM_MAINTAINER_MODE
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
# Initialize X.Org macros 1.8 or later for MAN_SUBSTS set by
# Initialize X.Org macros 1.8 or later for MAN_SUBSTS set by
# XORG_MANPAGE_SECTIONS
m4_ifndef([XORG_MACROS_VERSION],
m4_ifndef([XORG_MACROS_VERSION],
[m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])])
XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
@ -71,7 +71,7 @@ AC_SUBST([DRIVER_NAME])
AC_CONFIG_FILES([Makefile
src/Makefile
man/Makefile
include/Makefile])
man/Makefile
include/Makefile])
AC_OUTPUT