summaryrefslogtreecommitdiff
path: root/doc/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'doc/configure.ac')
-rw-r--r--doc/configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/configure.ac b/doc/configure.ac
index 2ec24cf..4b93c1b 100644
--- a/doc/configure.ac
+++ b/doc/configure.ac
@@ -20,7 +20,8 @@ dnl You should have received a copy of the GNU General Public License
dnl along with this program. If not, see <https://www.gnu.org/licenses/>.
AC_PREREQ([2.64])
-AC_INIT([gperf.texi])
+AC_INIT
+AC_CONFIG_SRCDIR([gperf.texi])
PACKAGE=gperf
AC_SUBST([PACKAGE])
AC_PROG_MAKE_SET
@@ -32,4 +33,5 @@ CL_PROG_INSTALL
dnl
dnl That's it.
dnl
-AC_OUTPUT([Makefile])
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT