Skip to content

Commit

Permalink
Remove shave in favor of Automake silent rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Siyan Panayotov committed Feb 5, 2014
1 parent 8662766 commit 5539368
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 231 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Expand Up @@ -27,8 +27,6 @@ config.guess
config.sub
configure
compile
shave
shave-libtool
libtool
*.desktop
*.desktop.in
Expand Down
5 changes: 1 addition & 4 deletions configure.ac
Expand Up @@ -4,6 +4,7 @@
AC_PREREQ(2.61)
AC_INIT([viewnior], [1.3], [xsisqox@gmail.com])
AM_INIT_AUTOMAKE
AM_SILENT_RULES([yes])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
Expand Down Expand Up @@ -67,8 +68,6 @@ PKG_CHECK_MODULES(VNR, $VNR_MODULES)
AC_SUBST(VNR_CFLAGS)
AC_SUBST(VNR_LIBS)

# SHAVE_INIT([], [enable])

AC_CONFIG_FILES([Makefile
src/Makefile
data/Makefile
Expand All @@ -88,8 +87,6 @@ AC_CONFIG_FILES([Makefile
data/icons/scalable/apps/Makefile
po/Makefile.in
man/Makefile])
# shave
# shave-libtool])
AC_OUTPUT

echo "
Expand Down
77 changes: 0 additions & 77 deletions m4/shave.m4

This file was deleted.

69 changes: 0 additions & 69 deletions shave-libtool.in

This file was deleted.

79 changes: 0 additions & 79 deletions shave.in

This file was deleted.

0 comments on commit 5539368

Please sign in to comment.