diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-06-21 23:36:50 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-06-21 23:36:50 +0000 |
commit | 172a84d33e8d0f3f9c545eff32a222f0674c2609 (patch) | |
tree | 430511a5b8056c0e43f677f6f21ed96f2e238588 /configure.in | |
parent | 3b8d61a7b11ca1869789d0bbf192fe2b9c97d429 (diff) | |
download | xine-lib-172a84d33e8d0f3f9c545eff32a222f0674c2609.tar.gz xine-lib-172a84d33e8d0f3f9c545eff32a222f0674c2609.tar.bz2 |
Add a small shell script which check about source tarball content (if it's
complete). Also, a new 'make release-check' is added, which run this script.
I just see that some file are always missing in tarball (Arm guys won't happy ;-) ).
CVS patchset: 2122
CVS date: 2002/06/21 23:36:50
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ed6828182..9bf7faa50 100644 --- a/configure.in +++ b/configure.in @@ -1036,10 +1036,11 @@ doc/hackersguide/Makefile misc/xine-lib.spec misc/SlackBuild misc/build_rpms.sh +misc/relchk.sh misc/fonts/Makefile intl/Makefile po/Makefile.in], -[chmod +x ./misc/SlackBuild ./misc/build_rpms.sh; rm -f include/xine.h; echo '/* !! DO NO EDIT THIS FILE, it is automatically generated */' > include/xine.h && cat include/xine.h.tmpl >> include/xine.h]) +[chmod +x ./misc/SlackBuild ./misc/build_rpms.sh ./misc/relchk.sh; rm -f include/xine.h; echo '/* !! DO NO EDIT THIS FILE, it is automatically generated */' > include/xine.h && cat include/xine.h.tmpl >> include/xine.h]) dnl dnl Hack the libtool script (if required). |