* All .h files pushed down into the objc/ subdirectory.
* Makefile.in (copy_headers): Corresponding changes. * configure.in (AC_INIT): Corresponding changes. * configure: Rebuilt. From-SVN: r22664
This commit is contained in:
parent
e9c1562590
commit
789eb4f550
@ -1,3 +1,10 @@
|
||||
Wed Sep 30 09:14:52 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* All .h files pushed down into the objc/ subdirectory.
|
||||
* Makefile.in (copy_headers): Corresponding changes.
|
||||
* configure.in (AC_INIT): Corresponding changes.
|
||||
* configure: Rebuilt.
|
||||
|
||||
1998-09-30 Ben Elliston <bje@cygnus.com>
|
||||
Jeff Law <law@cygnus.com>
|
||||
|
||||
|
@ -261,7 +261,7 @@ copy-headers:
|
||||
-rm -rf $(incinstalldir)/objc
|
||||
-mkdir $(incinstalldir)/objc
|
||||
for file in $(OBJC_H); do \
|
||||
realfile=$(srcdir)/$${file}; \
|
||||
realfile=$(srcdir)/objc/$${file}; \
|
||||
cp $${realfile} $(incinstalldir)/objc; \
|
||||
chmod a+r $(incinstalldir)/objc/$${file}; \
|
||||
done
|
||||
|
2
libobjc/configure
vendored
2
libobjc/configure
vendored
@ -454,7 +454,7 @@ echo > confdefs.h
|
||||
|
||||
# A filename unique to this package, relative to the directory that
|
||||
# configure is in, which we can look for to find out if srcdir is correct.
|
||||
ac_unique_file=objc.h
|
||||
ac_unique_file=objc/objc.h
|
||||
|
||||
# Find the source files, if location was not specified.
|
||||
if test -z "$srcdir"; then
|
||||
|
@ -19,7 +19,7 @@
|
||||
#the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
||||
#02111-1307, USA.
|
||||
|
||||
AC_INIT(objc.h)
|
||||
AC_INIT(objc/objc.h)
|
||||
#AC_CONFIG_HEADER(config.h)
|
||||
|
||||
if test "${srcdir}" = "." ; then
|
||||
|
Loading…
Reference in New Issue
Block a user