Skip to content

Commit

Permalink
Add shellscript to generate build files for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCochran committed Aug 12, 2017
1 parent 13b7c97 commit 05a48f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions xdelta3/generate_build_files.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh

aclocal &&
autoreconf --install &&
libtoolize &&
autoconf &&
automake --add-missing &&
automake
1 change: 0 additions & 1 deletion xdelta3/install-sh

This file was deleted.

0 comments on commit 05a48f1

Please sign in to comment.