Moved all Guile code to the libgtop-bindings module.

1999-12-05  Martin Baulig  <martin@home-of-linux.org>

	Moved all Guile code to the libgtop-bindings module.

	* sysdeps/guile/*: Removed.
	* sysdeps/guile/names/*: Removed.

	* libgtopConf.sh.in: Removed all guile variables.

	* configure.in: Don't check for guile any longer.
This commit is contained in:
Martin Baulig
1999-12-05 22:16:31 +00:00
committed by Martin Baulig
parent 117af5f59b
commit 8e9a0fbe99
17 changed files with 19 additions and 818 deletions

View File

@@ -92,7 +92,7 @@ sub parse_features_def {
$feature =~ s/^@//;
$features{$feature} = $feature;
$structures{$structure_count++} = $feature;
$structures{$structure_count++} = 'glibtop_'.$feature;
}
sub parse_structure_def {