mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-23 03:31:16 +00:00
* 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:
parent
1d17bec101
commit
a31f49055e
4 changed files with 13 additions and 8 deletions
|
@ -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>
|
2010-06-13 David Wetzel <dave@turbocat.de>
|
||||||
rename all *.framework top level directories to their basename.
|
rename all *.framework top level directories to their basename.
|
||||||
* GSWDatabase/WODisplayGroup.m
|
* GSWDatabase/WODisplayGroup.m
|
||||||
|
|
|
@ -317,7 +317,6 @@ RCS_ID("$Id$")
|
||||||
NSString* path=nil;
|
NSString* path=nil;
|
||||||
if (aName)
|
if (aName)
|
||||||
{
|
{
|
||||||
NSAutoreleasePool* arp = [NSAutoreleasePool new];
|
|
||||||
NS_DURING
|
NS_DURING
|
||||||
{
|
{
|
||||||
NSString* emptyString=@"";
|
NSString* emptyString=@"";
|
||||||
|
@ -415,13 +414,11 @@ RCS_ID("$Id$")
|
||||||
localException=ExceptionByAddingUserInfoObjectFrameInfo0(localException,
|
localException=ExceptionByAddingUserInfoObjectFrameInfo0(localException,
|
||||||
@"lockedCachedRelativePathForResourceNamed:inDirectory:language:");
|
@"lockedCachedRelativePathForResourceNamed:inDirectory:language:");
|
||||||
RETAIN(localException);
|
RETAIN(localException);
|
||||||
DESTROY(arp);
|
|
||||||
AUTORELEASE(localException);
|
AUTORELEASE(localException);
|
||||||
[localException raise];
|
[localException raise];
|
||||||
}
|
}
|
||||||
NS_ENDHANDLER;
|
NS_ENDHANDLER;
|
||||||
RETAIN(path);
|
RETAIN(path);
|
||||||
DESTROY(arp);
|
|
||||||
AUTORELEASE(path);
|
AUTORELEASE(path);
|
||||||
};
|
};
|
||||||
return path;
|
return path;
|
||||||
|
|
8
configure
vendored
8
configure
vendored
|
@ -3148,7 +3148,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
||||||
else
|
else
|
||||||
ac_cv_header_stdc=no
|
ac_cv_header_stdc=no
|
||||||
fi
|
fi
|
||||||
rm -f conftest*
|
rm -f -r conftest*
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -3169,7 +3169,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
||||||
else
|
else
|
||||||
ac_cv_header_stdc=no
|
ac_cv_header_stdc=no
|
||||||
fi
|
fi
|
||||||
rm -f conftest*
|
rm -f -r conftest*
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -4145,7 +4145,7 @@ AUX_LIBS="$LIBS"
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
# Write the Makefiles
|
# 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
|
cat >confcache <<\_ACEOF
|
||||||
# This file is a shell script that caches the results of configure
|
# 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.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
|
||||||
"config.mak") CONFIG_FILES="$CONFIG_FILES config.mak" ;;
|
"config.mak") CONFIG_FILES="$CONFIG_FILES config.mak" ;;
|
||||||
"gsweb.make") CONFIG_FILES="$CONFIG_FILES gsweb.make" ;;
|
"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:$LINENO: error: invalid argument: $ac_config_target" >&5
|
||||||
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
|
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
|
||||||
|
|
|
@ -157,5 +157,5 @@ AC_SUBST(AUX_LIBS)
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
# Write the Makefiles
|
# 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
|
AC_OUTPUT
|
||||||
|
|
Loading…
Reference in a new issue