mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-23 11:27:38 +00:00
Changes to create release tarball scripts
This commit is contained in:
parent
b0ec1a073b
commit
460f4e9866
@ -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
|
@ -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])
|
||||
|
8
package_creators/tarball.sh
Normal file
8
package_creators/tarball.sh
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ..
|
||||
./autogen.sh
|
||||
./configure
|
||||
make dist
|
||||
mv *.gz package_creators/
|
||||
cd package_creators
|
Loading…
Reference in New Issue
Block a user