File: buildconf

package info (click to toggle)
python-gevent 22.10.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 23,476 kB
  • sloc: python: 194,036; ansic: 75,126; sh: 7,061; makefile: 1,557; javascript: 108; awk: 18
file content (4 lines) | stat: -rwxr-xr-x 124 bytes parent folder | download | duplicates (7)
1
2
3
4
#!/bin/sh

echo "*** Do not use buildconf. Instead, just use: autoreconf -fi" >&2
exec ${AUTORECONF:-autoreconf} -fi "${@}"