File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ m4_define([__MAJOR_VERSION], [4])dnl
22m4_define ( [ __MINOR_VERSION] , [ 1] ) dnl
33m4_define ( [ __MICRO_VERSION] , [ 1] ) dnl
44m4_define ( [ __VERSION] , [ __MAJOR_VERSION.__MINOR_VERSION.__MICRO_VERSION] ) dnl
5- AC_INIT ( QRencode , __VERSION )
5+ AC_INIT ( [ QRencode] , [ __VERSION] )
66
77MAJOR_VERSION=__MAJOR_VERSION
88MINOR_VERSION=__MINOR_VERSION
@@ -26,14 +26,16 @@ AM_INIT_AUTOMAKE
2626AC_DISABLE_STATIC
2727AC_C_CONST
2828AC_C_INLINE
29- AC_HEADER_STDC
29+ AC_CHECK_INCLUDES_DEFAULT
30+ AC_PROG_EGREP
31+
3032AC_CHECK_HEADERS ( sys/time.h )
3133
3234LT_INIT
3335AC_PROG_CC
3436AM_PROG_CC_C_O
3537AC_PROG_INSTALL
36- AC_PROG_LIBTOOL
38+ LT_INIT
3739PKG_PROG_PKG_CONFIG
3840
3941case "${target}" in
@@ -61,8 +63,7 @@ if test x$ac_cv_lib_pthread_pthread_mutex_init = xyes ; then
6163fi
6264
6365AC_ARG_WITH ( png ,
64- [ AC_HELP_STRING ([ --without-png] ,
65- [ disable PNG support] )] ,
66+ [ AS_HELP_STRING ( [ --without-png] ,[ disable PNG support] ) ] ,
6667 [ with_png=$withval] , [ with_png=yes] )
6768
6869dnl --with-tools
You can’t perform that action at this time.
0 commit comments