Updated AC_INIT file to reflect directory reorganization.

This commit is contained in:
Jesse Thilo
1999-04-18 16:50:30 +00:00
parent 4723d52125
commit 3114db31fd

View File

@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(reduce.c)
AC_INIT(src/reduce.c)
AM_INIT_AUTOMAKE(bison,1.27)
AM_CONFIG_HEADER(config.h:config.hin)
AC_PREREQ(2.13)