Update github.com/floitsch/double-conversion to new location
authorStewart Henderson <stewart.henderson@live.com>
Wed, 10 Jun 2015 20:56:44 +0000 (13:56 -0700)
committerSara Golemon <sgolemon@fb.com>
Wed, 10 Jun 2015 21:37:23 +0000 (14:37 -0700)
Summary: Closes #212

Reviewed By: @JoelMarcey, @paulbiss

Differential Revision: D2144749

Pulled By: @sgolemon

README.md
folly/bootstrap-osx-homebrew.sh
folly/configure.ac

index a5f3e2f03f3d3361e3d2215893e97270e0a4dc5e..7225d474c102346362129f2fcdbc16249fcb643d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ of by the bootstrap script.)
 Other Linux distributions
 -------------------------
 
-- double-conversion (https://github.com/floitsch/double-conversion/)
+- double-conversion (https://github.com/google/double-conversion)
 
   Download and build double-conversion.
   You may need to tell configure where to find it.
index d008a010b658cd0dd9363372bf4e6369b4b4ef57..56e76bf534a321d18025ef64d45ff0afbd5bb3a3 100755 (executable)
@@ -19,7 +19,7 @@ brewget glog gflags boost libevent
 # NB their install target installs the libs but not the headers, hence the
 # CPPFLAGS
 test -d double-conversion ||
-    git clone https://github.com/floitsch/double-conversion.git
+    git clone https://github.com/google/double-conversion.git
 pushd double-conversion
 make
 # fool libtool into using static linkage
index d0aca0a0cc041735796a456e384115f8507eb0ea..1fffc4e470eaf61a87932c4ecb93e1e9ffc13d2b 100644 (file)
@@ -78,7 +78,7 @@ AC_CHECK_HEADERS([fcntl.h features.h inttypes.h limits.h stdint.h stdlib.h strin
 
 AC_CHECK_HEADER(double-conversion/double-conversion.h, [], [AC_MSG_ERROR(
                 [Couldn't find double-conversion.h, please download from \
-                 https://github.com/floitsch/double-conversion/])], [])
+                 https://github.com/google/double-conversion/])], [])
 AC_CHECK_LIB([double-conversion],[ceil],[],[AC_MSG_ERROR(
              [Please install double-conversion library])])