Files
macports-base/autogen.sh
T
Eitan Adler 209e78f57a Further assume we're on a POSIX system
- 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
2017-12-22 07:57:13 +11:00

4 lines
44 B
Bash
Executable File

#!/bin/sh
autoreconf --force -Wall -Werror