📄 configure.scan
字号:
dnl Process this file with autoconf to produce a configure script.AC_INIT(src/network_db.h)dnl Checks for programs.AC_PROG_CCAC_PROG_INSTALLAC_PROG_LN_Sdnl Checks for libraries.dnl Replace `main' with a function in -lX11:AC_CHECK_LIB(X11, main)dnl Replace `main' with a function in -lXext:AC_CHECK_LIB(Xext, main)dnl Replace `main' with a function in -lXi:AC_CHECK_LIB(Xi, main)dnl Replace `main' with a function in -laudiofile:AC_CHECK_LIB(audiofile, main)dnl Replace `main' with a function in -ldb:AC_CHECK_LIB(db, main)dnl Replace `main' with a function in -ldl:AC_CHECK_LIB(dl, main)dnl Replace `main' with a function in -lesd:AC_CHECK_LIB(esd, main)dnl Replace `main' with a function in -lgdk:AC_CHECK_LIB(gdk, main)dnl Replace `main' with a function in -lglib:AC_CHECK_LIB(glib, main)dnl Replace `main' with a function in -lgmodule:AC_CHECK_LIB(gmodule, main)dnl Replace `main' with a function in -lgnome:AC_CHECK_LIB(gnome, main)dnl Replace `main' with a function in -lgnomesupport:AC_CHECK_LIB(gnomesupport, main)dnl Replace `main' with a function in -lgtk:AC_CHECK_LIB(gtk, main)dnl Replace `main' with a function in -lm:AC_CHECK_LIB(m, main)dnl Replace `main' with a function in -lpthread:AC_CHECK_LIB(pthread, main)dnl Checks for header files.AC_HEADER_STDCAC_CHECK_HEADERS(fcntl.h sys/ioctl.h sys/time.h unistd.h)dnl Checks for typedefs, structures, and compiler characteristics.AC_C_CONSTAC_HEADER_TIMEdnl Checks for library functions.AC_PROG_GCC_TRADITIONALAC_CHECK_FUNCS(select socket strdup strerror)AC_OUTPUT(Makefile src/Makefile data/Makefile src/nmea/Makefile)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -