fix for ac < 2.67; untested, but doesn't break newer autoconfs

master
Glenn K. Lockwood 2017-11-22 11:27:18 -08:00
parent 84c7a18fe9
commit b0bffa0d0e
1 changed files with 1 additions and 1 deletions

View File

@ -2,9 +2,9 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.62])
AC_CONFIG_MACRO_DIR([config])
AC_INIT([META_PACKAGE_NAME],[META_PACKAGE_VERSION],[],[META_PACKAGE_NAME])
AC_CONFIG_MACRO_DIR([config])
X_AC_META