mirror of
https://github.com/facebook/rocksdb.git
synced 2024-11-30 13:41:46 +00:00
21f2fe4419
Summary: Test Plan: Reviewers: CC: Task ID: # Blame Rev:
8 lines
118 B
Bash
Executable file
8 lines
118 B
Bash
Executable file
#! /bin/sh -e
|
|
rm -rf autom4te.cache
|
|
aclocal -I m4
|
|
autoheader
|
|
libtoolize --copy
|
|
automake --add-missing --copy
|
|
autoconf
|