mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
STABLE14-autom4te-cache-is-evil-20060903
Purge autom4te.cache after running autoconf so that we don't ship its huge
trace files in source releases. Add #!/bin/sh to the beginning of regen.sh
just because.
(cherry picked from commit 5a57fce902
)
This commit is contained in:
parent
68b8a8d0ed
commit
8dc16fd932
4
regen.sh
4
regen.sh
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
echo "Updating configuration..."
|
||||
echo "Running aclocal"
|
||||
aclocal -I src/cf
|
||||
@ -11,6 +12,9 @@ autoheader
|
||||
#echo "Running automake"
|
||||
#automake
|
||||
|
||||
echo "Deleting autom4te.cache directory"
|
||||
rm -r autom4te.cache
|
||||
|
||||
# Rebuild the man pages, to not require those building from source to have
|
||||
# pod2man available.
|
||||
echo "Building man pages"
|
||||
|
Loading…
Reference in New Issue
Block a user