progname=$0
package=gnulib
-cvsdatestamp='$Date: 2005-08-31 20:49:31 $'
+cvsdatestamp='$Date: 2005-08-31 20:51:09 $'
last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
|| func_fatal_error "refusing to do nothing"
# Copy files or make symbolic links.
- for f in $files; do
+ for f in $files m4/gnulib-tool.m4; do
source=
case "$f" in
build-aux/*) g=`echo "$f" | sed -e "s,^build-aux/,$auxdir/,"` ;;
done
echo "])"
echo
- echo "dnl Usage: gl_MODULES([module1 module2 ...])"
- echo "AC_DEFUN([gl_MODULES], [])"
- echo
- echo "dnl Usage: gl_AVOID([module1 module2 ...])"
- echo "AC_DEFUN([gl_AVOID], [])"
- echo
- echo "dnl Usage: gl_SOURCE_BASE([DIR])"
- echo "AC_DEFUN([gl_SOURCE_BASE], [])"
- echo
- echo "dnl Usage: gl_M4_BASE([DIR])"
- echo "AC_DEFUN([gl_M4_BASE], [])"
- echo
- echo "dnl Usage: gl_LIB([LIBNAME])"
- echo "AC_DEFUN([gl_LIB], [])"
- echo
- echo "dnl Usage: gl_LGPL"
- echo "AC_DEFUN([gl_LGPL], [])"
- echo
- echo "dnl Usage: gl_LIBTOOL"
- echo "AC_DEFUN([gl_LIBTOOL], [])"
- echo
- echo "dnl Usage: gl_MACRO_PREFIX([PREFIX])"
- echo "AC_DEFUN([gl_MACRO_PREFIX], [])"
- echo
echo "# gnulib.m4 ends here"
)
func_mv_if_changed "$destdir"/$m4base/gnulib.m4.new "$destdir"/$m4base/gnulib.m4
--- /dev/null
+# gnulib-tool.m4 serial 1
+dnl Copyright (C) 2004-2005 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+dnl The following macros need not be invoked explicitly.
+dnl Invoking them does nothing except to declare default arguments
+dnl for "gnulib-tool --import".
+
+dnl Usage: gl_MODULES([module1 module2 ...])
+AC_DEFUN([gl_MODULES], [])
+
+dnl Usage: gl_AVOID([module1 module2 ...])
+AC_DEFUN([gl_AVOID], [])
+
+dnl Usage: gl_SOURCE_BASE([DIR])
+AC_DEFUN([gl_SOURCE_BASE], [])
+
+dnl Usage: gl_M4_BASE([DIR])
+AC_DEFUN([gl_M4_BASE], [])
+
+dnl Usage: gl_LIB([LIBNAME])
+AC_DEFUN([gl_LIB], [])
+
+dnl Usage: gl_LGPL
+AC_DEFUN([gl_LGPL], [])
+
+dnl Usage: gl_LIBTOOL
+AC_DEFUN([gl_LIBTOOL], [])
+
+dnl Usage: gl_MACRO_PREFIX([PREFIX])
+AC_DEFUN([gl_MACRO_PREFIX], [])