update autotools

This commit is contained in:
Nedko Arnaudov 2023-05-14 17:16:11 +03:00
parent 015bc33868
commit 5f37bd76e6
2 changed files with 4 additions and 5 deletions

View File

@ -18,12 +18,12 @@ dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
dnl
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.60])
AC_INIT([Gabriel], [0.2], [nedko@arnaudov.name], [gabriel])
AC_PREREQ([2.71])
AC_INIT([Gabriel],[0.2],[nedko@arnaudov.name],[gabriel])
AC_CONFIG_SRCDIR([src/gabriel-main.c])
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
AC_CONFIG_HEADERS([config.h])
dnl Checks for programs.
AC_PROG_CC
@ -62,7 +62,6 @@ if test "x$build_gabriel" = "xyes"; then
fi
dnl Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS(unistd.h)
dnl Checks for typedefs, structures, and compiler characteristics.

View File

@ -21,7 +21,7 @@
bin_PROGRAMS = gabriel
INCLUDES = $(GLIB2_CFLAGS) $(DBUS_CFLAGS) -DDBUS_API_SUBJECT_TO_CHANGE
AM_CPPFLAGS = $(GLIB2_CFLAGS) $(DBUS_CFLAGS) -DDBUS_API_SUBJECT_TO_CHANGE
gabriel_SOURCES = gabriel-main.c gabriel.c gabriel-client.c
gabriel_LDFLAGS = $(GLIB2_LIBS) $(DBUS_LIBS) -lssh