diff options
| author | Paul Eggert | 2016-01-30 15:19:16 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-01-30 15:26:09 -0800 |
| commit | 692e410470250ea3c1feafaad077ff0758c01ec3 (patch) | |
| tree | 9859315c15cec2b867e07f44cf213f82bfa7dec5 /lib | |
| parent | 370a26021882832e8fc5b836617ba3cc435a2093 (diff) | |
| download | emacs-692e410470250ea3c1feafaad077ff0758c01ec3.tar.gz emacs-692e410470250ea3c1feafaad077ff0758c01ec3.zip | |
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 74bab4eee06..316c63725a7 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am | |||
| @@ -15,6 +15,9 @@ | |||
| 15 | # You should have received a copy of the GNU General Public License | 15 | # You should have received a copy of the GNU General Public License |
| 16 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 16 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 17 | 17 | ||
| 18 | # GNU Emacs assumes GNU Make. | ||
| 19 | AUTOMAKE_OPTIONS = -Wno-portability | ||
| 20 | |||
| 18 | BUILT_SOURCES = | 21 | BUILT_SOURCES = |
| 19 | CLEANFILES = | 22 | CLEANFILES = |
| 20 | EXTRA_DIST = | 23 | EXTRA_DIST = |