aboutsummaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-09-28 18:22:17 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:00 +0100
commitf0e026ef7c6ccc4a5b92ffb20d14484f02d59c05 (patch)
treec50a42ff501b35f9246742e1a37483fdc5330a63 /aclocal.m4
parent0dcf9c99fa6e3e78524b34ce24a40011c2554b3c (diff)
Update build scripts
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 393b3129..813ed77a 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -13,8 +13,8 @@
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
-[m4_warning([this file was generated for autoconf 2.65.
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
+[m4_warning([this file was generated for autoconf 2.63.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.])])
@@ -106,7 +106,7 @@ main ()
int major, minor, micro;
char *tmp_version;
- fclose (fopen ("conf.gtktest", "w"));
+ system ("touch conf.gtktest");
/* HP/UX 9 (%@#!) writes to sscanf strings */
tmp_version = g_strdup("$min_gtk_version");