diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-01-30 15:19:16 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-01-30 15:26:09 -0800 |
commit | 692e410470250ea3c1feafaad077ff0758c01ec3 (patch) | |
tree | 9859315c15cec2b867e07f44cf213f82bfa7dec5 /lib | |
parent | 370a26021882832e8fc5b836617ba3cc435a2093 (diff) |
Tell Automake the new lib/Makefile.am is OK
* lib/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 74bab4eee0..316c63725a 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 = |