diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-07-10 04:31:05 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-07-10 04:31:05 +0000 |
| commit | 2abbf01125731caf99490eca58db6debce717947 (patch) | |
| tree | 8cb07f4c5f933c0cc1f50d03aa68901ed0f10919 /configure.ac | |
| parent | 425b1734c9c195dfa0717627780072f24b5def56 (diff) | |
update the build system, using a single Makefile.am for a sexyass non-recursive make. booyah!
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 25 |
1 files changed, 6 insertions, 19 deletions
diff --git a/configure.ac b/configure.ac index 11b23b79..d462ddc0 100644 --- a/configure.ac +++ b/configure.ac @@ -12,6 +12,7 @@ test "$SED" || AC_MSG_ERROR([sed not found]) # Determine build target OB_DEBUG # Pick compiler specific/build target flags, and set $CVS +AM_PROG_CC_C_O OB_COMPILER_FLAGS AC_C_CONST AC_C_INLINE @@ -99,25 +100,11 @@ X11_EXT_VIDMODE X11_EXT_SHAPE X11_EXT_XINERAMA -AC_CONFIG_FILES([Makefile - m4/Makefile - po/Makefile.in - themes/Makefile - themes/ebox_data/Makefile - themes/fieron_data/Makefile - themes/fieron2_data/Makefile - data/Makefile - render/Makefile - parser/Makefile - kernel/Makefile - plugins/Makefile - plugins/resistance/Makefile - plugins/placement/Makefile - plugins/mouse/Makefile - plugins/keyboard/Makefile - plugins/menu/Makefile - tools/Makefile - tools/obconf/Makefile]) +AC_CONFIG_FILES([ + Makefile + m4/Makefile + po/Makefile.in +]) AC_OUTPUT AC_MSG_RESULT |
