aboutsummaryrefslogtreecommitdiff
path: root/emulators/yabause/files/patch-autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/yabause/files/patch-autogen.sh')
-rw-r--r--emulators/yabause/files/patch-autogen.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/emulators/yabause/files/patch-autogen.sh b/emulators/yabause/files/patch-autogen.sh
new file mode 100644
index 000000000000..5ee28379acbf
--- /dev/null
+++ b/emulators/yabause/files/patch-autogen.sh
@@ -0,0 +1,7 @@
+--- autogen.sh.orig 2012-03-25 20:41:13.000000000 -0500
++++ autogen.sh 2012-03-25 20:42:38.000000000 -0500
+@@ -1,2 +1,2 @@
+-aclocal && autoconf && automake --add-missing --copy
+-cd src/c68k && aclocal && autoconf && automake
++%%ACLOCAL%% && %%AUTOCONF%% && %%AUTOMAKE%% --add-missing --copy
++cd src/c68k && %%ACLOCAL%% && %%AUTOCONF%% && %%AUTOMAKE%%