Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
8e06cea1
Commit
8e06cea1
authored
Mar 16, 2000
by
Michael Graff
Browse files
check for emacs-etags, and etags, and set @ETAGS@ as needed.
parent
c559e42c
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
8e06cea1
...
...
@@ -50,4 +50,4 @@ kitclean: distclean
tags
:
rm
-f
TAGS
find lib bin
-name
"*.[ch]"
-print
|
etags
-
find lib bin
-name
"*.[ch]"
-print
|
@ETAGS@
-
configure
View file @
8e06cea1
This diff is collapsed.
Click to expand it.
configure.in
View file @
8e06cea1
...
...
@@ -13,7 +13,7 @@
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
# SOFTWARE.
AC_REVISION($Revision: 1.10
4
$)
AC_REVISION($Revision: 1.10
5
$)
AC_PREREQ(2.13)
...
...
@@ -38,6 +38,9 @@ ARFLAGS="cruv"
AC_SUBST(AR)
AC_SUBST(ARFLAGS)
AC_PATH_PROGS(ETAGS, etags emacs-etags)
AC_SUBST(ETAGS)
#
# Special processing of paths depending on whether --prefix,
# --sysconfdir or --localstatedir arguments were given. What's
...
...
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