From 8c681d3d29a5066b764eb0b98aa995c5cea5ab1c Mon Sep 17 00:00:00 2001 From: Stewart Henderson Date: Wed, 10 Jun 2015 13:56:44 -0700 Subject: [PATCH] Update github.com/floitsch/double-conversion to new location Summary: Closes #212 Reviewed By: @JoelMarcey, @paulbiss Differential Revision: D2144749 Pulled By: @sgolemon --- README.md | 2 +- folly/bootstrap-osx-homebrew.sh | 2 +- folly/configure.ac | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a5f3e2f0..7225d474 100644 --- 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. diff --git a/folly/bootstrap-osx-homebrew.sh b/folly/bootstrap-osx-homebrew.sh index d008a010..56e76bf5 100755 --- a/folly/bootstrap-osx-homebrew.sh +++ b/folly/bootstrap-osx-homebrew.sh @@ -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 diff --git a/folly/configure.ac b/folly/configure.ac index d0aca0a0..1fffc4e4 100644 --- a/folly/configure.ac +++ b/folly/configure.ac @@ -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])]) -- 2.34.1