~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_drizzle_build.m4

  • Committer: Monty Taylor
  • Date: 2009-12-30 18:44:00 UTC
  • mfrom: (1258 build)
  • mto: This revision was merged to the branch mainline in revision 1259.
  • Revision ID: mordred@inaugust.com-20091230184400-li96wztn438f0myn
Merged up with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
#ifndef __CONFIG_H__
76
76
#define __CONFIG_H__
77
77
 
 
78
#include "config/top.h"
 
79
])
 
80
  mkdir -p config
 
81
  cat > config/top.h.stamp <<EOF_CONFIG_TOP
 
82
 
78
83
#if defined(i386) && !defined(__i386__)
79
84
#define __i386__
80
85
#endif
81
86
 
82
 
  ])
 
87
#if defined(_FILE_OFFSET_BITS)
 
88
# undef _FILE_OFFSET_BITS
 
89
#endif
 
90
EOF_CONFIG_TOP
 
91
  diff config/top.h.stamp config/top.h >/dev/null 2>&1 || mv config/top.h.stamp config/top.h
 
92
  rm -f config/top.h.stamp
 
93
 
 
94
 
83
95
  AH_BOTTOM([
84
96
#if defined(__cplusplus)
85
97
# include CSTDINT_H