Skip to content
Snippets Groups Projects
autogen.sh 157 B
#! /bin/sh

#  Update generated configuration files, i.e. do work so that a
#  developer checkout can be configured.

autoreconf --install --symlink 

exit