Changes to create release tarball scripts

This commit is contained in:
Mayank Gupta 2017-03-15 00:46:36 +05:30
parent b0ec1a073b
commit 460f4e9866
3 changed files with 12 additions and 3 deletions

View File

@ -67,7 +67,6 @@ ccextractor_SOURCES = \
src/gpacmp4/gpac/network.h \
src/gpacmp4/gpac/revision.h \
src/gpacmp4/gpac/setup.h \
src/gpacmp4/gpac/sync_ayer.h \
src/gpacmp4/gpac/tools.h \
src/gpacmp4/gpac/utf.h \
src/gpacmp4/gpac/version.h \
@ -269,4 +268,6 @@ ccextractor_CPPFLAGS =-I /usr/include/leptonica/ -I /usr/include/tesseract/ -I$(
ccextractor_LDADD =-lm -ltesseract -llept
ccextractor_LDFLAGS=-zmuldefs
ccextractor_LDFLAGS=-zmuldefs
EXTRA_DIST = src/gpacmp4/gpac

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
AC_INIT(ccextractor, 1.0, https://github.com/CCExtractor/ccextractor/issues)
AC_INIT(ccextractor, 0.85, https://github.com/CCExtractor/ccextractor/issues)
AC_CONFIG_AUX_DIR([build])
AC_CONFIG_SRCDIR([src/ccextractor.c])
AM_INIT_AUTOMAKE([foreign subdir-objects])

View File

@ -0,0 +1,8 @@
#!/bin/bash
cd ..
./autogen.sh
./configure
make dist
mv *.gz package_creators/
cd package_creators