emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 692e410 15/15: Tell Automake the new lib/Makefile.a


From: Paul Eggert
Subject: [Emacs-diffs] master 692e410 15/15: Tell Automake the new lib/Makefile.am is OK
Date: Sat, 30 Jan 2016 23:26:20 +0000

branch: master
commit 692e410470250ea3c1feafaad077ff0758c01ec3
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Tell Automake the new lib/Makefile.am is OK
    
    * lib/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability.
---
 lib/Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/lib/Makefile.am b/lib/Makefile.am
index 74bab4e..316c637 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -15,6 +15,9 @@
 # You should have received a copy of the GNU General Public License
 # along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
+# GNU Emacs assumes GNU Make.
+AUTOMAKE_OPTIONS = -Wno-portability
+
 BUILT_SOURCES =
 CLEANFILES =
 EXTRA_DIST =



reply via email to

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