Skip to content

Commit

Permalink
Fixed libtool warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshizow committed Jul 27, 2014
1 parent 54a13a5 commit 4922044
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Expand Up @@ -18,6 +18,8 @@ gtags_DATA = pygments_parser.py

EXTRA_DIST = ${gtags_DATA} reconf.sh sample.globalrc

ACLOCAL_AMFLAGS = -I m4

install-data-hook:
if cd $(DESTDIR)$(datadir)/gtags; then \
chmod 755 pygments_parser.py; \
Expand Down
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -25,6 +25,7 @@ dnl
AC_INIT([Pygments Plug-in Parser for GNU GLOBAL],[0.1.0])
AC_CONFIG_SRCDIR(libparser/parser.h)
AC_CONFIG_HEADERS([config.h:config-h.in])
AC_CONFIG_MACRO_DIR([m4])
AC_PREREQ(2.59)
AM_INIT_AUTOMAKE([1.9.3 gnu])

Expand Down

0 comments on commit 4922044

Please sign in to comment.