summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@gnome.org>2007-01-18 01:54:46 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2007-01-18 01:54:46 +0000
commit6cc7d3690393608dd8fdc0135c4085cceeb55e78 (patch)
treed8e65d1710793a6fd3c8a9835de7d9aca31ed702 /autogen.sh
parent3c4caead217e757cfcda70eb477fcd195473b8d2 (diff)
downloadglade-6cc7d3690393608dd8fdc0135c4085cceeb55e78.tar.gz
renamed configure.in -> configure.ac
2007-01-17 Tristan Van Berkom <tvb@gnome.org> * autogen.sh: renamed configure.in -> configure.ac 2007-01-07 Vincent Geddes <vincent.geddes@gmail.com> * configure.in: Quote some macro arguments. Use AS_HELP_STRING to format the messages for AC_ARG_ENABLE macros. Other cleanups and updates. * src/glade-editor-property.c: Modified some dialogs for HIG compliance. Mostly about adjusting border widths and spacings, and setting mnemonics. Title for "Edit Text Property" dialog is now a simpler "Edit Text". Title for "Select Flags" dialog is also now a more descriptive "Select Events". * src/glade-project-window.c: Set URL for online help to "http://glade.gnome.org/manual/index.html". svn path=/trunk/; revision=1044
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index c07fd7e2..17eefaad 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -7,7 +7,7 @@ test -z "$srcdir" && srcdir=.
PKG_NAME="glade"
-(test -f $srcdir/configure.in \
+(test -f $srcdir/configure.ac \
&& test -f $srcdir/autogen.sh) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
echo " top-level $PKG_NAME directory"