summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-02-16 09:09:53 +0000
committerSND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-02-16 09:09:53 +0000
commit9bb4ff671b89d5f8d7605ce5e601c368b3cba673 (patch)
tree5cfbd7d4150be2df4f2229f526137c15f6186fd5
parent02c4d998f4fc2c9ac27fa5db6a35ee68c848b24d (diff)
downloadpcsxr-9bb4ff671b89d5f8d7605ce5e601c368b3cba673.tar.gz
Merge branch 'missing_include_dir' of https://github.com/vilhelmgray/pcsxr
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89135 e17a0e51-4ae3-4d35-97c3-1a29b211df97
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 5158e8eb..dd659717 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,6 +3,9 @@
# Additional options go to configure.
echo "Rebuilding ./configure with autoreconf..."
+if [ ! -d "include" ]; then
+ mkdir "include"
+fi
autoreconf -f -i
if [ $? -ne 0 ]; then
echo "autoreconf failed"