mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Update for new directories
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3616 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dc9d0cc62d
commit
b57d01f651
3 changed files with 226 additions and 301 deletions
|
@ -1,6 +1,7 @@
|
|||
1999-01-28 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* GNUmakefile (SUBPROJECTS): Change directory names
|
||||
* configure.in: Update for new directories.
|
||||
|
||||
Thu Jan 28 16:45:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
AC_INIT(src/Collection.m)
|
||||
AC_INIT(Source/Collection.m)
|
||||
|
||||
# configure.in for GNU Objective-C library
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
@ -27,7 +27,7 @@ AC_INIT(src/Collection.m)
|
|||
#--------------------------------------------------------------------
|
||||
# Use a .h file with #define's, instead of -D command-line switches
|
||||
#--------------------------------------------------------------------
|
||||
AC_CONFIG_HEADER(src/include/config.h)
|
||||
AC_CONFIG_HEADER(Source/include/config.h)
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Determine the host, build, and target systems
|
||||
|
@ -548,12 +548,12 @@ esac
|
|||
AC_SUBST(whole_archive)
|
||||
AC_SUBST(no_whole_archive)
|
||||
|
||||
AC_CONFIG_SUBDIRS(src/mframe)
|
||||
AC_CONFIG_SUBDIRS(Source/mframe)
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Write the Makefiles
|
||||
#--------------------------------------------------------------------
|
||||
AC_OUTPUT(config.mak src/include/GSConfig.h)
|
||||
AC_OUTPUT(config.mak Source/include/GSConfig.h)
|
||||
|
||||
dnl Local Variables:
|
||||
dnl comment-start: "dnl "
|
||||
|
|
Loading…
Reference in a new issue