File: autogen

package info (click to toggle)
libpam-afs-session 2.6-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,684 kB
  • sloc: sh: 11,779; ansic: 7,910; perl: 270; makefile: 174
file content (13 lines) | stat: -rwxr-xr-x 344 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
#
# Run this shell script to bootstrap as necessary after a fresh checkout.

set -e

autoreconf -i --force
rm -rf autom4te.cache

# Generate manual pages.
version=`grep '^pam-afs-session' NEWS | head -1 | cut -d' ' -f2`
pod2man --release="$version" --center="pam-afs-session" --section=5 \
    pam_afs_session.pod > pam_afs_session.5