~golfish/netbook-remix-launcher/desktop

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Neil J. Patel
  • Date: 2008-07-24 10:42:19 UTC
  • Revision ID: njpatel@gmail.com-20080724104219-hq0pr6wk42mnzsg4
* ume-launcher doesn't use translated/stock items  (LP: #238582)
  Patch By: golfish <golfish218@gmail.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
AC_STDC_HEADERS
11
11
AC_PROG_LIBTOOL
12
12
 
 
13
GETTEXT_PACKAGE=ume-launcher
 
14
AC_SUBST(GETTEXT_PACKAGE)
 
15
AC_SUBST([CONFIG_STATUS_DEPENDENCIES],['$(top_srcdir)/po/LINGUAS'])
 
16
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Define to the Gettext package name])
 
17
ALL_LINGUAS="`cat "$srcdir/po/LINGUAS" | grep -v '^#'`"
 
18
 
 
19
IT_PROG_INTLTOOL([0.34])
 
20
 
 
21
AM_GLIB_GNU_GETTEXT
 
22
 
13
23
if test "x$GCC" = "xyes"; then
14
24
        GCC_FLAGS="-g -Wall -Werror"
15
25
fi
37
47
data/Makefile
38
48
tidy/Makefile
39
49
src/Makefile
 
50
po/Makefile.in
40
51
])