From e5b6a02271ca2c74592e37468d2fcda9363ce032 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 28 Mar 2007 00:15:16 +0000 Subject: [PATCH] Use default autoconf extension, add some ignore files. (This used to be commit a6fab663589c8710172ea1545ac99b3c348a87b5) --- docs/.bzrignore | 15 +++++++++++++++ docs/Makefile | 2 +- docs/{configure.in => configure.ac} | 0 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 docs/.bzrignore rename docs/{configure.in => configure.ac} (100%) diff --git a/docs/.bzrignore b/docs/.bzrignore new file mode 100644 index 00000000000..4ecba7410c9 --- /dev/null +++ b/docs/.bzrignore @@ -0,0 +1,15 @@ +Makefile.settings +Samba3-Developers-Guide-attributions.xml +Samba3-HOWTO-attributions.xml +Samba3-HOWTO.d +Samba4-HOWTO.d +Samba4-HOWTO-attributions.xml +autom4te.cache +config.log +config.status +configure +test.d +tmp +smbdotconf/parameters.all.xml +smbdotconf/parameters.global.xml +smbdotconf/parameters.service.xml diff --git a/docs/Makefile b/docs/Makefile index f66ef6ae881..33c6425d1be 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -26,7 +26,7 @@ Makefile.settings: configure @echo Makefile.settings not present, trying to run configure... ./configure -configure: configure.in +configure: configure.ac @echo configure not present, trying to regenerate it... autoreconf endif diff --git a/docs/configure.in b/docs/configure.ac similarity index 100% rename from docs/configure.in rename to docs/configure.ac -- 2.47.3