aboutsummaryrefslogtreecommitdiff
path: root/substitute.am
blob: 33d8a75370c7f3042bcedc614e731039aa7d253a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Automake/Autoconf substitutions.

substitute = sed -e 's,[@]guilemoduledir[@],$(guilemoduledir),g'	\
		 -e 's,[@]abs_top_srcdir[@],$(abs_top_srcdir),g'	\
		 -e 's,[@]abs_top_builddir[@],$(abs_top_builddir),g'	\
		 -e 's,[@]prefix[@],$(prefix),g'			\
		 -e 's,[@]docdir[@],$(docdir),g'			\
		 -e 's,[@]lispdir[@],$(lispdir),g'			\
		 -e 's,[@]GUILE[@],$(GUILE),g'				\
		 -e 's,[@]PACKAGE_STRING[@],$(PACKAGE_STRING),g'	\
		 -e 's,[@]PACKAGE_NAME[@],$(PACKAGE_NAME),g'		\
		 -e 's,[@]PACKAGE_VERSION[@],$(PACKAGE_VERSION),g'	\
		 -e 's,[@]PACKAGE_BUGREPORT[@],$(PACKAGE_BUGREPORT),g'

SUFFIXES = .in