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

Annotation of /gigedit/trunk/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1066 - (hide annotations) (download)
Sun Mar 4 14:49:30 2007 UTC (17 years ago) by schoenebeck
File size: 496 byte(s)
- just minor automake / autoconf fix (moved check for intltool from
  configure.ac to autogen.sh, since intltool is only needed at autogen.sh
  stage anyway)

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     AM_GLIB_GNU_GETTEXT
16    
17     PKG_CHECK_MODULES(GTKMM, gtkmm-2.4 >= 2.6.1 gthread-2.0)
18     PKG_CHECK_MODULES(GIG, gig >= 3.1.0)
19    
20     AC_CONFIG_FILES([
21     Makefile
22     src/Makefile
23     po/Makefile.in
24     ])
25     AC_OUTPUT

  ViewVC Help
Powered by ViewVC