?? configure.ac
字號(hào):
# -*- Autoconf -*-# Process this file with autoconf to produce a configure script.AC_PREREQ(2.59)AC_INIT(contacts, 1.0, nan.ye@orange-ft.com)AM_INIT_AUTOMAKE([foreign dist-bzip2])AC_CONFIG_HEADER([config.h])# Checks for programs.AC_PROG_CCAC_PROG_INSTALLAC_PROG_LIBTOOL# LocalizationAH_TEMPLATE([GETTEXT_PACKAGE], [Package name for gettext])GETTEXT_PACKAGE=$PACKAGEAC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE")AC_SUBST(GETTEXT_PACKAGE)ALL_LINGUAS=""AM_GLIB_GNU_GETTEXTAC_PROG_INTLTOOLPKG_CHECK_MODULES(CONTACT, gtk+-2.0 gthread-2.0 libgemwidget libgpephone libabenabler2)AC_SUBST(CONTACT_CFLAGS)AC_SUBST(CONTACT_LIBS)# Extra options --with-gpe-dir arguments for GPE Phone EditionAC_ARG_WITH(gpe-dir,[ --with-gpe-dir=PATH specify location of gpephone directory ])if test "x$with_gpe_dir" = "x" ; then GPE_DIR='$(prefix)/gpephone'else GPE_DIR=$with_gpe_dirfiAC_SUBST(GPE_DIR)AC_CONFIG_FILES([Makefileuicomponent/Makefilesrc/Makefiledummy/Makefilepixmaps/Makefilepo/Makefile.in])AC_OUTPUT
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -