Skip to content

Commit

Permalink
Reduce AC_PREREQ.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Feb 19, 2024
1 parent 96f7f68 commit d60b5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([gifsicle],[1.95])
AC_PREREQ([2.72])
AC_PREREQ([2.69])
AC_CONFIG_SRCDIR([src/gifsicle.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile src/Makefile])
Expand Down

0 comments on commit d60b5e5

Please sign in to comment.