You've already forked macports-base
mirror of
https://github.com/macports/macports-base.git
synced 2026-07-12 18:18:43 -07:00
209e78f57a
- GNU sed has supported -E for a long time. In addition, `-E` has been POSIX since 2012. http://austingroupbugs.net/view.php?id=528#c1112 - readlink has been in POSIX even longer. Removal of this check breaks macOS 10.3 and lower. This is already broken in configure ``` 31 10.0*|10.1|10.1.*|10.2*|10.3*) 32 AC_MSG_ERROR([This version of Mac OS X is not supported ``` - While here, change autogen.sh to use autoreconf
4 lines
44 B
Bash
Executable File
4 lines
44 B
Bash
Executable File
#!/bin/sh
|
|
|
|
autoreconf --force -Wall -Werror
|