diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-08-28 17:36:43 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-08-28 17:36:43 -0400 |
commit | ab5c528de2fc744d77c44ea1a9a3467f1ec5f81d (patch) | |
tree | 995e815b7719caa6f3165a696837192217f9cd66 /src | |
parent | 47b3c9aa3f7860326e624a053675112a7ad24419 (diff) |
Undefine PACKAGE* macros defined by autotools
We use our own macros. This makes it easier for other build systems.
Diffstat (limited to 'src')
-rw-r--r-- | src/cairoint.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cairoint.h b/src/cairoint.h index d5515a4e..e4c3369f 100644 --- a/src/cairoint.h +++ b/src/cairoint.h @@ -50,6 +50,13 @@ #include "config.h" #endif +/* We use our own macros */ +#undef PACKAGE +#undef PACKAGE_NAME +#undef PACKAGE_STRING +#undef PACKAGE_TARNAME +#undef PACKAGE_VERSION + #include <assert.h> #include <stdlib.h> #include <string.h> |