summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2012-10-01[trunk] FolderReorgProposal task: only keep a single build systemMathieu Malaterre
2012-04-23[trunk] apply patch from winfried on the mailing list. For more info see: ↵Mathieu Malaterre
https://groups.google.com/group/openjpeg/msg/e631d586a31c6de4
2012-03-02[trunk] Backport toplevel files from 1.5Mathieu Malaterre
2011-11-28[trunk] add support for Large File in autoconfJulien Malik
2011-10-25patches for cmake and autotool are appliedKaori Hagihara
2011-10-10change -v option was reactivated for JPIPKaori Hagihara
2011-10-10[trunk] add libopenjpeg-jpwl.pc.in. fix output when --disable-shared or ↵Vincent Torri
--disable-static is passed to configure. Minor clean up of configure.ac.
2011-09-30* [vincent] fix autotools for various compilation problemsVincent Torri
* [vincent] fix indexer compilation. Patch from Winfried
2011-09-28[trunk] bump version to 1.99.0Vincent Torri
2011-08-26small changes in autotools filesAntonin Descampe
2011-08-16added NEWS, AUTHORS and THANKS files. Cosmetic changes in autotools files ↵Antonin Descampe
(in trunk)
2011-08-15fixed a bug in autotools files that prevented libfcgi to be correctly found ↵Antonin Descampe
in some cases (patch from V.Torri)
2011-08-11minor bug fix in configure.ac (credit to Vincent Torri)Antonin Descampe
2011-05-24fixed a bug in autotools that prevented "make distcheck" to work properly ↵Antonin Descampe
(credit to Vincent Torri) ; added autotools for the "applications/jpip/tools" directory
2011-05-23fixed autotools (broken since the new directory structure) and added ↵Antonin Descampe
autotools as a build method for jpip (credit to Vincent Torri)
2011-04-12small fix in configure.ac (credit to Vincent Torri)Antonin Descampe
2011-03-10fixed lt_version in configure.acAntonin Descampe
2011-03-05cosmetic change for status report of ./configureAntonin Descampe
2011-03-04updated autotools files to improve build and install procedures (credit to ↵Antonin Descampe
Vincent Torri)
2011-01-13s/libopenjpeg.pc/libopenjpeg1.pc/Rex Dieter
2011-01-07changed report code in Makefile.amWinfried
2010-12-14Adapted Makefile.am/Makefile.nix to build choice: shared xor staticWinfried
2010-12-10Changed build choice in configure.ac/Makefile.am/Makefile.nix: shared xor staticWinfried
2010-12-09Removed LCMS dependencies from Makefile.am/Makefile.nixWinfried
2010-10-22M configureWinfried
M Makefile.in M configure.ac A libopenjpeg.pc.in M doc/Makefile.in M doc/Makefile.am M CHANGES M Makefile.am
2010-10-17-This line, and those below, will be ignored--Winfried
M configure M Makefile.in M opj_config.h.in.user M mj2/Makefile.in M mj2/Makefile.am M mj2/Makefile.nix M libopenjpeg/Makefile.in M jp3d/Makefile.in M jp3d/libjp3dvm/Makefile.in M jp3d/Makefile.nix M jp3d/codec/Makefile.in M jp3d/codec/Makefile.am M config.nix M configure.ac M doc/Makefile.in M doc/Makefile.am M doc/Makefile.nix M INSTALL M CHANGES M jpwl/Makefile.in M jpwl/Makefile.am M jpwl/Makefile.nix M Makefile.am M Makefile.nix M codec/Makefile.in M codec/Makefile.am
2010-10-13(no commit message)Winfried
2010-10-101. The jp3d/libjp3dvm/Makefile.am has been changed:Antonin Descampe
Installing: /usr/local/TEST_CONFIG/include/openjpeg3d-1.3/ Installing: /usr/local/TEST_CONFIG/include/openjpeg3d-1.3/openjpeg3d.h PREFIX/include: 23 openjpeg.h -> openjpeg-1.4/openjpeg.h 27 openjpeg3d.h -> openjpeg3d-1.3/openjpeg3d.h 28773 openjpeg-1.4/openjpeg.h 22158 openjpeg3d-1.3/openjpeg3d.h 2. The jp3d/Makefile.nix has been changed respectivly. 3. The mj2/Makefile.nix contained a wrong path to 'compat/' 4. opj_config.h.in.user contained a comment within a comment. 5. 'autoreconf' reported that AC_PROG_RANLIB is no longer necessary in 'configure.ac'.
2010-10-05Added files to let people build openjpeg with configure tools ; Added ↵Antonin Descampe
makefiles to let people manually build openjpeg on *nix platforms ; Removed obsolete Makefiles ; Renamed dirent.h to windirent.h ; Made optional the PNG, TIFF, and LCMS support in CMake files ; Added opj_config* files to configure openjpeg before building it (opj_config.h generated by configure, cmake, or manually by the user) ; Renamed this file from ChangeLog to CHANGES ; Renamed License.txt to LICENSE ; Updated README files ; Added INSTALL and LICENSE files ; Added man pages