* make-dist: Remove references to src/stamp-h.in.
This file was removed two years ago in 2f89350
.
No need to merge to master.
This commit is contained in:
parent
9d87ba1e1f
commit
b51ac456e7
1 changed files with 0 additions and 4 deletions
|
@ -327,10 +327,6 @@ if [ $update = yes ]; then
|
|||
echo "Running autoreconf"
|
||||
autoreconf -i -I m4 || { x=$?; echo Autoreconf FAILED! >&2; exit $x; }
|
||||
|
||||
## Make sure src/stamp-h.in is newer than configure.ac.
|
||||
rm -f src/stamp-h.in
|
||||
echo timestamp > src/stamp-h.in
|
||||
|
||||
echo "Updating Info files"
|
||||
make info
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue