Kaydet (Commit) c07d448d authored tarafından Enrico Tröger's avatar Enrico Tröger

Rename configure.in to configure.ac.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4515 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst d0cc7213
2009-12-31 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* autogen.sh, configure.in, configure.ac:
Rename configure.in to configure.ac.
2009-12-29 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* src/editor.c, src/plugins.c, src/plugindata.h,
......
......@@ -6,7 +6,7 @@ test -z "$srcdir" && srcdir=.
DIE=0
(test -f $srcdir/configure.in) || {
(test -f $srcdir/configure.ac) || {
echo "**Error**: Directory "\`$srcdir\'" does not look like the top-level package directory"
exit 1
}
......
dnl Process this file with autoconf to produce a configure script.
dnl $Id$
AC_INIT(configure.in)
AC_INIT(configure.ac)
AM_INIT_AUTOMAKE(geany, 0.19)
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment