diff options
author | Mark Galassi <mark+savannah@galassi.org> | 1997-02-09 17:50:42 +0000 |
---|---|---|
committer | Mark Galassi <mark+savannah@galassi.org> | 1997-02-09 17:50:42 +0000 |
commit | f9df93c0dad7f89c4259b462b48d95d249044909 (patch) | |
tree | 794f98177dc108a581fba74e1b54d16030b2e1cb | |
parent | 3197e30d2e6ca2a774a5deb3daa37f3298a316e1 (diff) | |
download | guile-f9df93c0dad7f89c4259b462b48d95d249044909.tar.gz |
added Gary to author list for manual and changed a conflicting node name
-rwxr-xr-x | qt/configure | 1 | ||||
-rw-r--r-- | qt/md/Makefile.in | 18 | ||||
-rw-r--r-- | qt/time/Makefile.in | 18 |
3 files changed, 18 insertions, 19 deletions
diff --git a/qt/configure b/qt/configure index 41cd1f60f..79e9da4a0 100755 --- a/qt/configure +++ b/qt/configure @@ -1138,7 +1138,6 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` echo "$ac_t""$host" 1>&6 - case "$host" in i[3456]86-*-*) qtmds_s=$srcdir/md/i386.s diff --git a/qt/md/Makefile.in b/qt/md/Makefile.in index eace458d9..7e3696610 100644 --- a/qt/md/Makefile.in +++ b/qt/md/Makefile.in @@ -37,21 +37,21 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ -host_alias = @host_alias@ host_triplet = @host@ -RANLIB = @RANLIB@ +host_alias = @host_alias@ +target_libs = @target_libs@ +VERSION = @VERSION@ module = @module@ -qtmd_h = @qtmd_h@ CC = @CC@ -PACKAGE = @PACKAGE@ -VERSION = @VERSION@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ qtmds_o = @qtmds_o@ qtmdc_o = @qtmdc_o@ -target_libs = @target_libs@ -qtmds_s = @qtmds_s@ -qtmdc_c = @qtmdc_c@ +RANLIB = @RANLIB@ qtmdb_s = @qtmdb_s@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +qtmdc_c = @qtmdc_c@ +qtmds_s = @qtmds_s@ +PACKAGE = @PACKAGE@ +qtmd_h = @qtmd_h@ AUTOMAKE_OPTIONS = foreign diff --git a/qt/time/Makefile.in b/qt/time/Makefile.in index 895269857..74e3865cf 100644 --- a/qt/time/Makefile.in +++ b/qt/time/Makefile.in @@ -37,21 +37,21 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ -host_alias = @host_alias@ host_triplet = @host@ -RANLIB = @RANLIB@ +host_alias = @host_alias@ +target_libs = @target_libs@ +VERSION = @VERSION@ module = @module@ -qtmd_h = @qtmd_h@ CC = @CC@ -PACKAGE = @PACKAGE@ -VERSION = @VERSION@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ qtmds_o = @qtmds_o@ qtmdc_o = @qtmdc_o@ -target_libs = @target_libs@ -qtmds_s = @qtmds_s@ -qtmdc_c = @qtmdc_c@ +RANLIB = @RANLIB@ qtmdb_s = @qtmdb_s@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +qtmdc_c = @qtmdc_c@ +qtmds_s = @qtmds_s@ +PACKAGE = @PACKAGE@ +qtmd_h = @qtmd_h@ AUTOMAKE_OPTIONS = foreign |