diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-30 08:17:56 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-30 08:17:56 +0000 |
commit | 3c3646e7b4f35087afe496fec35447862fb3ff1a (patch) | |
tree | 9dcd80344643bed2eff03681a3b16225db3411fd /libobjc/configure | |
parent | 2b707218fda43a924849363fb57b3859f0a29542 (diff) | |
download | gcc-3c3646e7b4f35087afe496fec35447862fb3ff1a.tar.gz |
* All .h files pushed down into the objc/ subdirectory.
* Makefile.in (copy_headers): Corresponding changes.
* configure.in (AC_INIT): Corresponding changes.
* configure: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22664 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/configure')
-rwxr-xr-x | libobjc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/configure b/libobjc/configure index 1465d0e5431..9379887d6bd 100755 --- a/libobjc/configure +++ b/libobjc/configure @@ -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 |