~aq4matic/simple-scan/hp_duplex_scan

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: robert.ancell at gmail
  • Date: 2009-11-18 06:41:35 UTC
  • Revision ID: robert.ancell@gmail.com-20091118064135-ji1435rw654b30kv
Make translatable

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
])
25
25
 
26
26
dnl ###########################################################################
 
27
dnl Internationalization
 
28
dnl ###########################################################################
 
29
 
 
30
IT_PROG_INTLTOOL([0.35.0])
 
31
GETTEXT_PACKAGE=simple-scan
 
32
AC_SUBST(GETTEXT_PACKAGE)
 
33
AM_GLIB_GNU_GETTEXT
 
34
 
 
35
dnl ###########################################################################
27
36
dnl Files to generate
28
37
dnl ###########################################################################
29
38
 
30
39
AC_OUTPUT([
31
40
Makefile
 
41
data/Makefile
 
42
po/Makefile.in
32
43
src/Makefile
33
 
data/Makefile
34
44
])