intltools removed;
This commit is contained in:
parent
90d56e2c7e
commit
313de17a73
2
.gitignore
vendored
2
.gitignore
vendored
@ -23,7 +23,7 @@ install-sh
|
|||||||
intltool-extract.in
|
intltool-extract.in
|
||||||
intltool-merge.in
|
intltool-merge.in
|
||||||
intltool-update.in
|
intltool-update.in
|
||||||
lib/libtdata-0.2.pc
|
lib/libsexpr.pc
|
||||||
libtool
|
libtool
|
||||||
ltmain.sh
|
ltmain.sh
|
||||||
missing
|
missing
|
||||||
|
15
Makefile.am
15
Makefile.am
@ -1,6 +1,6 @@
|
|||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
SUBDIRS = po include lib
|
SUBDIRS = include lib
|
||||||
|
|
||||||
libsexprdocdir = ${prefix}/doc/libsexpr
|
libsexprdocdir = ${prefix}/doc/libsexpr
|
||||||
libsexprdoc_DATA = \
|
libsexprdoc_DATA = \
|
||||||
@ -11,18 +11,7 @@ libsexprdoc_DATA = \
|
|||||||
INSTALL\
|
INSTALL\
|
||||||
NEWS
|
NEWS
|
||||||
|
|
||||||
|
EXTRA_DIST = $(libsexprdoc_DATA)
|
||||||
INTLTOOL_FILES = intltool-extract.in \
|
|
||||||
intltool-merge.in \
|
|
||||||
intltool-update.in
|
|
||||||
|
|
||||||
EXTRA_DIST = $(libsexprdoc_DATA) \
|
|
||||||
$(INTLTOOL_FILES)
|
|
||||||
|
|
||||||
DISTCLEANFILES = intltool-extract \
|
|
||||||
intltool-merge \
|
|
||||||
intltool-update \
|
|
||||||
po/.intltool-merge-cache
|
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
|
|
||||||
|
14
configure.ac
14
configure.ac
@ -10,17 +10,6 @@ AM_SILENT_RULES([yes])
|
|||||||
|
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
|
||||||
dnl ***************************************************************************
|
|
||||||
dnl Internationalization
|
|
||||||
dnl ***************************************************************************
|
|
||||||
IT_PROG_INTLTOOL([0.35.0])
|
|
||||||
|
|
||||||
GETTEXT_PACKAGE=libsexpr
|
|
||||||
AC_SUBST(GETTEXT_PACKAGE)
|
|
||||||
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [GETTEXT package name])
|
|
||||||
AM_GLIB_GNU_GETTEXT
|
|
||||||
|
|
||||||
|
|
||||||
LT_INIT
|
LT_INIT
|
||||||
|
|
||||||
dnl *****************
|
dnl *****************
|
||||||
@ -38,5 +27,4 @@ AC_OUTPUT([
|
|||||||
Makefile
|
Makefile
|
||||||
lib/libsexpr.pc
|
lib/libsexpr.pc
|
||||||
lib/Makefile
|
lib/Makefile
|
||||||
include/Makefile
|
include/Makefile])
|
||||||
po/Makefile.in])
|
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
# please keep this list sorted alphabetically
|
|
||||||
#
|
|
@ -1,3 +0,0 @@
|
|||||||
# List of source files containing translatable strings.
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user