Skip to content

Commit

Permalink
Weird autotools...
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakan Erduman committed Jan 15, 2021
1 parent 89464f4 commit 1ee06c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([xfce4-hamster-plugin], [1.7.0], [smultimeter@gmail.com])
AC_INIT([xfce4-hamster-plugin], [1.10.0], [hakan@erduman.de])
AM_INIT_AUTOMAKE([silent-rules])
LT_PREREQ([2.2.6])
LT_INIT([disable-static])
Expand Down Expand Up @@ -31,12 +31,11 @@ if test x$enable_debug_trace = xyes; then
AC_DEFINE([DEBUG_TRACE], [1], [Set this to 1 to enable full trace debugging.])
fi

AM_GLIB_GNU_GETTEXT
# Checks for programs.
AC_PROG_CC
#AC_PROG_INSTALL()
AC_PROG_INTLTOOL()
AM_GLIB_GNU_GETTEXT
AC_SUBST(XGETTEXT_ARGS)

AC_CONFIG_FILES([Makefile panel-plugin/Makefile po/Makefile.in])

Expand Down

0 comments on commit 1ee06c7

Please # to comment.