aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 70e0c79..91dd85c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,12 +15,12 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-AC_PREREQ(2.59)
+AC_PREREQ(2.61)
AC_INIT([tagr], 1.9.90, [gray@gnu.org.ua])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE([1.8 gnits])
+AM_INIT_AUTOMAKE([1.10 gnits tar-ustar std-options])
# Checks for programs.
AC_PROG_CC

Return to:

Send suggestions and report system problems to the System administrator.