[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 03/10] maint: tweak formatting of bootstrap.conf
From: |
Jim Meyering |
Subject: |
[PATCH 03/10] maint: tweak formatting of bootstrap.conf |
Date: |
Fri, 20 Nov 2009 21:06:14 +0100 |
From: Jim Meyering <address@hidden>
* bootstrap.conf (gnulib_modules): Unindent list.
---
bootstrap.conf | 58 ++++++++++++++++++++++++++++----------------------------
1 files changed, 29 insertions(+), 29 deletions(-)
diff --git a/bootstrap.conf b/bootstrap.conf
index 9db4015..5f1e653 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -21,35 +21,35 @@ IMPORT_FROM_GETTEXT=no
# gnulib modules used by this package.
gnulib_modules='
- announce-gen
- calloc
- close
- closein
- fclose
- fcntl
- fcntl-safer
- fdl
- fprintf-posix
- getopt-gnu
- git-version-gen
- gitlog-to-changelog
- gnu-make
- gnu-web-doc-update
- gnupload
- gnumakefile
- lstat
- maintainer-makefile
- malloc
- perror
- printf-posix
- realloc
- stat-time
- sys_stat
- time
- update-copyright
- utimens
- xalloc
- yesno
+announce-gen
+calloc
+close
+closein
+fclose
+fcntl
+fcntl-safer
+fdl
+fprintf-posix
+getopt-gnu
+git-version-gen
+gitlog-to-changelog
+gnu-make
+gnu-web-doc-update
+gnupload
+gnumakefile
+lstat
+maintainer-makefile
+malloc
+perror
+printf-posix
+realloc
+stat-time
+sys_stat
+time
+update-copyright
+utimens
+xalloc
+yesno
'
# Additional gnulib-tool options to use. Use "\newline" to break lines.
--
1.6.5.3.433.g11067
- [PATCH 01/10] build: "make stable" emitted an invalid gnupload command, Jim Meyering, 2009/11/20
- [PATCH 09/10] build: avoid warnings about unused macros, Jim Meyering, 2009/11/20
- [PATCH 02/10] maint: cfg.mk: remove factored-out ftp host/dir definitions, Jim Meyering, 2009/11/20
- [PATCH 08/10] build: util.c: avoid warnings about add_envopt, Jim Meyering, 2009/11/20
- [PATCH 05/10] build: use gnulib's fdopendir module, Jim Meyering, 2009/11/20
- [PATCH 03/10] maint: tweak formatting of bootstrap.conf,
Jim Meyering <=
- [PATCH 04/10] build: enable many warnings, Jim Meyering, 2009/11/20
- [PATCH 06/10] build: avoid warnings from -Wstrict-prototypes, Jim Meyering, 2009/11/20
- [PATCH 07/10] build: avoid many const-related warnings, Jim Meyering, 2009/11/20
- [PATCH 10/10] build: unlzw.c: avoid warnings about unused macros, Jim Meyering, 2009/11/20