Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
5464a6db
Commit
5464a6db
authored
Mar 15, 2015
by
Clemens Lang
Committed by
Mihai Moldovan
Mar 15, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nx{comp{,ext,shad},proxy}: use path discovery for finding makedepend. Remove old cruft.
parent
c460e090
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
58 deletions
+6
-58
changelog
debian/changelog
+2
-2
configure.in
nxcomp/configure.in
+1
-14
configure.in
nxcompext/configure.in
+1
-14
configure.in
nxcompshad/configure.in
+1
-14
configure.in
nxproxy/configure.in
+1
-14
No files found.
debian/changelog
View file @
5464a6db
...
@@ -12,8 +12,8 @@ nx-libs (2:3.5.99.0-0~build1) UNRELEASED; urgency=medium
...
@@ -12,8 +12,8 @@ nx-libs (2:3.5.99.0-0~build1) UNRELEASED; urgency=medium
nx-libs (2:3.5.0.31-0x2go1) UNRELEASED; urgency=low
nx-libs (2:3.5.0.31-0x2go1) UNRELEASED; urgency=low
[
X2Go Release Manager
]
[
Clemens Lang
]
*
Continue development
*
Use path discovery for finding makedepend. Remove old cruft.
-- X2Go Release Manager <git-admin@x2go.org> Sun, 15 Mar 2015 00:48:06 +0100
-- X2Go Release Manager <git-admin@x2go.org> Sun, 15 Mar 2015 00:48:06 +0100
...
...
nxcomp/configure.in
View file @
5464a6db
...
@@ -362,20 +362,7 @@ fi
...
@@ -362,20 +362,7 @@ fi
dnl Find makedepend somewhere.
dnl Find makedepend somewhere.
AC_SUBST(MAKEDEPEND)
AC_SUBST(MAKEDEPEND)
MAKEDEPEND="$(which makedepend)"
if test -x "../nx-X11/config/makedepend/makedepend" ; then
MAKEDEPEND=../nx-X11/config/makedepend/makedepend
else
if test -x "/usr/X11R6/bin/makedepend" ; then
MAKEDEPEND=/usr/X11R6/bin/makedepend
else
if test -x "/usr/openwin/bin/makedepend" ; then
MAKEDEPEND=/usr/openwin/bin/makedepend
else
MAKEDEPEND=/usr/bin/makedepend
fi
fi
fi
dnl Determine what to build based on the platform.
dnl Determine what to build based on the platform.
dnl Override the LIBS settings on Cygwin32 so that
dnl Override the LIBS settings on Cygwin32 so that
...
...
nxcompext/configure.in
View file @
5464a6db
...
@@ -219,20 +219,7 @@ CFLAGS="$CFLAGS -DVERSION=\\\"${VERSION}\\\""
...
@@ -219,20 +219,7 @@ CFLAGS="$CFLAGS -DVERSION=\\\"${VERSION}\\\""
dnl Find makedepend somewhere.
dnl Find makedepend somewhere.
AC_SUBST(MAKEDEPEND)
AC_SUBST(MAKEDEPEND)
MAKEDEPEND="$(which makedepend)"
if test -x "../nx-X11/config/makedepend/makedepend" ; then
MAKEDEPEND=../nx-X11/config/makedepend/makedepend
else
if test -x "/usr/X11R6/bin/makedepend" ; then
MAKEDEPEND=/usr/X11R6/bin/makedepend
else
if test -x "/usr/openwin/bin/makedepend" ; then
MAKEDEPEND=/usr/openwin/bin/makedepend
else
MAKEDEPEND=/usr/bin/makedepend
fi
fi
fi
dnl Determine what to build based on the platform.
dnl Determine what to build based on the platform.
dnl Override the LIBS settings on Cygwin32 so that
dnl Override the LIBS settings on Cygwin32 so that
...
...
nxcompshad/configure.in
View file @
5464a6db
...
@@ -269,19 +269,6 @@ fi
...
@@ -269,19 +269,6 @@ fi
dnl Find makedepend somewhere.
dnl Find makedepend somewhere.
AC_SUBST(MAKEDEPEND)
AC_SUBST(MAKEDEPEND)
MAKEDEPEND="$(which makedepend)"
if test -x "../nx-X11/config/makedepend/makedepend" ; then
MAKEDEPEND=../nx-X11/config/makedepend/makedepend
else
if test -x "/usr/X11R6/bin/makedepend" ; then
MAKEDEPEND=/usr/X11R6/bin/makedepend
else
if test -x "/usr/openwin/bin/makedepend" ; then
MAKEDEPEND=/usr/openwin/bin/makedepend
else
MAKEDEPEND=makedepend
fi
fi
fi
AC_OUTPUT(Makefile)
AC_OUTPUT(Makefile)
nxproxy/configure.in
View file @
5464a6db
...
@@ -167,19 +167,6 @@ fi
...
@@ -167,19 +167,6 @@ fi
dnl Find makedepend somewhere.
dnl Find makedepend somewhere.
AC_SUBST(MAKEDEPEND)
AC_SUBST(MAKEDEPEND)
MAKEDEPEND="$(which makedepend)"
if test -x "../nx-X11/config/makedepend/makedepend" ; then
MAKEDEPEND=../nx-X11/config/makedepend/makedepend
else
if test -x "/usr/X11R6/bin/makedepend" ; then
MAKEDEPEND=/usr/X11R6/bin/makedepend
else
if test -x "/usr/openwin/bin/makedepend" ; then
MAKEDEPEND=/usr/openwin/bin/makedepend
else
MAKEDEPEND=makedepend
fi
fi
fi
AC_OUTPUT(Makefile)
AC_OUTPUT(Makefile)
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