Skip to content

Commit 692d321

Browse files
committedApr 1, 2011
shorten package name
1 parent 4c83ebd commit 692d321

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed
 

‎.gitignore

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# git-ls-files --others --exclude-from=.git/info/exclude
2+
# Lines that start with '#' are comments.
3+
# For a project mostly in C, the following would be a good set of
4+
# exclude patterns (uncomment them if you want to use them):
5+
# *.[oa]
6+
*~
7+
Makefile.in
8+
aclocal.m4
9+
config.h.in
10+
autom4te.cache
11+
config/compile
12+
config/config.guess
13+
config/config.sub
14+
config/depcomp
15+
config/install-sh
16+
config/ltmain.sh
17+
config/missing
18+
configure

‎Makefile.am

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ include config/lang.am
33
EXTRA_DIST = \
44
sipxpbx \
55
stdprompts \
6-
sipxecs-lang-@LANG_ID@.spec
6+
config/revision-gen \
7+
sipxlang-@LANG_ID@.spec
78

89
prompts_SOURCE = $(shell find $(srcdir)/stdprompts -name '*.wav' -type f -printf '%P\n')
9-
conf_DATA = sipxecs-lang-@LANG_ID@.jar
10+
conf_DATA = sipxlang-@LANG_ID@.jar
1011

1112
install-data-hook :
1213
echo "$$Installer" | \

‎configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
AC_PREREQ(2.57)
2-
AC_INIT(sipxecs-lang-zh, 0.0.4.5.2, sipx-dev@list.sipfoundry.org)
2+
AC_INIT(sipxlang-zh, 0.0.4.5.2, sipx-dev@list.sipfoundry.org)
33
AC_CONFIG_AUX_DIR(config)
44
AC_CONFIG_SRCDIR([stdprompts/01.wav])
55
AM_INIT_AUTOMAKE(foreign tar-ustar)
66
m4_include([config/sipXlib2.m4])
77
AC_SUBST(LANG_ID,zh)
88
AC_CONFIG_FILES([
99
Makefile
10-
sipxecs-lang-zh.spec
10+
sipxlang-zh.spec
1111
])
1212
AC_OUTPUT
File renamed without changes.

0 commit comments

Comments
 (0)