updated extra dists
This commit is contained in:
@@ -207,7 +207,10 @@ AC_DEFUN([AX_INIT_STANDARD_PROJECT], [
|
|||||||
AX_ADD_MAKEFILE_TARGET_DEP([maintainer-clean-am], [maintainer-clean-standard-project-targets], [makefile.in])
|
AX_ADD_MAKEFILE_TARGET_DEP([maintainer-clean-am], [maintainer-clean-standard-project-targets], [makefile.in])
|
||||||
test -f makefile.in && cat >> makefile.in <<EOF
|
test -f makefile.in && cat >> makefile.in <<EOF
|
||||||
#### Begin: Appended by $0
|
#### Begin: Appended by $0
|
||||||
EXTRA_DIST += bootstrap.sh
|
EXTRA_DIST += bootstrap.sh ax_init_standard_project.m4 ax_cxx_compile_stdcxx_11.m4 \
|
||||||
|
ax_check_qt.m4 resolve-debbuilddeps.sh resolve-rpmbuilddeps.sh \
|
||||||
|
build-resource-file.sh mac-create-app-bundle.sh
|
||||||
|
|
||||||
clean-standard-project-targets:
|
clean-standard-project-targets:
|
||||||
-rm -rf \${PACKAGE_NAME}-\${PACKAGE_VERSION}
|
-rm -rf \${PACKAGE_NAME}-\${PACKAGE_VERSION}
|
||||||
-rm \${PACKAGE_TARNAME}-\${PACKAGE_VERSION}.tar.gz
|
-rm \${PACKAGE_TARNAME}-\${PACKAGE_VERSION}.tar.gz
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
## @file
|
## @file
|
||||||
##
|
##
|
||||||
## $Id: bootstrap.sh 31 2015-05-05 15:06:08Z marc $
|
## $Id: bootstrap.sh 26 2015-09-19 08:42:48Z marc $
|
||||||
##
|
##
|
||||||
## $Date: 2004/08/31 15:57:19 $
|
## $Date: 2004/08/31 15:57:19 $
|
||||||
## $Author: marc $
|
## $Author: marc $
|
||||||
@@ -32,7 +32,7 @@ while test $# -gt 0; do
|
|||||||
(--rebuild|-r) rebuild=1;;
|
(--rebuild|-r) rebuild=1;;
|
||||||
(--rebuild-file|-f) shift; rebuildfiles+=("$1");;
|
(--rebuild-file|-f) shift; rebuildfiles+=("$1");;
|
||||||
(--version|-v)
|
(--version|-v)
|
||||||
echo "$Id: bootstrap.sh 31 2015-05-05 15:06:08Z marc $";
|
echo "$Id: bootstrap.sh 26 2015-09-19 08:42:48Z marc $";
|
||||||
exit;;
|
exit;;
|
||||||
(--help|-h) less <<EOF
|
(--help|-h) less <<EOF
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
|
Reference in New Issue
Block a user