Skip to content

Commit

Permalink
fix the automake initialization to get rid of autoreconf warnings
Browse files Browse the repository at this point in the history
More info on
DinoTools/libemu#10
  • Loading branch information
xambroz committed Apr 3, 2021
1 parent f49cf08 commit 1df46bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# $Id$

ACLOCAL_AMFLAGS= -I m4

AUTOMAKE_OPTIONS = foreign

SUBDIRS = src include testsuite doc bindings tools
Expand Down
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@

AC_PREREQ(2.59)
AC_INIT([libemu], [0.2.0], [[email protected]])
AM_INIT_AUTOMAKE([libemu], [0.2.0])
AM_INIT_AUTOMAKE([subdir-objects])
AC_REVISION([$Id$])

# AC_PREFIX_DEFAULT(/opt/libemu)
AC_CONFIG_MACRO_DIRS([m4])
AC_CONFIG_SRCDIR([include/emu/emu.h])
AM_CONFIG_HEADER([config.h])
# AM_MAINTAINER_MODE
Expand Down

0 comments on commit 1df46bc

Please sign in to comment.