Skip to content

Commit c81a3dc

Browse files
author
Erlend E. Aasland
committed
Fix reST formatting in NEWS entry
1 parent 37c02b2 commit c81a3dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Add ``autoconf`` helpers for saving and restoring environment variables:
22

3-
- ``SAVE_ENV``: Save ``$CFLAGS``, ``$LDFLAGS``, ``$LIBS``, and
3+
* ``SAVE_ENV``: Save ``$CFLAGS``, ``$LDFLAGS``, ``$LIBS``, and
44
``$CPPFLAGS``.
5-
- ``RESTORE_ENV``: Restore ``$CFLAGS``, ``$LDFLAGS``, ``$LIBS``, and
5+
* ``RESTORE_ENV``: Restore ``$CFLAGS``, ``$LDFLAGS``, ``$LIBS``, and
66
``$CPPFLAGS``.
7-
- ``WITH_SAVE_ENV([SCRIPT])``: Run ``SCRIPT`` wrapped with ``SAVE_ENV`` and
7+
* ``WITH_SAVE_ENV([SCRIPT])``: Run ``SCRIPT`` wrapped with ``SAVE_ENV`` and
88
``RESTORE_ENV``.
99

1010
Patch by Erlend E. Aasland.

0 commit comments

Comments
 (0)