diff --git a/ChangeLog b/ChangeLog index 37d0f418a..643f92a75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-02-07 Pavel Roskin + * autogen.sh: Create vfs/samba/include/stamp-h.in. + * vfs/samba/include/stamp-h.in: Remove. + * macros/curses.m4: Quote first argument to AC_DEFUN. * macros/gnome-cxx-check.m4: Likewise. * macros/gnome-gettext.m4: Likewise. diff --git a/autogen.sh b/autogen.sh index cc98a6098..0fb822624 100755 --- a/autogen.sh +++ b/autogen.sh @@ -20,6 +20,7 @@ autoheader || exit 1 autoconf || exit 1 automake -a || exit 1 cd vfs/samba || exit 1 +date -u >include/stamp-h.in autoheader || exit 1 autoconf || exit 1 ) || exit 1 diff --git a/vfs/samba/include/stamp-h.in b/vfs/samba/include/stamp-h.in deleted file mode 100644 index 49fd9931c..000000000 --- a/vfs/samba/include/stamp-h.in +++ /dev/null @@ -1 +0,0 @@ -Thu Jan 11 20:18:08 UTC 2001