Skip to content

Commit

Permalink
Update configure.ac
Browse files Browse the repository at this point in the history
It used a deprecated form, see here for more information:
http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation

Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Apr 28, 2016
1 parent 04058c7 commit cfe79d6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
AC_INIT()

PACKAGE=eprints
VERSION=m4_esyscmd([grep \$VERSION perl_lib/EPrints.pm | sed 's/.*\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/' | tr -d '\n'])

AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
AC_INIT(eprints, m4_esyscmd([grep \$VERSION perl_lib/EPrints.pm | sed 's/.*\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/' | tr -d '\n']))
AM_INIT_AUTOMAKE

DIST_PATH=`pwd`
INSTALL_USER=eprints
Expand Down

0 comments on commit cfe79d6

Please sign in to comment.