11AC_PREREQ ( [ 2.69] )
22m4_include ( [ version.m4] )
3- AC_INIT ( [ mod_auth_gssapi] , VERSION_NUMBER , [ simo@redhat.com] )
3+ AC_INIT ( [ mod_auth_gssapi] ,[ VERSION_NUMBER] , [ simo@redhat.com] )
44AC_CONFIG_SRCDIR ( [ src/mod_auth_gssapi.c] )
55AM_INIT_AUTOMAKE ( [ -Wall foreign subdir-objects tar-pax] )
66m4_ifdef ( [ AM_PROG_AR] , [ AM_PROG_AR] )
@@ -10,11 +10,11 @@ AC_CONFIG_HEADERS([src/config.h])
1010# Checks for programs.
1111AC_PROG_CC_STDC
1212
13- AC_PROG_LIBTOOL
13+ LT_INIT
1414AC_SUBST ( INCLTDL )
1515AC_SUBST ( LIBLTDL )
1616
17- AM_CONDITIONAL([ HAVE_GCC] , [ test "$ac_cv_prog_gcc " = yes] )
17+ AM_CONDITIONAL([ HAVE_GCC] , [ test "$ac_cv_c_compiler_gnu " = yes] )
1818
1919AC_CHECK_HEADERS ( [ stdint.h] )
2020
@@ -27,7 +27,7 @@ AC_TYPE_UINT32_T
2727AC_CHECK_FUNCS ( [ strcasecmp] )
2828
2929AC_ARG_WITH ( [ apxs] ,
30- [ AC_HELP_STRING ([ --with-apxs=PATH/NAME] , [ path to the apxs binary [ [ apxs] ] ] )] ,
30+ [ AS_HELP_STRING ( [ --with-apxs=PATH/NAME] ,[ path to the apxs binary [ [ apxs] ] ] ) ] ,
3131 [ AC_SUBST ( APXS , $with_apxs ) ] ,
3232 [ AC_PATH_PROGS ( APXS , [ apxs2 apxs] ) ] )
3333AS_IF ( [ test "x${APXS}" != "x" -a -x "${APXS}"] ,
@@ -37,7 +37,7 @@ AS_IF([test "x${APXS}" != "x" -a -x "${APXS}"],
3737 [ AC_MSG_FAILURE ( [ "apxs not found. Use --with-apxs"] ) ] )
3838
3939AC_ARG_WITH ( [ apr] ,
40- [ AC_HELP_STRING ([ --with-apr=PATH/NAME] , [ path to the apr binary [ [ apr] ] ] )] ,
40+ [ AS_HELP_STRING ( [ --with-apr=PATH/NAME] ,[ path to the apr binary [ [ apr] ] ] ) ] ,
4141 [ AC_SUBST ( APR , $with_apr ) ] ,
4242 [ AC_PATH_PROGS ( APR , [ apr-1-config] ) ] )
4343AS_IF ( [ test "x${APR}" != "x" -a -x "${APR}"] ,
0 commit comments