[Commit] xcursorgen Makefile.am,1.1,1.2 configure.ac,1.1,1.2

Noah Levitt commit@keithp.com
Thu, 08 May 2003 00:51:10 -0700


Committed by: nlevitt

Update of /local/src/CVS/xcursorgen
In directory home.keithp.com:/tmp/cvs-serv761

Modified Files:
	Makefile.am configure.ac 
Log Message:
Initial automakification of the redglass cursor theme.

Index: Makefile.am
===================================================================
RCS file: /local/src/CVS/xcursorgen/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.am	6 May 2003 18:59:00 -0000	1.1
+++ Makefile.am	8 May 2003 07:51:07 -0000	1.2
@@ -30,3 +30,5 @@
 xcursorgen_LDADD = $(XCURSOR_LIBS) $(LIBPNG_LIBS)
 
 EXTRA_DIST = autogen.sh $(man1_MANS)
+
+SUBDIRS = redglass

Index: configure.ac
===================================================================
RCS file: /local/src/CVS/xcursorgen/configure.ac,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- configure.ac	6 May 2003 18:59:00 -0000	1.1
+++ configure.ac	8 May 2003 07:51:08 -0000	1.2
@@ -35,6 +35,7 @@
 # Check for progs
 AC_PROG_CC
 AC_PROG_LIBTOOL
+AC_PROG_LN_S
 
 # Check for X
 AC_PATH_XTRA