summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorDaniel Elstner <daniel.kitta@gmail.com>2009-08-15 00:18:18 +0200
committerDaniel Elstner <daniel.kitta@gmail.com>2009-08-15 00:18:18 +0200
commit7a00aa61cf2bd46b6f44c1c8ffc5d3e48f327df3 (patch)
tree171de054aa9505105ab79c95c974cc48c195928a /macros
parentc9f22e1c767efaa916e82de5b0dbea7b18fe0670 (diff)
downloadmm-common-7a00aa61cf2bd46b6f44c1c8ffc5d3e48f327df3.tar.gz
Remove _MM_PRE_INIT from mm-module.m4
Diffstat (limited to 'macros')
-rw-r--r--macros/mm-module.m410
1 files changed, 1 insertions, 9 deletions
diff --git a/macros/mm-module.m4 b/macros/mm-module.m4
index 014cad5..5073bc8 100644
--- a/macros/mm-module.m4
+++ b/macros/mm-module.m4
@@ -15,15 +15,7 @@
## You should have received a copy of the GNU General Public License
## along with mm-common. If not, see <http://www.gnu.org/licenses/>.
-#serial 20090809
-
-## _MM_PRE_INIT
-##
-## Private pre-initialization macro for use with AC_REQUIRE(). For now,
-## all it does is register a forbidden token pattern with autom4te, so
-## that unexpanded macro calls in the output can be caught.
-##
-AC_DEFUN([_MM_PRE_INIT], [m4_pattern_forbid([^_?MM_])])
+#serial 20090814
## _MM_INIT_MODULE_VERSION(basename, BASENAME, [major], [minor], [micro])
##