?? configure.in
字號:
dnl Process this file with autoconf to produce a configure script.AC_INIT(src/url_string.cc)dnl Variable overridesPACKAGE=liburlVERSION=0.1AC_SUBST(PACKAGE)AC_SUBST(VERSION)dnl Checks for programs.AC_PROG_CCAC_PROG_CXXAC_PROG_LN_SAC_PROG_MAKE_SETAC_PREFIX_DEFAULT(/usr/local)dnl The output filesAC_OUTPUT( Makefile liburl-config src/Makefile )chmod +x liburl-config
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -