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-merge.in
|
||||
intltool-update.in
|
||||
lib/libtdata-0.2.pc
|
||||
lib/libsexpr.pc
|
||||
libtool
|
||||
ltmain.sh
|
||||
missing
|
||||
|
15
Makefile.am
15
Makefile.am
@ -1,6 +1,6 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
SUBDIRS = po include lib
|
||||
SUBDIRS = include lib
|
||||
|
||||
libsexprdocdir = ${prefix}/doc/libsexpr
|
||||
libsexprdoc_DATA = \
|
||||
@ -11,18 +11,7 @@ libsexprdoc_DATA = \
|
||||
INSTALL\
|
||||
NEWS
|
||||
|
||||
|
||||
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
|
||||
EXTRA_DIST = $(libsexprdoc_DATA)
|
||||
|
||||
clean-local:
|
||||
|
||||
|
14
configure.ac
14
configure.ac
@ -10,17 +10,6 @@ AM_SILENT_RULES([yes])
|
||||
|
||||
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
|
||||
|
||||
dnl *****************
|
||||
@ -38,5 +27,4 @@ AC_OUTPUT([
|
||||
Makefile
|
||||
lib/libsexpr.pc
|
||||
lib/Makefile
|
||||
include/Makefile
|
||||
po/Makefile.in])
|
||||
include/Makefile])
|
||||
|
@ -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