commit bb261d69a63aebd1e476bddbba36127ccc3542c1 Author: Maia Kozheva <si...@ubuntu.com> Date: Thu Aug 26 18:10:17 2010 +0700
Remove getopt files; getopt has been in glibc since time immemorial configure.in | 6 - libgtkpod/Makefile.am | 1 - libgtkpod/getopt.c | 1055 ------------------------------------------------- libgtkpod/getopt.h | 180 --------- libgtkpod/getopt1.c | 188 --------- 5 files changed, 0 insertions(+), 1430 deletions(-) --- diff --git a/configure.in b/configure.in index 71310b7..db159aa 100644 --- a/configure.in +++ b/configure.in @@ -121,12 +121,6 @@ dnl Add the languages which your application supports here. ALL_LINGUAS="ca de es fr he it ja ru ro sv zh_CN" AM_GLIB_GNU_GETTEXT -dnl Check if we have to supply getopt_long -dnl If getopt_long_only is not available, getopt.c and getopt1.c -dnl providing getopt_long* will be included into the binary. -AC_CHECK_FUNCS(getopt_long_only, , [AC_LIBOBJ(getopt)]) -AC_CHECK_FUNCS(getopt_long_only, , [AC_LIBOBJ(getopt1)]) - dnl Check if flock() is available (seems to be missing on some solaris versions) AC_CHECK_FUNCS(flock) diff --git a/libgtkpod/Makefile.am b/libgtkpod/Makefile.am index 940b8c4..e518105 100644 --- a/libgtkpod/Makefile.am +++ b/libgtkpod/Makefile.am @@ -16,7 +16,6 @@ libgtkpod_la_SOURCES = gtkpod_app_iface.h gtkpod_app_iface.c \ file_convert.c file_convert.h \ fileselection.c fileselection.h \ misc_track.h misc_track.c \ - getopt1.c getopt.c getopt.h \ prefs.h prefs.c \ syncdir.h syncdir.c \ misc.h misc.c \ ------------------------------------------------------------------------------ Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d _______________________________________________ gtkpod-cvs2 mailing list gtkpod-cvs2@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2