+2010-10-13 Gary V. Vaughan <gary@gnu.org>
+
+ libposix: reindent with spaces instead of tabs
+ * libposix/Makefile.am: Reindent with spaces instead of tabs.
+ * libposix/bootstrap: Likewise.
+
2010-10-12 Gary V. Vaughan <gary@gnu.org>
libposix: use git-version-gen for version numbering
-ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = lib tests
-DIST_SUBDIRS = $(SUBDIRS)
-EXTRA_DIST = bootstrap m4/gnulib-cache.m4
+ACLOCAL_AMFLAGS = -I m4
+SUBDIRS = lib tests
+DIST_SUBDIRS = $(SUBDIRS)
+EXTRA_DIST = bootstrap m4/gnulib-cache.m4
`posix-modules`
libposix :
`gnulib-tool --extract-dependencies libposix`" |awk '
-/^$/ { next; }
-/^[a-z-]+ :/ { tag=$1; next; }
- { if (modules[$1])
- modules[$1] = "both";
- else
- modules[$1] = tag;
- }
-END { # posix-modules only
- header=0;
- for (i in modules)
- {
- if ("posix-modules" == modules[i])
- {
- if (0 == header)
- {
- print "Modules in posix-modules list only:"
- header = 1
- }
- printf ("\t%s\n", i);
- }
- }
- # libposix only
- header=0;
- for (i in modules)
- {
- if ("libposix" == modules[i])
- {
- if (0 == header)
- {
- print "Modules in libposix only:"
- header = 1
- }
- printf ("\t%s\n", i);
- }
- }
- }
+/^$/ { next; }
+/^[a-z-]+ :/ { tag=$1; next; }
+ { if (modules[$1])
+ modules[$1] = "both";
+ else
+ modules[$1] = tag;
+ }
+END { # posix-modules only
+ header=0;
+ for (i in modules)
+ {
+ if ("posix-modules" == modules[i])
+ {
+ if (0 == header)
+ {
+ print "Modules in posix-modules list only:"
+ header = 1
+ }
+ printf ("\t%s\n", i);
+ }
+ }
+ # libposix only
+ header=0;
+ for (i in modules)
+ {
+ if ("libposix" == modules[i])
+ {
+ if (0 == header)
+ {
+ print "Modules in libposix only:"
+ header = 1
+ }
+ printf ("\t%s\n", i);
+ }
+ }
+ }
'
autoreconf --force --install --verbose --symlink