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

📄 configure.ac

📁 convert C programs for use in C++ compiler environment
💻 AC
字号:
dnl Process this file with autoconf to produce a configure script.AC-PREREQ(2.57)AC_INIT(ctocpp, 1.3.0, webmaster@scriptet.com)AM_INIT_AUTOMAKEVERSION=1.3.0AC_SUBST(VERSION)dnl default module directoryc2cppdir="$bindir/c2cpp"AC_ARG_WITH(c2cppdir,[  --with-c2cppdir=DIR    Ctocpp py scripts installed in directory DIR],c2cppdir="$withval")dnl get rid of ${prefix}if test "$c2cppdir" = '${prefix}/c2cpp'; then  if test "$prefix" = 'NONE'; then   bindir=/usr/local/bin/c2cpp  else   bindir=$prefix/c2cpp  fifiAC_PATH_PROG(PYTHON, python)AC_OUTPUT

⌨️ 快捷键说明

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