Skip to content

Instantly share code, notes, and snippets.

@mitchellh
Created October 14, 2010 19:04
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 mitchellh/da0e93a335be6a3a637b to your computer and use it in GitHub Desktop.
Save mitchellh/da0e93a335be6a3a637b to your computer and use it in GitHub Desktop.
1c1
< # Makefile.in generated by automake 1.9.6 from Makefile.am.
---
> # Makefile.in generated by automake 1.11.1 from Makefile.am.
5c5,6
< # 2003, 2004, 2005 Free Software Foundation, Inc.
---
> # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
> # Inc.
17,18d17
< srcdir = .
< top_srcdir = .
21d19
< pkglibdir = $(libdir)/libvirt
23c21,22
< top_builddir = .
---
> pkglibdir = $(libdir)/libvirt
> pkglibexecdir = $(libexecdir)/libvirt
25d23
< INSTALL = /usr/bin/install -c
37,38c35,37
< build_triplet = i686-apple-darwin10.4.0
< host_triplet = i686-apple-darwin10.4.0
---
> build_triplet = x86_64-apple-darwin10.4.0
> host_triplet = x86_64-apple-darwin10.4.0
> subdir = .
49d47
< subdir = .
167,171c165,171
< $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
< $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/size_max.m4 \
< $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \
< $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/acinclude.m4 \
< $(top_srcdir)/configure.ac
---
> $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
> $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
> $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
> $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
> $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/wchar_t.m4 \
> $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \
> $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
175c175
< configure.lineno configure.status.lineno
---
> configure.lineno config.status.lineno
178a179,185
> CONFIG_CLEAN_VPATH_FILES =
> AM_V_GEN = $(am__v_GEN_$(V))
> am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
> am__v_GEN_0 = @echo " GEN " $@;
> AM_V_at = $(am__v_at_$(V))
> am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
> am__v_at_0 = @
183,186c190,194
< install-exec-recursive install-info-recursive \
< install-recursive installcheck-recursive installdirs-recursive \
< pdf-recursive ps-recursive uninstall-info-recursive \
< uninstall-recursive
---
> install-dvi-recursive install-exec-recursive \
> install-html-recursive install-info-recursive \
> install-pdf-recursive install-ps-recursive install-recursive \
> installcheck-recursive installdirs-recursive pdf-recursive \
> ps-recursive uninstall-recursive
192c200,215
< am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
---
> am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
> am__install_max = 40
> am__nobase_strip_setup = \
> srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
> am__nobase_strip = \
> for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
> am__nobase_list = $(am__nobase_strip_setup); \
> for p in $$list; do echo "$$p $$p"; done | \
> sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
> $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
> if (++n[$$2] == $(am__install_max)) \
> { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
> END { for (dir in files) print dir, files[dir] }'
> am__base_list = \
> sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
> sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
194d216
< pkgconfigDATA_INSTALL = $(INSTALL_DATA)
195a218,222
> RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
> distclean-recursive maintainer-clean-recursive
> AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
> $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
> distdir dist dist-all distcheck
203,205c230,257
< { test ! -d $(distdir) \
< || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
< && rm -fr $(distdir); }; }
---
> { test ! -d "$(distdir)" \
> || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
> && rm -fr "$(distdir)"; }; }
> am__relativize = \
> dir0=`pwd`; \
> sed_first='s,^\([^/]*\)/.*$$,\1,'; \
> sed_rest='s,^[^/]*/*,,'; \
> sed_last='s,^.*/\([^/]*\)$$,\1,'; \
> sed_butlast='s,/*[^/]*$$,,'; \
> while test -n "$$dir1"; do \
> first=`echo "$$dir1" | sed -e "$$sed_first"`; \
> if test "$$first" != "."; then \
> if test "$$first" = ".."; then \
> dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
> dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
> else \
> first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
> if test "$$first2" = "$$first"; then \
> dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
> else \
> dir2="../$$dir2"; \
> fi; \
> dir0="$$dir0"/"$$first"; \
> fi; \
> fi; \
> dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
> done; \
> reldir="$$dir2"
210c262
< ACLOCAL = ${SHELL} /Users/mitchellh/Desktop/libvirt-0.8.4/build-aux/missing --run aclocal-1.9
---
> ACLOCAL = ${SHELL} /Users/mitchellh/Desktop/libvirt-0.8.4/build-aux/missing --run aclocal-1.11
213,214d264
< AMDEP_FALSE = #
< AMDEP_TRUE =
215a266
> AM_DEFAULT_VERBOSITY = 0
225c276
< AUTOMAKE = ${SHELL} /Users/mitchellh/Desktop/libvirt-0.8.4/build-aux/missing --run automake-1.9
---
> AUTOMAKE = ${SHELL} /Users/mitchellh/Desktop/libvirt-0.8.4/build-aux/missing --run automake-1.11
239a291
> CONFIG_INCLUDE = config.h
244,247d295
< CXX = g++
< CXXCPP = g++ -E
< CXXDEPMODE = depmode=gcc3
< CXXFLAGS = -g -O2
260a309,310
> DSYMUTIL = dsymutil
> DUMPBIN =
262d311
< ECHO = /bin/echo
266c315
< EGREP = grep -E
---
> EGREP = /usr/bin/grep -E
269,272d317
< ENABLE_DEBUG_FALSE = #
< ENABLE_DEBUG_TRUE =
< ENABLE_XEN_TESTS_FALSE =
< ENABLE_XEN_TESTS_TRUE = #
279,280c324
< F77 =
< FFLAGS =
---
> FGREP = /usr/bin/grep -F
284,285d327
< GL_COND_LIBTOOL_FALSE = #
< GL_COND_LIBTOOL_TRUE =
485a528
> GREP = /usr/bin/grep
489,490d531
< HAVE_APPARMOR_FALSE =
< HAVE_APPARMOR_TRUE = #
493,494d533
< HAVE_AVAHI_FALSE =
< HAVE_AVAHI_TRUE = #
497,498d535
< HAVE_CAPNG_FALSE = #
< HAVE_CAPNG_TRUE =
550,551d586
< HAVE_GLIBC_RPCGEN_FALSE = #
< HAVE_GLIBC_RPCGEN_TRUE =
553,554d587
< HAVE_HAL_FALSE =
< HAVE_HAL_TRUE = #
584,585d616
< HAVE_NUMACTL_FALSE = #
< HAVE_NUMACTL_TRUE =
589,594d619
< HAVE_POLKIT0_FALSE =
< HAVE_POLKIT0_TRUE = #
< HAVE_POLKIT1_FALSE =
< HAVE_POLKIT1_TRUE = #
< HAVE_POLKIT_FALSE =
< HAVE_POLKIT_TRUE = #
610,611d634
< HAVE_RPCGEN_FALSE = #
< HAVE_RPCGEN_TRUE =
613,614d635
< HAVE_SASL_FALSE = #
< HAVE_SASL_TRUE =
617,618d637
< HAVE_SELINUX_FALSE =
< HAVE_SELINUX_TRUE = #
659,660d677
< HAVE_UDEV_FALSE =
< HAVE_UDEV_TRUE = #
679,682d695
< HAVE_XMLRPC_FALSE =
< HAVE_XMLRPC_TRUE = #
< HAVE_YAJL_FALSE =
< HAVE_YAJL_TRUE = #
690a704
> INSTALL = /usr/bin/install -c
694c708
< INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
---
> INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
697a712
> LD = /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
716,717d730
< LIBVIRT_INIT_SCRIPT_RED_HAT_FALSE =
< LIBVIRT_INIT_SCRIPT_RED_HAT_TRUE = #
730a744
> LIPO = lipo
741a756
> MANIFEST_TOOL = :
743c758
< MKDIR_P = $(mkdir_p)
---
> MKDIR_P = build-aux/install-sh -c -d
803a819,820
> NM = /usr/bin/nm
> NMEDIT = nmedit
807a825,826
> OTOOL = otool
> OTOOL64 = :
812a832
> PACKAGE_URL = http://libvirt.org
819a840,841
> PKG_CONFIG_LIBDIR =
> PKG_CONFIG_PATH =
998,1071d1019
< WITH_BRIDGE_FALSE =
< WITH_BRIDGE_TRUE = #
< WITH_CIL_FALSE =
< WITH_CIL_TRUE = #
< WITH_DRIVER_MODULES_FALSE =
< WITH_DRIVER_MODULES_TRUE = #
< WITH_ESX_FALSE = #
< WITH_ESX_TRUE =
< WITH_LIBVIRTD_FALSE = #
< WITH_LIBVIRTD_TRUE =
< WITH_LINUX_FALSE =
< WITH_LINUX_TRUE = #
< WITH_LXC_FALSE =
< WITH_LXC_TRUE = #
< WITH_MACVTAP_FALSE =
< WITH_MACVTAP_TRUE = #
< WITH_NETCF_FALSE =
< WITH_NETCF_TRUE = #
< WITH_NETWORK_FALSE =
< WITH_NETWORK_TRUE = #
< WITH_NODE_DEVICES_FALSE =
< WITH_NODE_DEVICES_TRUE = #
< WITH_NWFILTER_FALSE =
< WITH_NWFILTER_TRUE = #
< WITH_ONE_FALSE =
< WITH_ONE_TRUE = #
< WITH_OPENVZ_FALSE = #
< WITH_OPENVZ_TRUE =
< WITH_PHYP_FALSE =
< WITH_PHYP_TRUE = #
< WITH_PROXY_FALSE =
< WITH_PROXY_TRUE = #
< WITH_PYTHON_FALSE = #
< WITH_PYTHON_TRUE =
< WITH_QEMU_FALSE =
< WITH_QEMU_TRUE = #
< WITH_REMOTE_FALSE = #
< WITH_REMOTE_TRUE =
< WITH_SECDRIVER_APPARMOR_FALSE =
< WITH_SECDRIVER_APPARMOR_TRUE = #
< WITH_SECDRIVER_SELINUX_FALSE =
< WITH_SECDRIVER_SELINUX_TRUE = #
< WITH_SECRETS_FALSE = #
< WITH_SECRETS_TRUE =
< WITH_STORAGE_DIR_FALSE = #
< WITH_STORAGE_DIR_TRUE =
< WITH_STORAGE_DISK_FALSE =
< WITH_STORAGE_DISK_TRUE = #
< WITH_STORAGE_FS_FALSE =
< WITH_STORAGE_FS_TRUE = #
< WITH_STORAGE_ISCSI_FALSE =
< WITH_STORAGE_ISCSI_TRUE = #
< WITH_STORAGE_LVM_FALSE =
< WITH_STORAGE_LVM_TRUE = #
< WITH_STORAGE_MPATH_FALSE =
< WITH_STORAGE_MPATH_TRUE = #
< WITH_STORAGE_SCSI_FALSE = #
< WITH_STORAGE_SCSI_TRUE =
< WITH_TEST_FALSE = #
< WITH_TEST_TRUE =
< WITH_UML_FALSE =
< WITH_UML_TRUE = #
< WITH_VBOX_FALSE = #
< WITH_VBOX_TRUE =
< WITH_VIRTUALPORT_FALSE =
< WITH_VIRTUALPORT_TRUE = #
< WITH_WIN_ICON_FALSE =
< WITH_WIN_ICON_TRUE = #
< WITH_XENAPI_FALSE =
< WITH_XENAPI_TRUE = #
< WITH_XEN_FALSE =
< WITH_XEN_INOTIFY_FALSE =
< WITH_XEN_INOTIFY_TRUE = #
< WITH_XEN_TRUE = #
1082a1031,1034
> abs_builddir = /Users/mitchellh/Desktop/libvirt-0.8.4
> abs_srcdir = /Users/mitchellh/Desktop/libvirt-0.8.4
> abs_top_builddir = /Users/mitchellh/Desktop/libvirt-0.8.4
> abs_top_srcdir = /Users/mitchellh/Desktop/libvirt-0.8.4
1084d1035
< ac_ct_AS =
1086,1097c1037
< ac_ct_CXX = g++
< ac_ct_DLLTOOL =
< ac_ct_F77 =
< ac_ct_OBJDUMP =
< ac_ct_RANLIB = ranlib
< ac_ct_STRIP = strip
< ac_ct_WINDRES =
< ac_pt_PKG_CONFIG = /opt/local/bin/pkg-config
< am__fastdepCC_FALSE = #
< am__fastdepCC_TRUE =
< am__fastdepCXX_FALSE = #
< am__fastdepCXX_TRUE =
---
> ac_ct_DUMPBIN =
1104c1044
< build = i686-apple-darwin10.4.0
---
> build = x86_64-apple-darwin10.4.0
1106c1046
< build_cpu = i686
---
> build_cpu = x86_64
1109c1049,1053
< datadir = ${prefix}/share
---
> builddir = .
> datadir = ${datarootdir}
> datarootdir = ${prefix}/share
> docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
> dvidir = ${docdir}
1116c1060
< host = i686-apple-darwin10.4.0
---
> host = x86_64-apple-darwin10.4.0
1118c1062
< host_cpu = i686
---
> host_cpu = x86_64
1120a1065
> htmldir = ${docdir}
1122,1123c1067,1068
< infodir = ${prefix}/info
< install_sh = /Users/mitchellh/Desktop/libvirt-0.8.4/build-aux/install-sh
---
> infodir = ${datarootdir}/info
> install_sh = ${SHELL} /Users/mitchellh/Desktop/libvirt-0.8.4/build-aux/install-sh
1125a1071
> localedir = ${datarootdir}/locale
1127,1128c1073,1074
< mandir = ${prefix}/man
< mkdir_p = $(mkinstalldirs)
---
> mandir = ${datarootdir}/man
> mkdir_p = $(top_builddir)/build-aux/install-sh -c -d
1129a1076
> pdfdir = ${docdir}
1132c1079
< prefix = /usr/local
---
> prefix = /Users/mitchellh/Desktop/libvirt-install-two
1133a1081
> psdir = ${docdir}
1137a1086
> srcdir = .
1139a1089,1091
> top_build_prefix =
> top_builddir = .
> top_srcdir = .
1199,1200c1151,1152
< echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
< cd $(srcdir) && $(AUTOMAKE) --gnu \
---
> echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
> $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
1205,1207c1157,1159
< echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
< cd $(top_srcdir) && \
< $(AUTOMAKE) --gnu Makefile
---
> echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
> $(am__cd) $(top_srcdir) && \
> $(AUTOMAKE) --gnu Makefile
1223c1175
< cd $(srcdir) && $(AUTOCONF)
---
> $(am__cd) $(srcdir) && $(AUTOCONF)
1225c1177,1178
< cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
---
> $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
> $(am__aclocal_m4_deps):
1230c1183
< $(MAKE) stamp-h1; \
---
> $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
1237c1190
< cd $(top_srcdir) && $(AUTOHEADER)
---
> ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1257,1258c1210
< -rm -f libtool
< uninstall-info-am:
---
> -rm -f libtool config.lt
1261,1262c1213,1215
< test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
< @list='$(pkgconfig_DATA)'; for p in $$list; do \
---
> test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
> @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
> for p in $$list; do \
1264,1266c1217,1221
< f=$(am__strip_dir) \
< echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
< $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
---
> echo "$$d$$p"; \
> done | $(am__base_list) | \
> while read files; do \
> echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
> $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
1271,1275c1226,1230
< @list='$(pkgconfig_DATA)'; for p in $$list; do \
< f=$(am__strip_dir) \
< echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
< rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
< done
---
> @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
> files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
> test -n "$$files" || exit 0; \
> echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
> cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
1284c1239
< @failcom='exit 1'; \
---
> @fail= failcom='exit 1'; \
1301c1256
< (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
---
> ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1308,1310c1263,1264
< mostlyclean-recursive clean-recursive distclean-recursive \
< maintainer-clean-recursive:
< @failcom='exit 1'; \
---
> $(RECURSIVE_CLEAN_TARGETS):
> @fail= failcom='exit 1'; \
1336c1290
< (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
---
> ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1341c1295
< test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
---
> test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1345c1299
< test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
---
> test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1353,1354c1307,1308
< $(AWK) ' { files[$$0] = 1; } \
< END { for (i in files) print i; }'`; \
---
> $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
> END { if (nonempty) { for (i in files) print i; }; }'`; \
1360c1314
< tags=; \
---
> set x; \
1372c1326
< tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
---
> set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1379,1381c1333,1336
< $(AWK) ' { files[$$0] = 1; } \
< END { for (i in files) print i; }'`; \
< if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
---
> $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
> END { if (nonempty) { for (i in files) print i; }; }'`; \
> shift; \
> if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1383,1384c1338,1344
< $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
< $$tags $$unique; \
---
> if test $$# -gt 0; then \
> $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
> "$$@" $$unique; \
> else \
> $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
> $$unique; \
> fi; \
1389,1390d1348
< tags=; \
< here=`pwd`; \
1395,1397c1353,1355
< $(AWK) ' { files[$$0] = 1; } \
< END { for (i in files) print i; }'`; \
< test -z "$(CTAGS_ARGS)$$tags$$unique" \
---
> $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
> END { if (nonempty) { for (i in files) print i; }; }'`; \
> test -z "$(CTAGS_ARGS)$$unique" \
1399c1357
< $$tags $$unique
---
> $$unique
1403,1404c1361,1362
< && cd $(top_srcdir) \
< && gtags -i $(GTAGS_ARGS) $$here
---
> && $(am__cd) $(top_srcdir) \
> && gtags -i $(GTAGS_ARGS) "$$here"
1411,1419c1369,1381
< mkdir $(distdir)
< $(mkdir_p) $(distdir)/$(srcdir) $(distdir)/$(srcdir)/examples/xml $(distdir)/. $(distdir)/build-aux $(distdir)/examples/domain-events $(distdir)/gnulib/m4 $(distdir)/include/libvirt $(distdir)/m4 $(distdir)/po $(distdir)/storage $(distdir)/test
< @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
< topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
< list='$(DISTFILES)'; for file in $$list; do \
< case $$file in \
< $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
< $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
< esac; \
---
> test -d "$(distdir)" || mkdir "$(distdir)"
> @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
> topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
> list='$(DISTFILES)'; \
> dist_files=`for file in $$list; do echo $$file; done | \
> sed -e "s|^$$srcdirstrip/||;t" \
> -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
> case $$dist_files in \
> */*) $(MKDIR_P) `echo "$$dist_files" | \
> sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
> sort -u` ;; \
> esac; \
> for file in $$dist_files; do \
1421,1427d1382
< dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
< if test "$$dir" != "$$file" && test "$$dir" != "."; then \
< dir="/$$dir"; \
< $(mkdir_p) "$(distdir)$$dir"; \
< else \
< dir=''; \
< fi; \
1428a1384,1387
> dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
> if test -d "$(distdir)/$$file"; then \
> find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
> fi; \
1430c1389,1390
< cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
---
> cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
> find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1432c1392
< cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
---
> cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1434,1435c1394,1395
< test -f $(distdir)/$$file \
< || cp -p $$d/$$file $(distdir)/$$file \
---
> test -f "$(distdir)/$$file" \
> || cp -p $$d/$$file "$(distdir)/$$file" \
1439c1399
< list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
---
> @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1442c1402
< || $(mkdir_p) "$(distdir)/$$subdir" \
---
> || $(MKDIR_P) "$(distdir)/$$subdir" \
1444,1446c1404,1416
< distdir=`$(am__cd) $(distdir) && pwd`; \
< top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
< (cd $$subdir && \
---
> fi; \
> done
> @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
> if test "$$subdir" = .; then :; else \
> dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
> $(am__relativize); \
> new_distdir=$$reldir; \
> dir1=$$subdir; dir2="$(top_distdir)"; \
> $(am__relativize); \
> new_top_distdir=$$reldir; \
> echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
> echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
> ($(am__cd) $$subdir && \
1448,1449c1418,1422
< top_distdir="$$top_distdir" \
< distdir="$$distdir/$$subdir" \
---
> top_distdir="$$new_top_distdir" \
> distdir="$$new_distdir" \
> am__remove_distdir=: \
> am__skip_length_check=: \
> am__skip_mode_fix=: \
1457c1430,1432
< -find $(distdir) -type d ! -perm -755 -exec chmod a+rwx,go+rx {} \; -o \
---
> -test -n "$(am__skip_mode_fix)" \
> || find "$(distdir)" -type d ! -perm -755 \
> -exec chmod u+rwx,go+rx {} \; -o \
1460,1461c1435,1436
< ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
< || chmod -R a+r $(distdir)
---
> ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
> || chmod -R a+r "$(distdir)"
1469a1445,1452
> dist-lzma: distdir
> tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
> $(am__remove_distdir)
>
> dist-xz: distdir
> tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
> $(am__remove_distdir)
>
1493c1476
< GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
---
> GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1495c1478,1482
< bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
---
> bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
> *.tar.lzma*) \
> lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
> *.tar.xz*) \
> xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1499c1486
< GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
---
> GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1506a1494
> test -d $(distdir)/_build || exit 0; \
1509c1497,1498
< && cd $(distdir)/_build \
---
> && am__cwd=`pwd` \
> && $(am__cd) $(distdir)/_build \
1531c1520,1522
< && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
---
> && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
> && cd "$$am__cwd" \
> || exit 1
1535c1526
< sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
---
> sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1552c1543
< test -z "$$dir" || $(mkdir_p) "$$dir"; \
---
> test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1573a1565
> -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1594a1587,1588
> html-am:
>
1600a1595,1598
> install-dvi: install-dvi-recursive
>
> install-dvi-am:
>
1602a1601,1604
> install-html: install-html-recursive
>
> install-html-am:
>
1604a1607,1608
> install-info-am:
>
1606a1611,1618
> install-pdf: install-pdf-recursive
>
> install-pdf-am:
>
> install-ps: install-ps-recursive
>
> install-ps-am:
>
1627c1639
< uninstall-am: uninstall-info-am uninstall-pkgconfigDATA
---
> uninstall-am: uninstall-pkgconfigDATA
1629c1641,1642
< uninstall-info: uninstall-info-recursive
---
> .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check-am \
> ctags-recursive install-am install-strip tags-recursive
1631,1645c1644,1659
< .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
< check-am check-local clean clean-generic clean-libtool \
< clean-recursive ctags ctags-recursive dist dist-all dist-bzip2 \
< dist-gzip dist-hook dist-shar dist-tarZ dist-zip distcheck \
< distclean distclean-generic distclean-hdr distclean-libtool \
< distclean-recursive distclean-tags distcleancheck distdir \
< distuninstallcheck dvi dvi-am html html-am info info-am \
< install install-am install-data install-data-am install-exec \
< install-exec-am install-info install-info-am install-man \
< install-pkgconfigDATA install-strip installcheck \
< installcheck-am installdirs installdirs-am maintainer-clean \
< maintainer-clean-generic maintainer-clean-recursive \
< mostlyclean mostlyclean-generic mostlyclean-libtool \
< mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
< uninstall uninstall-am uninstall-info-am \
---
> .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
> all all-am am--refresh check check-am check-local clean \
> clean-generic clean-libtool ctags ctags-recursive dist \
> dist-all dist-bzip2 dist-gzip dist-hook dist-lzma dist-shar \
> dist-tarZ dist-xz dist-zip distcheck distclean \
> distclean-generic distclean-hdr distclean-libtool \
> distclean-tags distcleancheck distdir distuninstallcheck dvi \
> dvi-am html html-am info info-am install install-am \
> install-data install-data-am install-dvi install-dvi-am \
> install-exec install-exec-am install-html install-html-am \
> install-info install-info-am install-man install-pdf \
> install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
> install-strip installcheck installcheck-am installdirs \
> installdirs-am maintainer-clean maintainer-clean-generic \
> mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
> ps ps-am tags tags-recursive uninstall uninstall-am \
1692a1707
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment