Browse Source

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

Luke Dashjr 12 years ago
parent
commit
b63f4b9341
1 changed files with 1 additions and 0 deletions
  1. 1 0
      make-release

+ 1 - 0
make-release

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