summaryrefslogtreecommitdiff
path: root/examples/hello-c-nognulib/autogen.sh
blob: a20bbb9a7510fd46bb46ce7de7f94bf24abb94cc (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# This file is in the public domain.
#
# Script for regenerating all autogenerated files.

aclocal -I m4
autoconf
automake -a -c
rm -rf autom4te.cache