File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,12 @@ clean-local:
92
92
maintainer-clean-local :
93
93
rm -rf autom4te.cache
94
94
95
+ install-exec-local :
96
+ mkdir -p $(DESTDIR )$(libdir ) /$(PACKAGE )
97
+ $(INSTALL_SCRIPT ) -t $(DESTDIR )$(libdir ) /$(PACKAGE ) / $(LIBFILES )
95
98
99
+ uninstall-local :
100
+ rm -rf $(DESTDIR )$(libdir ) /$(PACKAGE )
96
101
97
102
MAINTAINERCLEANFILES = Makefile.in \
98
103
install-sh \
Original file line number Diff line number Diff line change 1
1
dnl Process this file with autoconf to produce a configure script.
2
- AC_INIT ( [ accord] , [ 3.3 ] )
2
+ AC_INIT ( [ accord] , m4_esyscmd ( [ tr -d '\n' < Version.txt ] ) )
3
3
AM_INIT_AUTOMAKE ( [ tar-ustar foreign] )
4
4
5
5
AC_PROG_INSTALL
@@ -43,4 +43,4 @@ ${PACKAGE}-${VERSION}
43
43
Mono Runtime: ${MONO}
44
44
Installation Directory: ${prefix}/lib/${PACKAGE}/
45
45
46
- EOF
46
+ EOF
You can’t perform that action at this time.
0 commit comments