[PATCH] configure.in changes for gal



Hi.

Here's a small patch making various small changes to the
gal configure.in file. The updates are essentially identical
to one's I posted for the gnumeric configure.in file a day
or two ago. See the following for details ...

http://mail.gnome.org/archives/gnumeric-list/2002-August/msg00060.html

Apologies if this list isn't the right one to post to. I'm
not aware of a gal-list gnome org, but I know that gnumeric
coders (i.e. Jody) work on gal.

Art Haas

Index: configure.in
===================================================================
RCS file: /cvs/gnome/gal/configure.in,v
retrieving revision 1.158.2.15
diff -u -r1.158.2.15 configure.in
--- configure.in        14 Aug 2002 21:37:49 -0000      1.158.2.15
+++ configure.in        16 Aug 2002 16:36:58 -0000
@@ -3,10 +3,9 @@
 AC_INIT(gal2-0, 0.0.5,
        http://bugzilla.ximian.com/enter_bug.cgi?product=GAL)
 
+AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER(config.h)
 
-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
-
 AM_MAINTAINER_MODE
 
 dnl
@@ -263,7 +262,7 @@
 AC_SUBST(EXTRA_GNOME_LIBS)
 AC_SUBST(EXTRA_GNOME_CFLAGS)
 
-AC_OUTPUT([
+AC_CONFIG_FILES([
 Makefile
 gal/Makefile
 gal/util/Makefile
@@ -280,3 +279,4 @@
 gal-2.0.pc
 stamp.h
 ])
+AC_OUTPUT

-- 
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
 -- Benjamin Franklin, Historical Review of Pennsylvania, 1759



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]