"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "configure.ac" between
sg3_utils-1.47r908.tgz and sg3_utils-1.47r915.tar.xz

About: sg3_utils contains utilities that send SCSI commands to devices. Beta version.

configure.ac  (sg3_utils-1.47r908.tgz):configure.ac  (sg3_utils-1.47r915.tar.xz)
skipping to change at line 30 skipping to change at line 30
# check for functions # check for functions
AC_CHECK_FUNCS(getopt_long, AC_CHECK_FUNCS(getopt_long,
GETOPT_O_FILES='', GETOPT_O_FILES='',
GETOPT_O_FILES='getopt_long.o') GETOPT_O_FILES='getopt_long.o')
AC_CHECK_FUNCS(posix_fadvise) AC_CHECK_FUNCS(posix_fadvise)
AC_CHECK_FUNCS(posix_memalign) AC_CHECK_FUNCS(posix_memalign)
AC_CHECK_FUNCS(gettimeofday) AC_CHECK_FUNCS(gettimeofday)
AC_CHECK_FUNCS(sysconf) AC_CHECK_FUNCS(sysconf)
AC_CHECK_FUNCS(lseek64) AC_CHECK_FUNCS(lseek64)
AC_CHECK_FUNCS(srand48_r)
SAVED_LIBS=$LIBS SAVED_LIBS=$LIBS
AC_SEARCH_LIBS([pthread_create], [pthread]) AC_SEARCH_LIBS([pthread_create], [pthread])
# AC_SEARCH_LIBS adds libraries at the start of $LIBS so remove $SAVED_LIBS # AC_SEARCH_LIBS adds libraries at the start of $LIBS so remove $SAVED_LIBS
# from the end of $LIBS. # from the end of $LIBS.
pthread_lib=${LIBS%${SAVED_LIBS}} pthread_lib=${LIBS%${SAVED_LIBS}}
AC_CHECK_FUNCS([pthread_cancel pthread_kill]) AC_CHECK_FUNCS([pthread_cancel pthread_kill])
LIBS=$SAVED_LIBS LIBS=$SAVED_LIBS
AC_SUBST(PTHREAD_LIB, [$pthread_lib]) AC_SUBST(PTHREAD_LIB, [$pthread_lib])
SAVED_LIBS=$LIBS SAVED_LIBS=$LIBS
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)