34 |
AM_CONFIG_HEADER(config.h) |
AM_CONFIG_HEADER(config.h) |
35 |
AC_CANONICAL_TARGET() |
AC_CANONICAL_TARGET() |
36 |
AM_INIT_AUTOMAKE |
AM_INIT_AUTOMAKE |
37 |
AM_MKINSTALLDIRS |
#AM_MKINSTALLDIRS |
38 |
|
|
39 |
AC_GNU_SOURCE |
AC_GNU_SOURCE |
40 |
|
|
136 |
]) |
]) |
137 |
|
|
138 |
# Note, that autogen.sh greps for the next line. |
# Note, that autogen.sh greps for the next line. |
139 |
AM_GNU_GETTEXT_VERSION(0.12.1) |
#AM_GNU_GETTEXT_VERSION(0.12.1) |
140 |
AM_GNU_GETTEXT([external]) |
#AM_GNU_GETTEXT([external]) |
141 |
# There is something wrong with the NLS checking here. We force using it. |
# There is something wrong with the NLS checking here. We force using it. |
142 |
USE_NLS=yes |
USE_NLS=yes |
143 |
|
|
240 |
icons/Makefile |
icons/Makefile |
241 |
m4/Makefile |
m4/Makefile |
242 |
Gnupg/Makefile |
Gnupg/Makefile |
|
Po/Makefile.in |
|
243 |
]) |
]) |
244 |
|
#Po/Makefile.in |
245 |
AC_OUTPUT |
AC_OUTPUT |