mirror of
https://github.com/google/snappy.git
synced 2024-11-29 09:36:43 +00:00
3d8e71df8d
we need for our own build system internally. R=csilvers DELTA=16 (13 added, 1 deleted, 2 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=1555 git-svn-id: https://snappy.googlecode.com/svn/trunk@30 03e5f5b5-db94-4691-08a0-1a8bf15f6143
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
|