* GSWeb/GSWDeployedBundle.m

remove local NSAutoreleasePool
* configure.ac
GSWeb.framework -> GSWeb
* configure
regenerate



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@30699 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Dave Wetzel 2010-06-14 04:39:51 +00:00
parent bd96878757
commit 416e6cad91
4 changed files with 13 additions and 8 deletions

View file

@ -1,3 +1,11 @@
2010-06-13 David Wetzel <dave@turbocat.de>
* GSWeb/GSWDeployedBundle.m
remove local NSAutoreleasePool
* configure.ac
GSWeb.framework -> GSWeb
* configure
regenerate
2010-06-13 David Wetzel <dave@turbocat.de>
rename all *.framework top level directories to their basename.
* GSWDatabase/WODisplayGroup.m

View file

@ -317,7 +317,6 @@ RCS_ID("$Id$")
NSString* path=nil;
if (aName)
{
NSAutoreleasePool* arp = [NSAutoreleasePool new];
NS_DURING
{
NSString* emptyString=@"";
@ -415,13 +414,11 @@ RCS_ID("$Id$")
localException=ExceptionByAddingUserInfoObjectFrameInfo0(localException,
@"lockedCachedRelativePathForResourceNamed:inDirectory:language:");
RETAIN(localException);
DESTROY(arp);
AUTORELEASE(localException);
[localException raise];
}
NS_ENDHANDLER;
RETAIN(path);
DESTROY(arp);
AUTORELEASE(path);
};
return path;

8
configure vendored
View file

@ -3148,7 +3148,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
else
ac_cv_header_stdc=no
fi
rm -f conftest*
rm -f -r conftest*
fi
@ -3169,7 +3169,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
else
ac_cv_header_stdc=no
fi
rm -f conftest*
rm -f -r conftest*
fi
@ -4145,7 +4145,7 @@ AUX_LIBS="$LIBS"
#--------------------------------------------------------------------
# Write the Makefiles
#--------------------------------------------------------------------
ac_config_files="$ac_config_files config.mak gsweb.make GSWeb.framework/Makefile.preamble"
ac_config_files="$ac_config_files config.mak gsweb.make GSWeb/Makefile.preamble"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@ -4702,7 +4702,7 @@ do
"config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
"config.mak") CONFIG_FILES="$CONFIG_FILES config.mak" ;;
"gsweb.make") CONFIG_FILES="$CONFIG_FILES gsweb.make" ;;
"GSWeb.framework/Makefile.preamble") CONFIG_FILES="$CONFIG_FILES GSWeb.framework/Makefile.preamble" ;;
"GSWeb/Makefile.preamble") CONFIG_FILES="$CONFIG_FILES GSWeb/Makefile.preamble" ;;
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}

View file

@ -157,5 +157,5 @@ AC_SUBST(AUX_LIBS)
#--------------------------------------------------------------------
# Write the Makefiles
#--------------------------------------------------------------------
AC_CONFIG_FILES([config.mak gsweb.make GSWeb.framework/Makefile.preamble])
AC_CONFIG_FILES([config.mak gsweb.make GSWeb/Makefile.preamble])
AC_OUTPUT