1668N/A [AC_HELP_STRING([--with-os=OS_TYPE], [Type of your operation system (fedora|redhat|suse)])]
0N/Aif test x"$with_os" != x ; then
0N/A if test x"$with_os" == xfedora -o \
0N/A x"$with_os" == xredhat -o \
0N/A x"$with_os" == xsuse ; then
0N/A AC_MSG_ERROR([Illegal value -$with_os- for option --with-os])
0N/Aif test x"$osname" = x ; then
0N/A AC_MSG_NOTICE([Detected operation system type: $osname])
1879N/AAM_CONDITIONAL([HAVE_FEDORA], [test x"$osname" == xfedora])
1879N/AAM_CONDITIONAL([HAVE_REDHAT], [test x"$osname" == xredhat])
1879N/AAM_CONDITIONAL([HAVE_SUSE], [test x"$osname" == xsuse])