emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/cpio-mode ceaccc2 11/28: Paring down to the bare applic


From: Stefan Monnier
Subject: [elpa] externals/cpio-mode ceaccc2 11/28: Paring down to the bare application.
Date: Tue, 4 Aug 2020 12:02:52 -0400 (EDT)

branch: externals/cpio-mode
commit ceaccc2f64a1e3fb5061523ee3eae568b9638403
Author: dlewan <d.lewan2000@gmail.com>
Commit: GitHub <noreply@github.com>

    Paring down to the bare application.
---
 configure.ac | 72 ------------------------------------------------------------
 1 file changed, 72 deletions(-)

diff --git a/configure.ac b/configure.ac
deleted file mode 100644
index fa4b4d6..0000000
--- a/configure.ac
+++ /dev/null
@@ -1,72 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# 
-# Copyright © 2019 Free Software Foundation, Inc.
-# All rights reserved.
-# 
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-# 
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-# 
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-# 
-
-dnl Autoconf requirements
-AC_INIT(cpio-mode, 0.16β, d.lewan2000@gmail.com)
-AC_PREFIX_DEFAULT(${HOME}/local)
-
-dnl information on the package
-dnl checks for programs
-
-AC_PROG_INSTALL
-AC_PROG_MKDIR_P
-
-if tar --version >/dev/null 2>&1; then 
-    tar_opts="-z -c"
-    tar_suffix="tar.gz"
-else
-    tar_opts="-c"
-    tar_suffix="tar"
-fi
-AC_SUBST(tar_opts)
-AC_SUBST(tar_suffix)
-
-HAVE_MAKEINFO=yes
-
-if test "$MAKEINFO" = "no"; then
-  MAKEINFO=makeinfo
-  if test "x${with_makeinfo}" = "xno"; then
-    HAVE_MAKEINFO=no
-  elif test ! -e "$srcdir/info/emacs" && test ! -e "$srcdir/info/emacs.info"; 
then
-    AC_MSG_ERROR( [You do not seem to have makeinfo >= 4.13, and your
-source tree does not seem to have pre-built manuals in the 'info' directory.
-Either install a suitable version of makeinfo, or re-run configure
-with the '--without-makeinfo' option to build without the manuals.] )
-  fi
-fi
-AC_SUBST(HAVE_MAKEINFO)
-
-dnl checks for libraries
-dnl checks for header files
-dnl checks for types
-dnl checks for structures
-dnl checks for compiler characteristics
-dnl checks for library functions
-dnl checks for system services
-
-dnl HEREHERE TODO: test_data/modes/Makefile,
-AC_CONFIG_FILES([Makefile
-                stamp-h
-                test_data/Makefile
-                test_data/alphabet/Makefile],
-                [echo timestamp > stamp-h])
-AC_OUTPUT
-
-



reply via email to

[Prev in Thread] Current Thread [Next in Thread]