]> git.pld-linux.org Git - packages/al.git/blob - al-ac.patch
- up to 0.9.3
[packages/al.git] / al-ac.patch
1 --- al-0.9.1/configure.ac~      2004-11-21 14:14:19.325639688 +0100
2 +++ al-0.9.1/configure.ac       2004-11-21 14:14:56.723954280 +0100
3 @@ -44,7 +44,7 @@
4  AC_PROG_LIBTOOL
5  
6  dnl ## local checks go here (not yet)
7 -dnl sinclude(al.ac)
8 +#
9  dnl AL_CHECK_ALL
10  
11  AC_CHECK_EXTLIB([OSSP ex], ex, __ex_ctx, ex.h,
12 --- al-0.9.1/Makefile.in~       2002-12-16 15:46:11.000000000 +0100
13 +++ al-0.9.1/Makefile.in        2004-11-28 02:36:06.000000000 +0100
14 @@ -71,7 +71,7 @@
15  
16  $(LIB_NAME): $(LIB_OBJS)
17         @$(LIBTOOL) --mode=link $(CC) -o $(LIB_NAME) $(LIB_OBJS) -rpath $(libdir) \
18 -           -version-info `$(SHTOOL) version -l txt -d libtool VERSION`
19 +           -version-info `$(SHTOOL) version -l txt -d libtool VERSION` $(LIBS)
20  
21  $(TST_NAME): $(TST_OBJS) $(LIB_NAME)
22         @$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $(TST_NAME) $(TST_OBJS) $(LIB_NAME) $(LIBS)
23 @@ -98,7 +98,7 @@
24         $(SHTOOL) install -c -m 755 al-config $(DESTDIR)$(bindir)/
25         $(SHTOOL) install -c -m 644 al.h $(DESTDIR)$(includedir)/
26         $(SHTOOL) install -c -m 644 al.3 $(DESTDIR)$(mandir)/man3/
27 -       @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libal.la $(DESTDIR)$(libdir)/
28 +       @$(LIBTOOL) --mode=install $(SHTOOL) install -c libal.la $(DESTDIR)$(libdir)/
29  
30  uninstall:
31         @$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/libal.la
This page took 0.056575 seconds and 3 git commands to generate.