From 291b96fbc7ecd7227174d5061ce2e1ff109a6466 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Thu, 5 Dec 2002 19:09:57 +0000 Subject: [lcd4linux @ 2002-12-05 19:09:57 by reinelt] patches for gcc-3.2 --- configure.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 619ace0..bc25ae6 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(lcd4linux.c) +AC_INIT +AC_CONFIG_SRCDIR([lcd4linux.c]) AM_INIT_AUTOMAKE(lcd4linux, 0.99) AM_CONFIG_HEADER(config.h) @@ -247,4 +248,5 @@ AC_FUNC_MEMCMP AC_TYPE_SIGNAL AC_CHECK_FUNCS(gettimeofday putenv select socket strdup strerror strstr strtol uname) -AC_OUTPUT(Makefile) +AC_CONFIG_FILES([Makefile]) +AC_OUTPUT -- cgit v1.2.3