⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 configure.in

📁 LxBank是一个基于Qt/X的家庭储蓄应用程序
💻 IN
字号:
#dnl ---------------------------------#dnl#dnl   configure.in for LxBank#dnl   (c) Franz Zimmermann 2002#dnl#dnl ---------------------------------#dnl Process this file with autoconf to produce a configure script.AC_INIT(lxbank, 0.1, arafang@users.sourceforge.net)AC_CONFIG_AUX_DIR(config)AUTHOR="Franz Zimmermann<arafang@users.sourceforge.net>"SYSTEMNAME="LxBank"BLZDATA="blz.bin"KTOBLZCDATA="ktoblzcheckblz.txt"TRMFORM="ueberweisungEUR.gif"AC_CANONICAL_SYSTEMAC_CONFIG_SRCDIR(src/LxAccountStmtPrint.cc)AC_LANG(C++)AM_INIT_AUTOMAKE(lxbank, 0.1.3)AM_CONFIG_HEADER(config.h)AC_DEFINE_UNQUOTED(SYSTEMNAME,"$SYSTEMNAME")AC_DEFINE_UNQUOTED(AUTHOR,"$AUTHOR")AC_SUBST(AUTHOR)AC_SUBST(PACKAGE)AC_SUBST(VERSION)AC_SUBST(SYSTEMNAME)AC_SUBST(BLZDATA)AC_SUBST(KTOBLZCDATA)AC_SUBST(TRMFORM)# Checks for programs.AC_PROG_CCAC_PROG_CPPAC_PROG_CXXAC_PROG_INSTALL# Checks for header files.AC_HEADER_STDCAC_CHECK_HEADERS([stdlib.h])# Checks for typedefs, structures, and compiler characteristics.AC_C_CONST# Checks for libraries.AC_CHECK_LIB(m, main, echo -n) AC_PATH_QT_LIBif test "$have_qt_lib" = no; then  AC_MSG_ERROR([[not found. Please get it from "http://www.trolltech.com"]I can't find the QT libraries.Install the QT libraries, or if you have them installed, override this checkwith the --with-qt-libraries argument, and I'll take your word for it.])fiAC_PATH_QT_INCif test "$have_qt_inc" = no; then  AC_MSG_ERROR([I can't find the QT header files.Install the QT development package, or if you have them installed, overridethis check with the --with-qt-includes argument, and I'll take your word forit.])fiAC_PATH_QT_MOCAC_PATH_OHBCI_DIRif test "$have_ohbci_lib" = no; then  AC_MSG_ERROR([I can't find the OpenHBCI libraries.Please get it from "http://openhbci.sf.net" and install them,or if you have them installed, override this checkwith the --with-ohbci-libraries argument, and I'll take your word for it.])fiAC_PATH_KTOBLZCHECK_LIBif test "$have_ktoblzcheck_lib" = no; then  AC_MSG_ERROR([I can't find the ktoblzcheck library.Please get it from "http://ktoblzcheck.sf.net" and install them,or if you have them installed, override this check with the --with-ktoblzcheck-libraries argument, and I'll take your word for it.])fiAC_PATH_KTOBLZCHECK_INCif test "$have_ktoblzcheck_inc" = no; then  AC_MSG_ERROR([I can't find the ktoblzcheck header file.Please get it from "http://ktoblzcheck.sf.net" and install them, or if you have them installed, override this check with the --with-ktoblzcheck-includes argument, and I'll take your word for it.])fi# Checks for library functions.# Set compiler flagsCXXFLAGS="-g -O0 -DNO_DEBUG -pipe -Wall"CPPFLAGS='-DBLZFILE=\"$(DESTDIR)$(pkgdatadir)/$(BLZDATA)\" -DKTOBLZFILE=\"$(DESTDIR)$(pkgdatadir)/$(KTOBLZCDATA)\" -DTRMFORMGIF=\"$(DESTDIR)$(pkgdatadir)/$(TRMFORM)\"'#AC_CONFIG_FILES([Makefile])AC_OUTPUT(Makefile src/Makefile src/img/Makefile lib/Makefile lib/LxBank/Makefile)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -