• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2# This file is in the public domain.
3#
4# Script for regenerating all autogenerated files.
5
6mkdir -p build-aux
7cp -p ../../build-aux/config.rpath build-aux/config.rpath
8aclocal -I../../m4 -I../../gnulib-m4
9autoconf
10automake -a -c
11rm -rf autom4te.cache
12