~brianaker/libmemcached/1164440

« back to all changes in this revision

Viewing changes to m4/bottom.m4

Merge working tree with build tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#if !defined(HAVE_ULONG) && !defined(__USE_MISC)
24
24
# define HAVE_ULONG 1
25
25
typedef unsigned long int ulong;
26
 
#endif
 
26
#endif 
 
27
 
 
28
 
 
29
#if defined(RMEMCACHED_PACKAGE) 
 
30
#undef VERSION 
 
31
#define VERSION VERSION_NUMBER
 
32
#endif
 
33
 
 
34
#if defined(RMEMCACHED_PACKAGE)
 
35
#undef PACKAGE
 
36
#define PACKAGE RMEMCACHED_PACKAGE
 
37
#endif
 
38
 
27
39
 
28
40
])
29
41