mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-11 11:50:52 +03:00
10 lines
161 B
Bash
Executable File
10 lines
161 B
Bash
Executable File
#!/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
|