File: bootstrap

package info (click to toggle)
dnsproxy 1.17%2Bgit20211129.22329c4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 256 kB
  • sloc: ansic: 1,153; sh: 157; makefile: 12
file content (4 lines) | stat: -rwxr-xr-x 139 bytes parent folder | download | duplicates (2)
1
2
3
4
#!/bin/sh
export AUTOCONF_VERSION=2.69
export AUTOMAKE_VERSION=1.15
autoreconf -fi && echo "Bootstrapped successfully. Now run configure."