* data/bison.m4 (b4_syncline): Don't output an empty line before
the output.
+2008-12-01 Akim Demaille <demaille@gostai.com>
+
+ Remove spurious empty line before syncline.
+ * data/bison.m4 (b4_syncline): Don't output an empty line before
+ the output.
+
2008-11-26 Akim Demaille <demaille@gostai.com>
Convert lib/Makefile.am into lib/local.mk.
2008-11-26 Akim Demaille <demaille@gostai.com>
Convert lib/Makefile.am into lib/local.mk.
# b4_syncline(LINE, FILE)
# -----------------------
m4_define([b4_syncline],
# b4_syncline(LINE, FILE)
# -----------------------
m4_define([b4_syncline],
-[b4_flag_if([synclines], [
-b4_sync_end([__line__], [b4_basename(m4_quote(__file__))])
+[b4_flag_if([synclines],
+[b4_sync_end([__line__], [b4_basename(m4_quote(__file__))])
b4_sync_start([$1], [$2])])])
m4_define([b4_sync_end], [b4_comment([Line $1 of $2])])
b4_sync_start([$1], [$2])])])
m4_define([b4_sync_end], [b4_comment([Line $1 of $2])])