Ignore:
Timestamp:
Dec 11, 2003, 4:54:53 PM (19 years ago)
Author:
Sam Hocevar
Message:
  • configure.ac: + Set the executable bit of caca-config when regenerating that file.
  • caca-config.in: + No longer use USE_SLANG_TRUE and USE_NCURSES_TRUE since we now

have @CACA_LIBS@.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/caca-config.in

    r202 r245  
    99lib_dir=@libdir@
    1010include_dir=@includedir@
    11 
    12 @USE_SLANG_TRUE@libs_slang="-lslang"
    13 @USE_NCURSES_TRUE@libs_ncurses="-lncurses"
    14 libs="$libs_slang $libs_ncurses"
    1511
    1612usage()
     
    114110if test "$echo_libs" = "yes"
    115111then
    116   echo -L@libdir@ -lcaca $libs
     112  echo -L@libdir@ -lcaca @CACA_LIBS@
    117113fi
    118114
    119115@NEED_PIC_TRUE@if test "$echo_plugin_libs" = "yes"
    120116@NEED_PIC_TRUE@then
    121 @NEED_PIC_TRUE@  echo -L@libdir@ -lcaca_pic $libs
     117@NEED_PIC_TRUE@  echo -L@libdir@ -lcaca_pic @CACA_LIBS@
    122118@NEED_PIC_TRUE@fi
    123119
Note: See TracChangeset for help on using the changeset viewer.