diff options
author | George Lebl <jirka@5z.com> | 2003-02-01 00:04:05 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 2003-02-01 00:04:05 +0000 |
commit | 7ae9cfecd4e4fa2b6cbc65ca1bc3529043bc1a46 (patch) | |
tree | 5485d16928d1fc0f439ae6d58ad4a0759ea0c831 | |
parent | bc94c56bac2477efbb0dc69d730f295ca5ffb76d (diff) | |
download | gdm-7ae9cfecd4e4fa2b6cbc65ca1bc3529043bc1a46.tar.gz |
do something similar as in the other modules since I have some minor
Fri Jan 31 16:03:51 2003 George Lebl <jirka@5z.com>
* configure.in, Makefile.am: do something similar as in the other
modules since I have some minor issues with po directory handling.
The biggest change is building po first before others, dunno if
that makes any difference
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Makefile.am | 10 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 16 insertions, 3 deletions
@@ -1,3 +1,10 @@ +Fri Jan 31 16:03:51 2003 George Lebl <jirka@5z.com> + + * configure.in, Makefile.am: do something similar as in the other + modules since I have some minor issues with po directory handling. + The biggest change is building po first before others, dunno if + that makes any difference + Sat Jan 25 09:13:32 2003 George Lebl <jirka@5z.com> * Release 2.4.1.2 diff --git a/Makefile.am b/Makefile.am index 5239c5e3..7f6f247d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,11 @@ -SUBDIRS = config pixmaps vicious-extensions \ - daemon gui utils po +SUBDIRS = \ + po \ + config \ + pixmaps \ + vicious-extensions \ + daemon \ + gui \ + utils # add these when help gets added back # docs omf-install diff --git a/configure.in b/configure.in index b9075b3a..b96070ef 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl dnl Due to the sed scripts being split on 90 line dnl blocks, this macro needs to be right at the beggining. dnl -AC_PROG_INTLTOOL +AC_PROG_INTLTOOL([0.21]) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(gdm,2.4.1.2) |