This patch removes the call to 'make' and no longer prints out
instructions on how/where to copy the created .ko files. Instead
request the user to run 'make' (which is what would typically be
required of them) and 'make install' (which can automatically
locate the necessary directory).

Signed-off-by: Jason Gerecke <killert...@gmail.com>
---
 configure.ac | 33 ++++++++++++---------------------
 1 file changed, 12 insertions(+), 21 deletions(-)

diff --git a/configure.ac b/configure.ac
index 93ee3f1..6f31aa9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -137,25 +137,16 @@ AC_CONFIG_FILES([Makefile
                  3.17/Makefile])
 AC_OUTPUT
 
-make
-
-echo ""
-echo "----------------------------------------"
-echo "  BUILD ENVIRONMENT:"
-echo "       linux kernel - $WCM_ISLINUX $WCM_KERNEL_VER"
-echo "      kernel source - $WCM_ENV_KERNEL $WCM_KERNEL_DIR"
-echo ""
-
-echo "Your wacom.ko is available under "
-echo "    `pwd`/$WCM_KERNEL_VER"
-echo "If you have an USB device, you can copy the driver by:"
-echo " cp $WCM_KERNEL_VER/wacom.ko /lib/modules/`uname 
-r`/kernel/drivers/input/tablet"
-echo "If you have a serial device, please copy the driver by:"
-echo " cp $WCM_KERNEL_VER/wacom_w8001.ko /lib/modules/`uname 
-r`/kernel/drivers/input/touchscreen"
-echo ""
-echo "NOTE: The kernel drivers included in this package are only"
-echo "tested with the X Wacom driver built from xf86-input-wacom."
-echo " If you are running an X server version older than 1.7, "
-echo "please use the drivers provided by linuxwacom package."
-echo ""
+AC_MSG_NOTICE([
+----------------------------------------
+  BUILD ENVIRONMENT:
+       linux kernel - $WCM_ISLINUX $WCM_KERNEL_VER
+      kernel source - $WCM_ENV_KERNEL $WCM_KERNEL_DIR
+
+NOTE: The kernel drivers included in this package are only tested with the
+X Wacom driver built from xf86-input-wacom. If you are running an X server
+version older than 1.7, please use the drivers provided by the linuxwacom
+package.
+
+Please run 'make && make install'.])
 
-- 
2.2.1


------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to