diff options
author | Peter Simons <simons@cryp.to> | 2009-12-23 20:31:32 +0100 |
---|---|---|
committer | Peter Simons <simons@cryp.to> | 2009-12-23 20:31:32 +0100 |
commit | b12941f7aa00fb681a7b56260812db4ff0ac56ce (patch) | |
tree | 500591102f70be75e5ca15ee016d77a33ffe55c9 /m4/ax_compute_standard_relative_paths.m4 | |
parent | db3d86cee936204ba5d5fd87cbef8280e283eb5a (diff) | |
download | autoconf-archive-b12941f7aa00fb681a7b56260812db4ff0ac56ce.tar.gz |
Consistently indent quoted paragraphs with two blanks.
Diffstat (limited to 'm4/ax_compute_standard_relative_paths.m4')
-rw-r--r-- | m4/ax_compute_standard_relative_paths.m4 | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/m4/ax_compute_standard_relative_paths.m4 b/m4/ax_compute_standard_relative_paths.m4 index c49576b..95a924c 100644 --- a/m4/ax_compute_standard_relative_paths.m4 +++ b/m4/ax_compute_standard_relative_paths.m4 @@ -11,21 +11,21 @@ # Here is the standard hierarchy of paths, as defined by the GNU Coding # Standards: # -# prefix -# exec_prefix -# bindir -# libdir -# libexecdir -# sbindir -# datadir -# sysconfdir -# sharestatedir -# localstatedir -# infodir -# lispdir -# includedir -# oldincludedir -# mandir +# prefix +# exec_prefix +# bindir +# libdir +# libexecdir +# sbindir +# datadir +# sysconfdir +# sharestatedir +# localstatedir +# infodir +# lispdir +# includedir +# oldincludedir +# mandir # # This macro will setup a set of variables of the form # 'xxx_forward_relative_path' and 'xxx_backward_relative_path' where xxx |