Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Configury beautification
[simgrid.git] / acmacro / fancy_configury.m4
diff --git a/acmacro/fancy_configury.m4 b/acmacro/fancy_configury.m4
new file mode 100644 (file)
index 0000000..950cc72
--- /dev/null
@@ -0,0 +1,7 @@
+dnl SG_CONFIGURE_PART(MESSAGE)
+dnl Idea borrowed from PHP, which borrowed it from mm
+AC_DEFUN([SG_CONFIGURE_PART],[
+  AC_MSG_RESULT()
+  AC_MSG_RESULT([${T_MD}$1${T_ME}])
+])
+