summaryrefslogtreecommitdiff
path: root/bin/automake.in
diff options
context:
space:
mode:
authorMatthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>2018-06-04 17:13:03 +0200
committerMatthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>2018-06-22 14:18:12 +0200
commit69dd1687944916e21fa520b4b87061a5dbeceab2 (patch)
tree3798651f99d836d646db4e8063a6bf7fd72191da /bin/automake.in
parentb26d06e0ffdb6e50c5e59f89b15a2b7c26cea003 (diff)
downloadautomake-69dd1687944916e21fa520b4b87061a5dbeceab2.tar.gz
Utils.pm: Add more utility methods
* subst: Method to get a configure-style substitute from a text * file_contents_internal: Return the contents of a file from automake/lib/am. This is a long method that will need some reworking later.
Diffstat (limited to 'bin/automake.in')
-rwxr-xr-xbin/automake.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/bin/automake.in b/bin/automake.in
index 480e69f02..e119d9ca1 100755
--- a/bin/automake.in
+++ b/bin/automake.in
@@ -612,20 +612,6 @@ sub msg_ac
################################################################
-# subst ($TEXT)
-# -------------
-# Return a configure-style substitution using the indicated text.
-# We do this to avoid having the substitutions directly in automake.in;
-# when we do that they are sometimes removed and this causes confusion
-# and bugs.
-sub subst
-{
- my ($text) = @_;
- return '@' . $text . '@';
-}
-
-################################################################
-
# $BACKPATH
# backname ($RELDIR)