(m4_errprintn, m4_divnum, m4errprint, m4_esyscmd): this.
* autoconf.m4: Restore them.
+2000-11-29 Akim Demaille <akim@epita.fr>
+
+ * m4sugar.m4 (m4_errprint, divnum, errprint, esyscmd): Rename as...
+ (m4_errprintn, m4_divnum, m4errprint, m4_esyscmd): this.
+ * autoconf.m4: Restore them.
+
2000-11-28 Pavel Roskin <proski@gnu.org>
* doc/autoconf.texi (Fortran 77 Compiler Characteristics):
m4_copy_unm4([m4_define])
m4_copy_unm4([m4_defn])
m4_copy_unm4([m4_divert])
+m4_copy_unm4([m4_divnum])
+m4_copy_unm4([m4_errprint])
+m4_copy_unm4([m4_esyscmd])
m4_copy_unm4([m4_incr])
m4_copy_unm4([m4_index])
m4_copy_unm4([m4_indir])
m4_copy_unm4([m4_define])
m4_copy_unm4([m4_defn])
m4_copy_unm4([m4_divert])
+m4_copy_unm4([m4_divnum])
+m4_copy_unm4([m4_errprint])
+m4_copy_unm4([m4_esyscmd])
m4_copy_unm4([m4_incr])
m4_copy_unm4([m4_index])
m4_copy_unm4([m4_indir])
m4_rename_m4([debugmode])
m4_rename_m4([decr])
m4_undefine([divert])
+m4_rename_m4([divnum])
m4_rename_m4([dumpdef])
+m4_rename_m4([errprint])
+m4_rename_m4([esyscmd])
m4_rename_m4([eval])
m4_rename_m4([format])
m4_rename_m4([incr])
m4_define([m4_location], [__file__:__line__])
-# m4_errprint(MSG)
-# ----------------
+# m4_errprintn(MSG)
+# -----------------
# Same as `errprint', but with the missing end of line.
-m4_define([m4_errprint], [errprint([$1
+m4_define([m4_errprintn], [m4_errprint([$1
])])
# ---------------
# Warn the user.
m4_define([m4_warning],
-[m4_errprint(m4_location[: warning: $1])])
+[m4_errprintn(m4_location[: warning: $1])])
# m4_fatal(MSG, [EXIT-STATUS])
# ----------------------------
# Fatal the user. :)
m4_define([m4_fatal],
-[m4_errprint(m4_location[: error: $1])dnl
+[m4_errprintn(m4_location[: error: $1])dnl
m4_expansion_stack_dump()dnl
m4_exit(ifelse([$2],, 1, [$2]))])
# Dump the expansion stack.
m4_define([m4_expansion_stack_dump],
[ifdef([_m4_expansion_stack],
- [m4_errprint(m4_defn([_m4_expansion_stack]))dnl
+ [m4_errprintn(m4_defn([_m4_expansion_stack]))dnl
m4_popdef([_m4_expansion_stack])dnl
m4_expansion_stack_dump()],
- [m4_errprint(m4_location[: the top level])])])
+ [m4_errprintn(m4_location[: the top level])])])
# _m4_defun_pro(MACRO-NAME)
m4_rename_m4([debugmode])
m4_rename_m4([decr])
m4_undefine([divert])
+m4_rename_m4([divnum])
m4_rename_m4([dumpdef])
+m4_rename_m4([errprint])
+m4_rename_m4([esyscmd])
m4_rename_m4([eval])
m4_rename_m4([format])
m4_rename_m4([incr])
m4_define([m4_location], [__file__:__line__])
-# m4_errprint(MSG)
-# ----------------
+# m4_errprintn(MSG)
+# -----------------
# Same as `errprint', but with the missing end of line.
-m4_define([m4_errprint], [errprint([$1
+m4_define([m4_errprintn], [m4_errprint([$1
])])
# ---------------
# Warn the user.
m4_define([m4_warning],
-[m4_errprint(m4_location[: warning: $1])])
+[m4_errprintn(m4_location[: warning: $1])])
# m4_fatal(MSG, [EXIT-STATUS])
# ----------------------------
# Fatal the user. :)
m4_define([m4_fatal],
-[m4_errprint(m4_location[: error: $1])dnl
+[m4_errprintn(m4_location[: error: $1])dnl
m4_expansion_stack_dump()dnl
m4_exit(ifelse([$2],, 1, [$2]))])
# Dump the expansion stack.
m4_define([m4_expansion_stack_dump],
[ifdef([_m4_expansion_stack],
- [m4_errprint(m4_defn([_m4_expansion_stack]))dnl
+ [m4_errprintn(m4_defn([_m4_expansion_stack]))dnl
m4_popdef([_m4_expansion_stack])dnl
m4_expansion_stack_dump()],
- [m4_errprint(m4_location[: the top level])])])
+ [m4_errprintn(m4_location[: the top level])])])
# _m4_defun_pro(MACRO-NAME)