Versioning for Thrift, remove thrift/lib/cpp/config.h
authorTudor Bosman <tudorb@fb.com>
Tue, 22 Jul 2014 03:33:17 +0000 (20:33 -0700)
committerChip Turner <chip@fb.com>
Fri, 25 Jul 2014 16:07:11 +0000 (09:07 -0700)
Summary:
Also, regenerate thrift_config.h.

Move .gitignore to public_tld so I can add thrift_config.h while still
having it checked into fbcode.

Test Plan: fbconfig -r thrift && fbmake runtests_opt

Reviewed By: meyering@fb.com

Subscribers: alandau, bmatheny, jhj, kma, lesha

FB internal diff: D1449068

folly/configure.ac

index 93bb5d03949d30346ebedd34c9f6e5b173f87902..988fc22835f37d2692bc961b073a5117d4c5fbb2 100644 (file)
@@ -10,7 +10,7 @@ AC_INIT([folly], m4_translit(folly_version_str, [:], [.]), [folly@fb.com])
 
 # We assume all revisions are backwards incompatible.
 LT_VERSION=folly_version_str:0
-AC_SUBST(LT_VERSION)
+AC_SUBST([LT_VERSION])
 
 AC_CONFIG_SRCDIR([Likely.h])
 AC_CONFIG_HEADERS([config.h])