Browse Source

Revert "Remove autogen.sh from source distributions since it only works with git working trees"

This reverts commit b63f4b934122f784177cbc2a13e60863f6ff1b18.
Luke Dashjr 12 years ago
parent
commit
98da6f4657
1 changed files with 0 additions and 1 deletions
  1. 0 1
      make-release

+ 0 - 1
make-release

@@ -46,7 +46,6 @@ NOCONFIGURE=1 \
 ./autogen.sh
 ./autogen.sh
 find . -name autom4te.cache |
 find . -name autom4te.cache |
  xargs rm -r
  xargs rm -r
-rm autogen.sh
 cd ..
 cd ..
 zip -r "$OUTDIR/${sw}.zip" "$sw"
 zip -r "$OUTDIR/${sw}.zip" "$sw"
 tar cjvpf "$OUTDIR/${sw}.tbz2" "$sw"
 tar cjvpf "$OUTDIR/${sw}.tbz2" "$sw"