Commit Graph

3 Commits

Author SHA1 Message Date
Joshua Root b2e7b42ab1 autogen.sh: remove configure~
We don't really need a backup file when we have git.
2026-04-14 06:53:36 +10:00
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
Rainer Müller 9e8f71ee0b Rename regen.sh to autogen.sh 2016-11-10 21:05:00 +01:00