Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
1d8d0171
Commit
1d8d0171
authored
Aug 02, 2002
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install the aclocal macros for use by Winelib apps.
parent
4b92255c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
3 deletions
+17
-3
Make.rules.in
Make.rules.in
+1
-0
Makefile.in
Makefile.in
+11
-3
aclocal.m4
aclocal.m4
+5
-0
No files found.
Make.rules.in
View file @
1d8d0171
...
...
@@ -101,6 +101,7 @@ prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
libdir = @libdir@
datadir = @datadir@
infodir = @infodir@
mandir = @mandir@
sysconfdir = @sysconfdir@
...
...
Makefile.in
View file @
1d8d0171
...
...
@@ -82,11 +82,15 @@ wine: $(WINEWRAPPER)
# Installation rules
install-aclocal
:
dummy
$(MKINSTALLDIRS)
$(datadir)
/aclocal
$(INSTALL_DATA)
$(SRCDIR)
/aclocal.m4
$(datadir)
/aclocal/wine.m4
install-lib
::
$(INSTALLLIBSUBDIRS:%=%/__install__)
install-dev
::
$(INSTALLDEVSUBDIRS:%=%/__install__)
install-dev
::
$(INSTALLDEVSUBDIRS:%=%/__install__)
install-aclocal
install
::
install
::
install-aclocal
-
$(LDCONFIG)
@
if
test
-n
"
`
LANG
=
C
$(LDD)
$(bindir)
/wine|grep not.found
`
"
;
\
then
\
...
...
@@ -100,7 +104,11 @@ install::
echo
"*************************************************"
;
\
fi
.PHONY
:
install-lib install-dev
uninstall
::
$(RM)
$(datadir)
/aclocal/wine.m4
-
rmdir
$(datadir)
/aclocal
.PHONY
:
install-aclocal install-lib install-dev
# Dependencies between directories
...
...
aclocal.m4
View file @
1d8d0171
...
...
@@ -16,6 +16,11 @@ dnl You should have received a copy of the GNU Lesser General Public
dnl License along with this library; if not, write to the Free Software
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
dnl
dnl As a special exception to the GNU Lesser General Public License,
dnl if you distribute this file as part of a program that contains a
dnl configuration script generated by Autoconf, you may include it
dnl under the same distribution terms that you use for the rest of
dnl that program.
dnl **** Get the ldd program name; used by WINE_GET_SONAME ****
dnl
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment