configure.ac

来自「convert C programs for use in C++ compil」· AC 代码 · 共 32 行

AC
32
字号
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 + =
减小字号Ctrl + -
显示快捷键?