xref: /aosp_15_r20/external/libnl/doc/autogen.sh (revision 4dc78e53d49367fa8e61b07018507c90983a077d)
1#!/bin/bash
2
3set -e
4
5BASEDIR="$(dirname "$0")"
6
7cd "$BASEDIR" || die "Could not change into base directory $BASEDIR"
8
9autoreconf -fi
10rm -rf autom4te.cache
11