/[svn]/gigedit/trunk/configure.ac
ViewVC logotype

Annotation of /gigedit/trunk/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1073 - (hide annotations) (download)
Mon Mar 5 20:48:23 2007 UTC (17 years ago) by persson
File size: 521 byte(s)
- Yet another gettext fix (final?). Now intltool is back. I
  misunderstood, the intltool package is not needed at build time.

1 persson 1052 dnl Process this file with autoconf to produce a configure script.
2     AC_INIT(gigedit,0.0.3)
3     AC_CONFIG_SRCDIR(src/main.cpp)
4    
5     AC_CONFIG_HEADERS(config.h)
6    
7     AM_INIT_AUTOMAKE
8    
9     GETTEXT_PACKAGE=gigedit
10     AC_SUBST([GETTEXT_PACKAGE])
11     AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext package])
12    
13     AC_PROG_CXX
14    
15 persson 1073 IT_PROG_INTLTOOL(0.35.0)
16 persson 1052 AM_GLIB_GNU_GETTEXT
17    
18     PKG_CHECK_MODULES(GTKMM, gtkmm-2.4 >= 2.6.1 gthread-2.0)
19     PKG_CHECK_MODULES(GIG, gig >= 3.1.0)
20    
21     AC_CONFIG_FILES([
22     Makefile
23     src/Makefile
24     po/Makefile.in
25     ])
26     AC_OUTPUT

  ViewVC Help
Powered by ViewVC