/[bubblemon]/bubblemon/configure.in
ViewVC logotype

Diff of /bubblemon/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.85 by walles, Sat Jul 26 17:04:52 2003 UTC revision 1.86 by walles, Mon Jul 28 08:28:12 2003 UTC
# Line 43  AC_MSG_CHECKING(what languages to includ Line 43  AC_MSG_CHECKING(what languages to includ
43  AC_MSG_RESULT($LINGUAS)  AC_MSG_RESULT($LINGUAS)
44    
45  GETTEXT_PACKAGE=bubblemon  GETTEXT_PACKAGE=bubblemon
46  AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE")  AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext's opinion on the package name])
47  AC_SUBST(GETTEXT_PACKAGE)  AC_SUBST(GETTEXT_PACKAGE)
48    
49  # For i18n and l10n (continued)  # For i18n and l10n (continued)
50  AM_GLIB_GNU_GETTEXT  AM_GLIB_GNU_GETTEXT
51    
 # Where do we put locale information?  
 if test "x$prefix" = "xNONE"; then  
   LOCALEDIR=$ac_default_prefix/share/locale  
 else  
   LOCALEDIR=$prefix/share/locale  
 fi  
 AC_DEFINE_UNQUOTED(LOCALEDIR, "$LOCALEDIR")  
   
   
52    
53  ######################################################################  ######################################################################
54  #  #
# Line 80  if test "x$profiling" = "xyes"; then Line 71  if test "x$profiling" = "xyes"; then
71    
72    AC_MSG_RESULT($profilingFLAGS)    AC_MSG_RESULT($profilingFLAGS)
73    
74    AC_DEFINE(ENABLE_PROFILING)    AC_DEFINE(ENABLE_PROFILING, 1, [Whether to make a special profiling-oriented build])
75    
76    AC_MSG_WARN()    AC_MSG_WARN()
77    AC_MSG_WARN(You have enabled profiling by specifying the --enable-profiling switch.)    AC_MSG_WARN(You have enabled profiling by specifying the --enable-profiling switch.)
# Line 116  AC_SUBST(GTOP_APPLETS_CFLAGS) Line 107  AC_SUBST(GTOP_APPLETS_CFLAGS)
107  AC_SUBST(GTOP_APPLETS_LIBS)  AC_SUBST(GTOP_APPLETS_LIBS)
108  AM_CONDITIONAL(BUILD_GTOP_APPLETS, $build_gtop_applets)  AM_CONDITIONAL(BUILD_GTOP_APPLETS, $build_gtop_applets)
109    
 # The gnome2 panel is resizable  
 AC_DEFINE(HAVE_CHANGE_PIXEL_SIZE)  
   
110    
111  ######################################################################  ######################################################################
112  #  #
113  # Output our test results  # Output our test results
114  #  #
115  #  #
116    
117  AC_OUTPUT([  AC_OUTPUT([
118  Makefile  Makefile
119  src/Makefile  src/Makefile

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26