Updated configure script

This commit is contained in:
Michiel Broek 2003-05-10 14:27:25 +00:00
parent 296e170bbd
commit be352e73c2
2 changed files with 61 additions and 0 deletions

38
configure vendored
View File

@ -9829,3 +9829,41 @@ if test "$no_create" != yes; then
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

View File

@ -273,3 +273,26 @@ AC_OUTPUT(
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'
])