This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* include/ase/cmn/conf_unx.h.in. Generated from configure.ac by autoheader. */
|
||||
/* include/ase/cmn/config.h.in. Generated from configure.ac by autoheader. */
|
||||
|
||||
/* char is mchar */
|
||||
#undef ASE_CHAR_IS_MCHAR
|
||||
@ -15,12 +15,6 @@
|
||||
/* Unknown Endian */
|
||||
#undef ASE_ENDIAN_UNKNOWN
|
||||
|
||||
/* long double */
|
||||
#undef ASE_HAVE_LONG_DOUBLE
|
||||
|
||||
/* long long */
|
||||
#undef ASE_HAVE_LONG_LONG
|
||||
|
||||
/* author's email address */
|
||||
#undef ASE_PKGAUTHOR
|
||||
|
@ -1,7 +1,10 @@
|
||||
|
||||
pkginclude_HEADERS = conf_msw.h conf_unx.h conf_vms.h \
|
||||
pkginclude_HEADERS = config.h conf_msw.h conf_vms.h \
|
||||
macros.h map.h mem.h pack.h rex.h str.h types.h unpack.h
|
||||
|
||||
pkgincludedir= $(includedir)/ase/cmn
|
||||
|
||||
CLEANFILES = *dist
|
||||
|
||||
install-data-hook:
|
||||
"$(GREP)" -E "#define[ ]+ASE_" "$(pkgincludedir)/config.h" > "/tmp/config.h.$$$$" && mv "/tmp/config.h.$$$$" "$(pkgincludedir)/config.h" || "rm -f /tmp/config.h.$$$$"
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Id: types.h 196 2008-06-08 14:04:16Z baconevi $
|
||||
* $Id: types.h 222 2008-06-26 05:48:54Z baconevi $
|
||||
*
|
||||
* {License}
|
||||
*/
|
||||
@ -26,7 +26,7 @@
|
||||
#if !defined(__unix)
|
||||
#define __unix
|
||||
#endif
|
||||
#include <ase/cmn/conf_unx.h>
|
||||
#include <ase/cmn/config.h>
|
||||
#else
|
||||
#error unsupported operating system
|
||||
#endif
|
||||
|
@ -43,7 +43,7 @@ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_HEADER = $(top_builddir)/include/ase/cmn/conf_unx.h
|
||||
CONFIG_HEADER = $(top_builddir)/include/ase/cmn/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
|
Reference in New Issue
Block a user