guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 03/05: Remove 'emacs/Makefile.am'.


From: Ludovic Courtès
Subject: [Guile-commits] 03/05: Remove 'emacs/Makefile.am'.
Date: Mon, 5 Jun 2023 04:35:18 -0400 (EDT)

civodul pushed a commit to branch main
in repository guile.

commit a6ec043f7a62911fbfb35a76561697aea54dd92a
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jun 5 10:18:13 2023 +0200

    Remove 'emacs/Makefile.am'.
    
    This is a followup to 178e9d237b6522ba8f72162949d9b925f6750266.
    
    * emacs/Makefile.am: Delete.
    * configure.ac: Don't output 'emacs/Makefile'.
    * Makefile.am (SUBDIRS): Remove 'emacs'.
---
 Makefile.am       |  1 -
 configure.ac      |  1 -
 emacs/Makefile.am | 24 ------------------------
 3 files changed, 26 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 5a71258b6..61dafd243 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,6 @@ SUBDIRS =                                     \
        stage2                                  \
        guile-readline                          \
        examples                                \
-       emacs                                   \
        test-suite                              \
        benchmark-suite                         \
        gc-benchmarks                           \
diff --git a/configure.ac b/configure.ac
index 3419cacf5..112285504 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1473,7 +1473,6 @@ AC_CONFIG_FILES([
   doc/Makefile
   doc/r5rs/Makefile
   doc/ref/Makefile
-  emacs/Makefile
   examples/Makefile
   libguile/Makefile
   libguile/version.h
diff --git a/emacs/Makefile.am b/emacs/Makefile.am
deleted file mode 100644
index 69bab137d..000000000
--- a/emacs/Makefile.am
+++ /dev/null
@@ -1,24 +0,0 @@
-## Process this file with automake to produce Makefile.in.
-##
-##     Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
-##
-##   This file is part of GUILE.
-##
-##   GUILE is free software; you can redistribute it and/or modify it
-##   under the terms of the GNU Lesser General Public License as
-##   published by the Free Software Foundation; either version 3, or
-##   (at your option) any later version.
-##
-##   GUILE 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 Lesser General Public License for more details.
-##
-##   You should have received a copy of the GNU Lesser General Public
-##   License along with GUILE; see the file COPYING.LESSER.  If not,
-##   write to the Free Software Foundation, Inc., 51 Franklin Street,
-##   Fifth Floor, Boston, MA 02110-1301 USA
-
-AUTOMAKE_OPTIONS = gnu
-
-ETAGS_ARGS = ChangeLog-2008



reply via email to

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