File: bootstrap

package info (click to toggle)
munge 0.5.18-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,032 kB
  • sloc: ansic: 17,904; sh: 4,358; makefile: 747
file content (7 lines) | stat: -rwxr-xr-x 212 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh
set -e
autoreconf --force --install --verbose ${AUTOCONF_FLAGS:-}
rm -rf autom4te.cache

# Print package version for verification after bootstrap
sed -ne "s/^PACKAGE_STRING='\([^']*\)'$/\1/p" configure