Skip to content

Commit

Permalink
Merge pull request #236 from RobertCochran/generate-build-files
Browse files Browse the repository at this point in the history
Add shellscript to generate build files for Linux
  • Loading branch information
jmacd authored Aug 21, 2017
2 parents b1af688 + 05a48f1 commit 7508fd2
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 7508fd2

Please sign in to comment.