## general configure.in.in ## initialize @YAST2-INIT-COMMON@ @YAST2-INIT-PROGRAM@ ## some common checks @YAST2-CHECKS-COMMON@ @YAST2-CHECKS-PROGRAM@ @YAST2-CHECKS-QT@ ## special stuff AC_MIN_QT_VERSION(301,3.01) AC_MSG_CHECKING([X font directory]) #ugh, /etc/YaST2/XVersion is in yast2.rpm which is only built after us #so let's hardcode, like in the spec file anyway case "$x_includes" in *X11R6*) Xfontsdir=$prefix/X11R6/lib/X11/fonts ;; *) Xfontsdir=$prefix/share/fonts ;; esac AC_MSG_RESULT([$Xfontsdir]) AC_SUBST(Xfontsdir) PKG_CHECK_MODULES([ZYPP], [libzypp]) ## and generate the output @YAST2-OUTPUT@