Updated configure script
This commit is contained in:
parent
296e170bbd
commit
be352e73c2
38
configure
vendored
38
configure
vendored
@ -9829,3 +9829,41 @@ if test "$no_create" != yes; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
#=================================================================================
|
||||||
|
|
||||||
|
echo "$as_me:$LINENO: result:
|
||||||
|
-=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=-
|
||||||
|
|
||||||
|
Configuration summary :
|
||||||
|
|
||||||
|
Version : ..................... ${VERSION}
|
||||||
|
" >&5
|
||||||
|
echo "${ECHO_T}
|
||||||
|
-=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=-
|
||||||
|
|
||||||
|
Configuration summary :
|
||||||
|
|
||||||
|
Version : ..................... ${VERSION}
|
||||||
|
" >&6
|
||||||
|
|
||||||
|
if test x$ac_cv_c_compiler_gnu = xyes ; then
|
||||||
|
echo -e " Tools :\n"
|
||||||
|
echo " Compiler is GCC : ............. ${ac_cv_c_compiler_gnu}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo "$as_me:$LINENO: result:
|
||||||
|
Installation directories :
|
||||||
|
|
||||||
|
Main directory : ........... ${prefix}
|
||||||
|
|
||||||
|
|
||||||
|
Now type 'make' and as root 'make install'
|
||||||
|
" >&5
|
||||||
|
echo "${ECHO_T}
|
||||||
|
Installation directories :
|
||||||
|
|
||||||
|
Main directory : ........... ${prefix}
|
||||||
|
|
||||||
|
|
||||||
|
Now type 'make' and as root 'make install'
|
||||||
|
" >&6
|
||||||
|
23
configure.in
23
configure.in
@ -273,3 +273,26 @@ AC_OUTPUT(
|
|||||||
script/editor
|
script/editor
|
||||||
)
|
)
|
||||||
|
|
||||||
|
#=================================================================================
|
||||||
|
|
||||||
|
AC_MSG_RESULT([
|
||||||
|
-=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=-
|
||||||
|
|
||||||
|
Configuration summary :
|
||||||
|
|
||||||
|
Version : ..................... ${VERSION}
|
||||||
|
])
|
||||||
|
|
||||||
|
if test x$ac_cv_c_compiler_gnu = xyes ; then
|
||||||
|
echo -e " Tools :\n"
|
||||||
|
echo " Compiler is GCC : ............. ${ac_cv_c_compiler_gnu}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
AC_MSG_RESULT([
|
||||||
|
Installation directories :
|
||||||
|
|
||||||
|
Main directory : ........... ${prefix}
|
||||||
|
|
||||||
|
|
||||||
|
Now type 'make' and as root 'make install'
|
||||||
|
])
|
||||||
|
Reference in New Issue
Block a user