blob: a09c02a64c4a87bf8ded7edc274c98ce4fbc8a27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- Makefile.am.original 2002-10-30 19:49:19.000000000 +0100
+++ Makefile.am 2003-02-03 19:45:17.000000000 +0100
@@ -19,10 +19,12 @@
test:
perl -I $(top_builddir) -I $(top_srcdir) ../test.pl
CLEANFILES=$(libexec_SCRIPTS)
+AM_INSTALL_PROGRAM_FLAGS = @INSTALL_OPTS@
+
.pl :
$(AWK) -f ./subst $< > $@
chmod +x $@
.sh :
|