| 
									
										
										
										
											2011-05-14 03:55:13 -07:00
										 |  |  | dnl Process this file with autoconf to produce a configure script. | 
					
						
							| 
									
										
										
										
											2011-05-14 03:55:07 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | AC_PREREQ(2.59) | 
					
						
							| 
									
										
										
										
											2014-03-08 14:53:31 +02:00
										 |  |  | AC_INIT([usbip-utils], [2.0], [linux-usb@vger.kernel.org]) | 
					
						
							| 
									
										
										
										
											2011-07-07 00:31:56 -07:00
										 |  |  | AC_DEFINE([USBIP_VERSION], [0x00000111], [binary-coded decimal version number]) | 
					
						
							| 
									
										
										
										
											2011-05-14 03:55:13 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-05-14 03:55:15 -07:00
										 |  |  | CURRENT=0 | 
					
						
							|  |  |  | REVISION=1 | 
					
						
							|  |  |  | AGE=0 | 
					
						
							|  |  |  | AC_SUBST([LIBUSBIP_VERSION], [$CURRENT:$REVISION:$AGE], [library version]) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-05-14 03:55:13 -07:00
										 |  |  | AC_CONFIG_SRCDIR([src/usbipd.c]) | 
					
						
							|  |  |  | AC_CONFIG_HEADERS([config.h]) | 
					
						
							| 
									
										
										
										
											2011-05-14 03:55:07 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | AM_INIT_AUTOMAKE([foreign]) | 
					
						
							| 
									
										
										
										
											2011-05-14 03:55:13 -07:00
										 |  |  | LT_INIT | 
					
						
							| 
									
										
										
										
											2011-05-14 03:55:07 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | # Silent build for automake >= 1.11 | 
					
						
							|  |  |  | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-05-14 03:55:19 -07:00
										 |  |  | AC_SUBST([EXTRA_CFLAGS], ["-Wall -Werror -Wextra -std=gnu99"]) | 
					
						
							| 
									
										
										
										
											2011-05-14 03:55:07 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | # Checks for programs. | 
					
						
							|  |  |  | AC_PROG_CC | 
					
						
							|  |  |  | AC_PROG_INSTALL | 
					
						
							| 
									
										
										
										
											2011-05-14 03:55:13 -07:00
										 |  |  | AC_PROG_MAKE_SET | 
					
						
							| 
									
										
										
										
											2011-05-14 03:55:07 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | # Checks for header files. | 
					
						
							|  |  |  | AC_HEADER_DIRENT | 
					
						
							|  |  |  | AC_HEADER_STDC | 
					
						
							| 
									
										
										
										
											2011-05-14 03:55:13 -07:00
										 |  |  | AC_CHECK_HEADERS([arpa/inet.h fcntl.h netdb.h netinet/in.h stdint.h stdlib.h dnl | 
					
						
							| 
									
										
										
										
											2011-05-27 01:44:10 -07:00
										 |  |  | 		  string.h sys/socket.h syslog.h unistd.h]) | 
					
						
							| 
									
										
										
										
											2011-05-14 03:55:07 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | # Checks for typedefs, structures, and compiler characteristics. | 
					
						
							| 
									
										
										
										
											2011-05-14 03:55:13 -07:00
										 |  |  | AC_TYPE_INT32_T | 
					
						
							| 
									
										
										
										
											2011-05-14 03:55:07 -07:00
										 |  |  | AC_TYPE_SIZE_T | 
					
						
							| 
									
										
										
										
											2011-05-14 03:55:13 -07:00
										 |  |  | AC_TYPE_SSIZE_T | 
					
						
							|  |  |  | AC_TYPE_UINT16_T | 
					
						
							|  |  |  | AC_TYPE_UINT32_T | 
					
						
							|  |  |  | AC_TYPE_UINT8_T | 
					
						
							| 
									
										
										
										
											2011-05-14 03:55:07 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | # Checks for library functions. | 
					
						
							|  |  |  | AC_FUNC_REALLOC | 
					
						
							| 
									
										
										
										
											2011-05-27 01:44:10 -07:00
										 |  |  | AC_CHECK_FUNCS([memset mkdir regcomp socket strchr strerror strstr dnl | 
					
						
							| 
									
										
										
										
											2011-05-14 03:55:13 -07:00
										 |  |  | 		strtoul]) | 
					
						
							| 
									
										
										
										
											2011-05-14 03:55:07 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-03-08 14:53:19 +02:00
										 |  |  | AC_CHECK_HEADER([libudev.h], | 
					
						
							|  |  |  | 		[AC_CHECK_LIB([udev], [udev_new], | 
					
						
							|  |  |  | 			      [LIBS="$LIBS -ludev"], | 
					
						
							|  |  |  | 			      [AC_MSG_ERROR([Missing udev library!])])], | 
					
						
							|  |  |  | 		[AC_MSG_ERROR([Missing /usr/include/libudev.h])]) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-05-14 03:55:13 -07:00
										 |  |  | # Checks for libwrap library. | 
					
						
							| 
									
										
										
										
											2011-05-14 03:55:07 -07:00
										 |  |  | AC_MSG_CHECKING([whether to use the libwrap (TCP wrappers) library]) | 
					
						
							| 
									
										
										
										
											2011-05-14 03:55:13 -07:00
										 |  |  | AC_ARG_WITH([tcp-wrappers], | 
					
						
							|  |  |  | 	    [AS_HELP_STRING([--with-tcp-wrappers], | 
					
						
							|  |  |  | 			    [use the libwrap (TCP wrappers) library])], | 
					
						
							|  |  |  | 	    dnl [ACTION-IF-GIVEN] | 
					
						
							| 
									
										
										
										
											2012-08-17 06:47:05 -04:00
										 |  |  | 	    [if test "$withval" = "yes"; then | 
					
						
							| 
									
										
										
										
											2011-05-14 03:55:13 -07:00
										 |  |  | 		     AC_MSG_RESULT([yes]) | 
					
						
							|  |  |  | 		     AC_MSG_CHECKING([for hosts_access in -lwrap]) | 
					
						
							| 
									
										
										
										
											2012-08-17 06:47:05 -04:00
										 |  |  | 		     saved_LIBS="$LIBS" | 
					
						
							|  |  |  | 		     LIBS="-lwrap $saved_LIBS" | 
					
						
							| 
									
										
										
										
											2011-05-14 03:55:13 -07:00
										 |  |  | 		     AC_TRY_LINK( | 
					
						
							|  |  |  | 		       [int hosts_access(); int allow_severity, deny_severity;], | 
					
						
							|  |  |  | 		       [hosts_access()], | 
					
						
							|  |  |  | 		       [AC_MSG_RESULT([yes]); | 
					
						
							|  |  |  | 			AC_DEFINE([HAVE_LIBWRAP], [1], | 
					
						
							|  |  |  | 				  [use tcp wrapper]) wrap_LIB="-lwrap"], | 
					
						
							|  |  |  | 		       [AC_MSG_RESULT([not found]); exit 1]) | 
					
						
							|  |  |  | 	     else | 
					
						
							| 
									
										
										
										
											2012-08-17 06:47:05 -04:00
										 |  |  | 		     AC_MSG_RESULT([no]); | 
					
						
							|  |  |  | 	     fi], | 
					
						
							| 
									
										
										
										
											2011-05-14 03:55:13 -07:00
										 |  |  | 	    dnl [ACTION-IF-NOT-GIVEN] | 
					
						
							|  |  |  | 	    [AC_MSG_RESULT([(default)]) | 
					
						
							|  |  |  | 	     AC_MSG_CHECKING([for hosts_access in -lwrap]) | 
					
						
							|  |  |  | 	     saved_LIBS="$LIBS" | 
					
						
							|  |  |  | 	     LIBS="-lwrap $saved_LIBS" | 
					
						
							|  |  |  | 	     AC_TRY_LINK( | 
					
						
							|  |  |  | 	       [int hosts_access(); int allow_severity, deny_severity;], | 
					
						
							|  |  |  | 	       [hosts_access()], | 
					
						
							|  |  |  | 	       [AC_MSG_RESULT([yes]); | 
					
						
							|  |  |  | 		AC_DEFINE([HAVE_LIBWRAP], [1], [use tcp wrapper])], | 
					
						
							|  |  |  | 	       [AC_MSG_RESULT([no]); LIBS="$saved_LIBS"])]) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Sets directory containing usb.ids. | 
					
						
							|  |  |  | AC_ARG_WITH([usbids-dir], | 
					
						
							|  |  |  | 	    [AS_HELP_STRING([--with-usbids-dir=DIR], | 
					
						
							| 
									
										
										
										
											2011-06-16 02:24:57 -07:00
										 |  |  | 	       [where usb.ids is found (default /usr/share/hwdata/)])], | 
					
						
							|  |  |  | 	    [USBIDS_DIR=$withval], [USBIDS_DIR="/usr/share/hwdata/"]) | 
					
						
							| 
									
										
										
										
											2011-05-14 03:55:13 -07:00
										 |  |  | AC_SUBST([USBIDS_DIR]) | 
					
						
							| 
									
										
										
										
											2011-05-14 03:55:07 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-12-07 16:49:43 -05:00
										 |  |  | # use _FORTIFY_SOURCE | 
					
						
							|  |  |  | AC_MSG_CHECKING([whether to use fortify]) | 
					
						
							|  |  |  | AC_ARG_WITH([fortify], | 
					
						
							|  |  |  | 	    [AS_HELP_STRING([--with-fortify], | 
					
						
							|  |  |  | 			    [use _FORTIFY_SROUCE option when compiling)])], | 
					
						
							|  |  |  | 			    dnl [ACTION-IF-GIVEN] | 
					
						
							|  |  |  | 			    [if test "$withval" = "yes"; then | 
					
						
							|  |  |  | 				AC_MSG_RESULT([yes]) | 
					
						
							|  |  |  | 				CFLAGS="$CFLAGS -D_FORTIFY_SOURCE -O" | 
					
						
							|  |  |  | 			     else | 
					
						
							|  |  |  | 			     	AC_MSG_RESULT([no]) | 
					
						
							|  |  |  | 				CFLAGS="$CFLAGS -U_FORTIFY_SOURCE" | 
					
						
							|  |  |  | 			     fi | 
					
						
							|  |  |  | 			    ], | 
					
						
							|  |  |  | 			    dnl [ACTION-IF-NOT-GIVEN] | 
					
						
							|  |  |  | 			    [AC_MSG_RESULT([default])]) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-05-14 03:55:09 -07:00
										 |  |  | AC_CONFIG_FILES([Makefile libsrc/Makefile src/Makefile]) | 
					
						
							| 
									
										
										
										
											2011-05-14 03:55:07 -07:00
										 |  |  | AC_OUTPUT |