diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-02-20 13:18:25 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-02-20 13:18:59 +0100 |
commit | 722c84c136f972f42717ac12a3be5ce2a6510bcd (patch) | |
tree | 37a2ba7d0e458844194f93c415b48971e70a1955 /m4 | |
parent | 039a1dcc9fe2af4d48bd931a4c937d502a046797 (diff) |
m4: replace silly makefile modelines
Change-Id: I148941dfbf3c9c75cd07148b08646e85887846e1
Diffstat (limited to 'm4')
-rw-r--r-- | m4/libo_check_extension.m4 | 5 | ||||
-rw-r--r-- | m4/libo_externals.m4 | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/m4/libo_check_extension.m4 b/m4/libo_check_extension.m4 index 9d5a59a9a608..4443660d81f7 100644 --- a/m4/libo_check_extension.m4 +++ b/m4/libo_check_extension.m4 @@ -1,4 +1,4 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +dnl -*- Mode: Autoconf; tab-width: 4; indent-tabs-mode: nil; fill-column: 102 -*- # # This file is part of the LibreOffice project. # @@ -20,4 +20,5 @@ else fi AC_SUBST($2_EXTENSION_PACK) ]) -# vim: set noet sw=4 ts=4: + +dnl vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/m4/libo_externals.m4 b/m4/libo_externals.m4 index 2b142b5281c9..d52254178dd4 100644 --- a/m4/libo_externals.m4 +++ b/m4/libo_externals.m4 @@ -1,4 +1,4 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +dnl -*- Mode: Autoconf; tab-width: 4; indent-tabs-mode: nil; fill-column: 102 -*- # # This file is part of the LibreOffice project. # @@ -29,4 +29,5 @@ else fi libo_PUBLISH_MODULE([$2]) ]) -# vim: set noet sw=4 ts=4: + +dnl vim:set shiftwidth=4 softtabstop=4 expandtab: |