mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Tell Automake the new lib/Makefile.am is OK
* lib/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability.
This commit is contained in:
parent
370a260218
commit
692e410470
1 changed files with 3 additions and 0 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Reference in a new issue