]> granicus.if.org Git - libjpeg-turbo/commit
This patch accomplishes the following:
authorDRC <dcommander@users.sourceforge.net>
Sun, 20 Apr 2014 09:13:37 +0000 (09:13 +0000)
committerDRC <dcommander@users.sourceforge.net>
Sun, 20 Apr 2014 09:13:37 +0000 (09:13 +0000)
commit714839d4025e050c17ed25150abcd94d13d7942f
treec742c4579ed3cd2c7a24237dc89cbd44736130ce
parent0816d086b5ff9a2d76721aaec08eabba7d9781be
parentff6961f3d22060adc13cc3e60d42fc480de007e5
This patch accomplishes the following:
-- Auto-generates HAVE_LOCALE_H macro and adds it to jconfig.h (this is used by rdjpgcom.c.)
-- Reconciles the description and ordering of macros between config.h.in and jconfig.h.in, so the two files can be easily diffed.
-- Eliminates the use of the autoheader-generated config.h in the project and moves relevant internal-only macros into a new file, jconfigint.h.  This is to avoid "already defined" warnings in files that were including both config.h (to get the internal autotools package information or the INLINE definition) and jconfig.h.

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1257 632fc199-4ca6-4c93-a231-07263d6284db
CMakeLists.txt
configure.ac