Add some changes to make ETL more suitable for Fedora:
authorpabs3 <pabs3@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 7 Jun 2009 10:41:14 +0000 (10:41 +0000)
committerCarlos Lopez <carlos@pcnuevo.(none)>
Fri, 12 Jun 2009 14:31:44 +0000 (16:31 +0200)
commit2fde73ebec7ee1bcb147abc19d16b1bc0deb17bf
tree82eb80bee8ea0d955e4e551ae9d9bd8c475a9976
parenta75d39ae6509cd7b24e8924ffab41e8014591a8f
Add some changes to make ETL more suitable for Fedora:

Generate etl_profile.h in a less hacky way.

Move the tests needed for generating etl_profile.h into the main configuration file.

Move the etl_profile.h header to an arch-specific dir to prepare for multi-arch.

Use less generic defines in the etl_profile.h header and prefix private defines with a double underscore.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2377 1f10aa63-cdf2-0310-b900-c93c546f37ac
13 files changed:
ETL/trunk/ETL.pbproj/etl_profile.h
ETL/trunk/ETL.pc.in
ETL/trunk/ETL/Makefile.am
ETL/trunk/ETL/_mutex_pthreads.h
ETL/trunk/ETL/_stringf.h
ETL/trunk/ETL/_thread.h
ETL/trunk/ETL/clock
ETL/trunk/ETL/etl_profile.h.in [new file with mode: 0644]
ETL/trunk/ETL/handle
ETL/trunk/ETL/mutex
ETL/trunk/Makefile.am
ETL/trunk/configure.ac
ETL/trunk/m4/ETL.m4