mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
7 lines
351 B
Bash
7 lines
351 B
Bash
--- 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%%
|