Skip to content

Instantly share code, notes, and snippets.

@atsushieno
Created July 5, 2011 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atsushieno/1065640 to your computer and use it in GitHub Desktop.
Save atsushieno/1065640 to your computer and use it in GitHub Desktop.
--- gettext-runtime/Makefile.in 2010-06-07 05:11:38.000000000 +0900
+++ gettext-runtime/Makefile.in.new 2011-07-06 03:23:04.739365051 +0900
@@ -207,8 +207,8 @@
distdir dist dist-all distcheck
ETAGS = etags
CTAGS = ctags
-DIST_SUBDIRS = doc intl intl-java intl-csharp gnulib-lib libasprintf \
- src po man m4 tests
+DIST_SUBDIRS = doc intl intl-java intl-csharp \
+ po man m4
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
@@ -943,7 +943,7 @@
# The list of subdirectories depends on whether --disable-libasprintf was
# specified.
@ENABLE_LIBASPRINTF_TRUE@SUBDIR_libasprintf = libasprintf
-SUBDIRS = doc intl intl-java intl-csharp gnulib-lib $(SUBDIR_libasprintf) src po man m4 tests
+SUBDIRS = doc intl intl-java intl-csharp po man m4
# Allow users to use "gnulib-tool --update".
--- gettext-tools/Makefile.in 2010-06-07 05:12:33.000000000 +0900
+++ gettext-tools/Makefile.in.new 2011-07-06 03:24:19.469365085 +0900
@@ -1248,7 +1248,7 @@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../m4 -I gnulib-m4 -I libgrep/gnulib-m4 -I libgettextpo/gnulib-m4
-SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests examples
+SUBDIRS = doc intl libgrep src libgettextpo po projects styles misc man m4
# Allow users to use "gnulib-tool --update".
--- Makefile.in 2010-06-07 05:12:52.000000000 +0900
+++ Makefile.in.new 2011-07-06 03:29:38.049365231 +0900
@@ -211,7 +211,7 @@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = gnulib-local gettext-runtime gettext-tools
+SUBDIRS = gnulib-local gettext-runtime
# DJGPP port.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment