.gitignore
author J. Ali Harlow <ali@juiblex.co.uk>
Fri Oct 03 15:05:33 2014 +0100 (2014-10-03)
changeset 453 1fd1d221092d
parent 399 98aade0d875b
permissions -rw-r--r--
Add INTLLIBS back into librazor_la_LIBADD and also into razor.pc

INTLLIBS was originally added into librazor_la_LIBADD (but not razor.pc)
in 611c84a3f4b4538a65d186050608c17adbf17770 and then removed in
236cfc8ecc5c66288e41bf9b72051a3b18326e1c over concerns that it meant
that building static applications (eg., in plover) required a static
version of libintl. Since then, however, the inclusion of gnulib's
getopt has caused the build to fail without INTLLIBS in librazor_la_LIBADD
with messages of the form:

../gl/.libs/libgnu.a(getopt.o): In function `_getopt_internal_r':
/home/ali/wk/razor/vpath/gl/../../working/gl/getopt.c:808: undefined reference to `libintl_gettext'

while building librazor.dll.a

Thus it appears that INTLLIBS really is needed and should go back into
librazor_la_LIBADD (which fixes the build) and should also be in Libs.private
in razor.pc for static builds. This means that a static version of libintl
will be required (eg., as part of mingw64-gettext-static).

Along the way, razor.pc has also been fixed to avoid overlinking
(https://wiki.openmandriva.org/en/Overlinking_issues_in_packaging)
and a missing include directory that caused the razor executable to
fail to build was added.
rhughes@241
     1
aclocal.m4
rhughes@241
     2
autom4te.cache
rhughes@241
     3
compile
rhughes@241
     4
config.guess
rhughes@241
     5
config.h
rhughes@241
     6
config.h.in
rhughes@241
     7
config.log
rhughes@241
     8
config.status
rhughes@241
     9
config.sub
rhughes@241
    10
configure
rhughes@241
    11
depcomp
jbowes@285
    12
gtk-doc.make
rhughes@241
    13
INSTALL
rhughes@241
    14
install-sh
rhughes@241
    15
intltool-extract
rhughes@241
    16
intltool-extract.in
rhughes@241
    17
intltool-merge
rhughes@241
    18
intltool-merge.in
rhughes@241
    19
intltool-update
rhughes@241
    20
intltool-update.in
rhughes@241
    21
libtool
rhughes@241
    22
ltmain.sh
rhughes@241
    23
Makefile
rhughes@241
    24
Makefile.in
rhughes@241
    25
missing
rhughes@241
    26
mkinstalldirs
rhughes@241
    27
py-compile
rhughes@241
    28
stamp-h1
krh@1
    29
*.o
rhughes@241
    30
ChangeLog
rhughes@241
    31
*.tar.gz
krh@1
    32
*~
rhughes@241
    33
ali@323
    34
/link-warning.h
ali@399
    35
/arg-nonnull.h
ali@399
    36
/warn-on-use.h
ali@452
    37
librazor/razor.h