Skip to content

Commit

Permalink
install: fix lib/configure.ac syntax for autoconf>=2.69
Browse files Browse the repository at this point in the history
  • Loading branch information
xdelaruelle committed Feb 17, 2021
1 parent 5473b7f commit 9e5ea5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/configure.ac
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.63])
AC_INIT([Envmodules], [1.3.0], [[email protected]], , http://modules.sf.net)
AC_PREREQ([2.69])
AC_INIT([Envmodules],[1.3.0],[[email protected]],[],[http://modules.sf.net])
AC_CONFIG_SRCDIR([envmodules.c])
AC_CONFIG_HEADERS([config.h])

Expand Down

0 comments on commit 9e5ea5d

Please sign in to comment.