From: Jesse Thilo Date: Sun, 18 Apr 1999 16:50:30 +0000 (+0000) Subject: Updated AC_INIT file to reflect directory reorganization. X-Git-Tag: GNU_1_28~13 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/3114db31fdeb34915aeccd601b827e627208ad39 Updated AC_INIT file to reflect directory reorganization. --- diff --git a/configure.in b/configure.in index 65476417..afd0a3fb 100644 --- a/configure.in +++ b/configure.in @@ -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)