summaryrefslogtreecommitdiff
path: root/lib/Automake/Requires.pm
diff options
context:
space:
mode:
authorMatthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>2018-06-22 10:53:18 +0200
committerMatthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>2018-06-22 14:20:51 +0200
commit5ade8937a334b4e7ccd108d07b4b7bbf3f9e9705 (patch)
tree73f7d4651d547055b19487b11dc7729d17bf56f9 /lib/Automake/Requires.pm
parentebe95b262ce95e7b9c19f75a71d217a0902cfabb (diff)
downloadautomake-5ade8937a334b4e7ccd108d07b4b7bbf3f9e9705.tar.gz
Rearrange file exports and function prototypes
* automake.in: Rearrange function prototypes. * lib: Remove useless exports.
Diffstat (limited to 'lib/Automake/Requires.pm')
-rw-r--r--lib/Automake/Requires.pm8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/Automake/Requires.pm b/lib/Automake/Requires.pm
index dbb1c10ed..587a194b0 100644
--- a/lib/Automake/Requires.pm
+++ b/lib/Automake/Requires.pm
@@ -19,11 +19,9 @@ use vars '@ISA', '@EXPORT';
@ISA = qw (Exporter);
-@EXPORT = qw (push_required_file required_file_check_or_copy
- require_file_internal require_file require_file_with_macro
- require_libsource_with_macro queue_required_file_check_or_copy
- require_queued_file_check_or_copy require_conf_file
- require_conf_file_with_macro require_build_directory
+@EXPORT = qw (require_file require_file_with_macro
+ require_libsource_with_macro require_queued_file_check_or_copy
+ require_conf_file require_conf_file_with_macro require_build_directory
require_build_directory_maybe);
# push_required_file ($DIR, $FILE, $FULLFILE)