summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)AuthorFilesLines
2014-03-270.25.2poppler-0.25.2Albert Astals Cid1-15/+32
2013-07-190.23.4poppler-0.23.4Albert Astals Cid1-1/+5
2013-07-08build: Make -lpthread take preference over -pthreadCarlos Garcia Campos1-1/+1
This makes libpoppler link to pthreads and fixes runtime error due to unresolved pthread symbols when running some of the utils and tests.
2013-07-08m4: Replace old acx_pthread.m4 with new one ax_pthread.m4Carlos Garcia Campos2-280/+317
2013-01-11Use CPPFLAGS for CPPFLAGS not CFLAGSPeter Dyballa1-1/+1
Bug #59186
2012-03-28Improve m4/libjpeg.m4suzuki toshiya1-0/+6
m4/libjpeg.m4 uses USER_INCLUDES and USER_LDFLAGS in it, but USER_INCLUDES is not reflected when jpeglib.h is searched. this patch modifies m4/libjpeg.m4 to reflect USER_INCLUDES when jpeglib.h is searched.
2012-02-04glib: Update gtk-doc makefile and m4 fileCarlos Garcia Campos1-0/+6
2011-01-16Another qt3 unused fileAlbert Astals Cid1-16/+0
2010-07-02[glib] Add GObject introspection supportCarlos Garcia Campos1-0/+94
2010-06-30[glib] docs: do not use gtk-doc templatesCarlos Garcia Campos1-1/+1
2010-03-27make qt3 detection use pkgconfigJan Engelhardt1-93/+8
2010-02-21Merge remote branch 'origin/cpp-frontend'Pino Toscano1-0/+180
* origin/cpp-frontend: (34 commits) [cpp/tests] poppler-dump: show a string for the font type [cpp/tests] poppler-dump: show the orientation of the pages [cpp/tests] poppler-dump: a bit less output in permissions lines [cpp/tests] poppler-dump: add --show-all to show all the information [cpp] use iconv for the utf8 <-> utf16 conversions [cpp] add the build system stuff for iconv, mandatory for cpp [cpp] fixup unicode GooString <-> ustring conversions [cpp] fix installation of poppler-version.h with autotools and builddir != srcdir simplify [cpp/tests] add a simple poppler-dump test [cpp] use the correct index (instead of an uninitialized variable) [cpp] properly delete the children of a toc item [cpp] actually implement toc::root() [cpp] fix the reference to the vector data [cpp] fix the reference to the vector data [cpp] add destructor for 'rectangle' [cpp] add out stream operators for rect and rectf [cpp] add namespace to namespace functiond to link properly [cpp] add default empty parameters for the passwords of the document loading functions [cpp] add "human friendly" output representation for byte_array ... Conflicts: config.h.cmake
2010-02-19use pkgconfig to detect libpng on autotools tooHib Eris1-99/+0
2009-12-30[cpp] add the build system stuff for iconv, mandatory for cppPino Toscano1-0/+180
2009-09-27Fix the linking not to use the .so directly but the libYaakov Selkowitz1-2/+2
Fixes check on cygwin
2009-07-30Update gtk-doc build filesCarlos Garcia Campos1-33/+41
2009-07-30Revert "Remove unneeded files from repo"Carlos Garcia Campos1-0/+53
This reverts commit 4cc9dee35e03d7b295a476f937ec0f2c43bb6592. See bug #22697.
2009-06-10ignore++Albert Astals Cid1-0/+5
2009-06-06Remove unneeded files from repoChristian Persch1-53/+0
See bug #22094
2009-03-08use AC_CHECK_HEADER to find headersMarc Kleine-Budde1-2/+1
The original m4/libjpeg.m4 used AC_FIND_FILE to look for jpeg header file. This test is not cross-compiling save. This patch uses the autoconf function AC_CHECK_HEADER to look for the jpeg header, which works in the native and the cross compiling scenaria. Bug #20538
2009-01-06Add forgotten file to let the autotools based system buildWarren Toomey1-0/+99
2008-09-27Misc mingw fixesCarlo Bramini1-1/+1
2008-04-21Link to pthread when neededAlbert Astals Cid1-0/+280
Should fix bug 15625
2008-03-09proper lib64 Qt detectionAlbert Astals Cid1-3/+12
Fixes bug 14583
2007-09-17Use = instead of == in qt.m4Albert Astals Cid1-1/+1
2007-03-04Switch to using pkg-config to find Qt4.Brad Hards1-165/+0
2007-01-31* m4/qt.m4: Fix Qt4 detection on Mac. Patch by Benjamin Reed <ranger@befunk.com>Albert Astals Cid1-3/+23
2006-11-23* m4/libjpeg.m4: Make JPEG library header search work under MSYS. Patch by ↵Albert Astals Cid1-1/+1
Alexis Wilke
2006-09-192006-09-19 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-0/+34
* poppler/GlobalParams.cc: Add scanEncodingDirs() to automatically scan in any encodings found under ${datadir}/poppler. * m4/define-dir.m4: New file, adds AC_DEFINE_DIR macro.
2006-04-21Add another path to search for Qt4 libs and includes.Brad Hards1-2/+2
CCMAIL: montel@kde.org
2006-04-09m4/qt.m4: Improve for systems that need -pthread to be linked when linking ↵Albert Astals Cid1-1/+27
Qt. Patch by Diego Pettenò
2006-04-02Improvements to the Qt4 frontend, comments welcomeAlbert Astals Cid1-2/+2
2006-01-10 * configure.ac:Albert Astals Cid1-0/+5
* m4/qt.m4: Fix bugs created when splitting the code from configure.ac, take QTDIR into account when looking for QtTestLib and do not die if it is not found as it is not mandatory * qt/poppler-page-transition.cc: * qt/poppler-page.cc: * qt/poppler-private.h: * qt4/tests/Makefile.am: * qt4/src/poppler-qt4.h: * qt4/src/poppler-page.cc: * qt4/src/Makefile.am: Fix mess created my the moving and renaming of PageTransition.cc
2006-01-062006-01-06 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg2-0/+315
* qt/poppler-page.cc: * qt/poppler-private.h: * qt/poppler-qt.h: * qt4/src/Makefile.am: * qt/Makefile.am: * poppler/Makefile.am: Move PageTransition to qt bindings, move contents from Private.h to qt/poppler-private.h. * poppler/TextOutputDev.cc (visitWord): Remove #warning. * utils/Makefile.am (pdfimages_SOURCES): Add ImageOutputDev.h, use dist_man1_MANS so we actually dist the man pages. * goo/Makefile.am (poppler_goo_include_HEADERS): Add GooVector.h. * glib/reference/Makefile.am: DOC_SOURCE_DIR must be relative to $(srcdir), fix this to make distchek run. * m4/qt.m4: * m4/libjpeg.m4: * acinclude.m4: * configure.ac: Split out Qt and libjpeg checks from configure.ac and acinclude.m4 to m4/qt.m4 and m4/libjpeg.m4.
2006-01-02Sun Jan 1 18:50:51 2006 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford1-0/+53
* Makefile.am: * autogen.sh: * configure.ac: * gtk-doc.make: * glib/Makefile.am: enable gtk-doc support.