Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-tweak.git;a=commitdiff;h=f5e62712d5ee54e41ccf2cdc0285e900b34424f2

commit f5e62712d5ee54e41ccf2cdc0285e900b34424f2
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Sun Jan 2 14:09:27 2011 +0100

*updated Makefile

diff --git a/Makefile.am b/Makefile.am
index f241282..674af79 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,11 +3,11 @@ EXTRA_DIST =  expansions.m4

#Warning: This is an automatically generated file, do not edit!
if ENABLE_DEBUG_X86
- SUBDIRS =  Service RSS.NET frugal-irc WebService frugal-mono-tools
+ SUBDIRS =  RSS.NET frugal-irc WebService frugal-mono-tools
endif
if ENABLE_RELEASE_X86
- SUBDIRS =  Service RSS.NET frugal-irc WebService frugal-mono-tools
+ SUBDIRS =  RSS.NET frugal-irc WebService frugal-mono-tools
endif
if ENABLE_RELEASE
- SUBDIRS =  Service RSS.NET frugal-irc WebService frugal-mono-tools
+ SUBDIRS =  RSS.NET frugal-irc WebService frugal-mono-tools
endif
diff --git a/configure.ac b/configure.ac
index bcb7d16..f0beeaa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ fi

AC_ARG_ENABLE(debug_x86,
AC_HELP_STRING([--enable-debug_x86],
-               [Use 'DEBUG_X86' Configuration [default=YES]]),
+               [Use 'DEBUG_X86' Configuration [default=NO]]),
enable_debug_x86=yes, enable_debug_x86=no)
AM_CONDITIONAL(ENABLE_DEBUG_X86, test x$enable_debug_x86 = xyes)
if test "x$enable_debug_x86" = "xyes" ; then
@@ -41,15 +41,15 @@ if test "x$enable_release_x86" = "xyes" ; then
fi
AC_ARG_ENABLE(release,
AC_HELP_STRING([--enable-release],
-               [Use 'RELEASE' Configuration [default=NO]]),
+               [Use 'RELEASE' Configuration [default=YES]]),
enable_release=yes, enable_release=no)
AM_CONDITIONAL(ENABLE_RELEASE, test x$enable_release = xyes)
if test "x$enable_release" = "xyes" ; then
CONFIG_REQUESTED="yes"
fi
if test -z "$CONFIG_REQUESTED" ; then
-       AM_CONDITIONAL(ENABLE_DEBUG_X86, true)
-       enable_debug_x86=yes
+       AM_CONDITIONAL(ENABLE_RELEASE, true)
+       enable_release=yes
fi


@@ -68,8 +68,6 @@ dnl package checks, per config


AC_CONFIG_FILES([
-Service/ServiceMonoFrugal
-Service/Makefile
RSS.NET/rss.net.pc
RSS.NET/Makefile
frugal-irc/frugalware-irc
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to