You've already forked macports-base
mirror of
https://github.com/macports/macports-base.git
synced 2026-07-12 18:18:43 -07:00
b2e7b42ab1
We don't really need a backup file when we have git.
5 lines
58 B
Bash
Executable File
5 lines
58 B
Bash
Executable File
#!/bin/sh
|
|
|
|
autoreconf --force -Wall -Werror
|
|
rm configure~
|