/[autoconf]/autoconf/Makefile.in
ViewVC logotype

Diff of /autoconf/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.178 by akim, Wed Sep 4 16:03:13 2002 UTC revision 1.179 by akim, Wed Sep 11 10:01:54 2002 UTC
# Line 41  AUTOCONF = @AUTOCONF@ Line 41  AUTOCONF = @AUTOCONF@
41  AUTOHEADER = @AUTOHEADER@  AUTOHEADER = @AUTOHEADER@
42  AUTOMAKE = @AUTOMAKE@  AUTOMAKE = @AUTOMAKE@
43  AWK = @AWK@  AWK = @AWK@
44    CYGPATH_W = @CYGPATH_W@
45  DEFS = @DEFS@  DEFS = @DEFS@
46  ECHO_C = @ECHO_C@  ECHO_C = @ECHO_C@
47  ECHO_N = @ECHO_N@  ECHO_N = @ECHO_N@
# Line 319  distdir: $(DISTFILES) Line 320  distdir: $(DISTFILES)
320          $(am__remove_distdir)          $(am__remove_distdir)
321          mkdir $(distdir)          mkdir $(distdir)
322          $(mkinstalldirs) $(distdir)/tests          $(mkinstalldirs) $(distdir)/tests
323          @list='$(DISTFILES)'; for file in $$list; do \          @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
324            list='$(DISTFILES)'; for file in $$list; do \
325              case $$file in \
326                $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
327              esac; \
328            if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \            if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
329            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
330            if test "$$dir" != "$$file" && test "$$dir" != "."; then \            if test "$$dir" != "$$file" && test "$$dir" != "."; then \
# Line 401  distcheck: dist Line 406  distcheck: dist
406                 && (test `find "$$dc_destdir" -type f -print | wc -l` -le 1 \                 && (test `find "$$dc_destdir" -type f -print | wc -l` -le 1 \
407                     || { echo "ERROR: files left after uninstall (check DESTDIR support):" ; \                     || { echo "ERROR: files left after uninstall (check DESTDIR support):" ; \
408                          find "$$dc_destdir" -type f -print ; \                          find "$$dc_destdir" -type f -print ; \
409                          exit 1; } >&2 ) \                          exit 1; } >&2 ); \
410                } || { rm -rf "$$dc_destdir"; exit 1; }) \                } || { rm -rf "$$dc_destdir"; exit 1; }) \
411            && rm -rf "$$dc_destdir" \            && rm -rf "$$dc_destdir" \
412            && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \            && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \

Legend:
Removed from v.1.178  
changed lines
  Added in v.1.179

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26