configure.in -> configure.ac

SVN revision: 36364
This commit is contained in:
Peter Wehrfritz 2008-09-30 18:07:29 +00:00
parent 02fb9b3ace
commit a3e767d23c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
# get rid of that stupid cache mechanism
rm -f config.cache
AC_INIT(configure.in)
AC_INIT(configure.ac)
AM_INIT_AUTOMAKE(ephoto, 3.15.0)
AM_CONFIG_HEADER(src/bin/config.h)