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_pthread.m4 | |
parent | db3d86cee936204ba5d5fd87cbef8280e283eb5a (diff) | |
download | autoconf-archive-b12941f7aa00fb681a7b56260812db4ff0ac56ce.tar.gz |
Consistently indent quoted paragraphs with two blanks.
Diffstat (limited to 'm4/ax_pthread.m4')
-rw-r--r-- | m4/ax_pthread.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/ax_pthread.m4 b/m4/ax_pthread.m4 index 83d8d1b..8a1d24c 100644 --- a/m4/ax_pthread.m4 +++ b/m4/ax_pthread.m4 @@ -25,9 +25,9 @@ # If you are only building threads programs, you may wish to use these # variables in your default LIBS, CFLAGS, and CC: # -# LIBS="$PTHREAD_LIBS $LIBS" -# CFLAGS="$CFLAGS $PTHREAD_CFLAGS" -# CC="$PTHREAD_CC" +# LIBS="$PTHREAD_LIBS $LIBS" +# CFLAGS="$CFLAGS $PTHREAD_CFLAGS" +# CC="$PTHREAD_CC" # # In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute constant # has a nonstandard name, defines PTHREAD_CREATE_JOINABLE to that name |