diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-13 21:17:02 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-13 21:17:02 +0000 |
| commit | dfc9680e333c3a10fedea103136b03c1ebc1ab2b (patch) | |
| tree | f1db27e2907f46e67270fd1041a4ac0cbcbfde8e /configure.ac | |
| parent | 1e1ee706501584dab74dde04333c712ccd0d7c91 (diff) | |
back to automake
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index c9299731..e8ba1b38 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,6 @@ AC_PREREQ([2.50]) AC_INIT([openbox], [2.90.0cvs], [http://bugzilla.icculus.org]) +AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([kernel/openbox.c]) AC_PREFIX_DEFAULT([/usr/local]) @@ -33,12 +34,9 @@ LIBTOOL="$LIBTOOL --silent" AC_PROG_INSTALL -OB_NLS -## XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ## -##ALL_LINGUAS="" -##AM_GNU_GETTEXT_VERSION(0.11.5) -##AM_GNU_GETTEXT([external]) -## XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ## +ALL_LINGUAS="" +AM_GNU_GETTEXT_VERSION(0.11.5) +AM_GNU_GETTEXT([external]) AC_CHECK_HEADERS(ctype.h fcntl.h locale.h signal.h string.h stdio.h stdlib.h) AC_CHECK_HEADERS(unistd.h sys/stat.h sys/select.h sys/time.h sys/wait.h) @@ -62,7 +60,16 @@ X11_EXT_XKB X11_EXT_SHAPE X11_EXT_XINERAMA -AC_CONFIG_FILES([Makefile build/Makefile.incl]) +AC_CONFIG_FILES([Makefile + po/Makefile.in + themes/Makefile + data/Makefile + render/Makefile + kernel/Makefile + plugins/Makefile + plugins/placement/Makefile + plugins/mouse/Makefile + plugins/keyboard/Makefile]) AC_OUTPUT AC_MSG_RESULT |
